Search:

Type: Posts; User: debarshim; Keyword(s):

Search: Search took 0.01 seconds.

  1. Actually I had a similar question. I guess what...

    Actually I had a similar question. I guess what the OP requires is that the table will be displayed in the same page as the form (probably below the search criteria). This will enable the user to...
  2. issue in displaying correct error messages using commons validator

    I'm using a WizardFormController and using a ConfigurablePageBeanValidator to validate form fields accross multiple pages.

    Here are some snippets of text from a few relevant files:
    ...
  3. Is it possible to modify the command object (manually) in a FormController?

    For example here is what I want to do:

    The command object contains a java.util.Set<Vehicle>.

    The user is presented with a html form where she can enter any number of vehicles (could be just 1...
  4. How to bind a java.util.Set of Vehicle beans in a SimpleFormController?

    Here is the (pseudo)code:

    public class Customer{
    String firstName;
    Set vehicles;
    Set bicycles;
    }

    public class Vehicle{
    String make, model;
  5. Thanks a lot folks.... This is excatly what I was...

    Thanks a lot folks.... This is excatly what I was looking out for.

    Really appreciate your help.

    btw: What is TFGI ?
  6. Can someone please point me to the reference for spring mvc's "form" tag library?

    I searched the reference guide but could not find it.

    I'm looking for a documented list of "all" possible attributes for the <form:form>, <form:input> and <form:errors> tags.

    Thank you :)
  7. Is it a good idea to use spring jsp tags at all?

    Spring provides custom tag libraries for jsp templates (e.g. form:form)
    In my organization, we try to follow the practice of keeping the view (the jsps) completely independent of any MVC technology....
Results 1 to 7 of 7