Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    4,923

    Problem with

    Hi Everybody,

    I am using select tag in a jsp with <form:select>. When I load the form for the first time (while creating a new form), the values gets displayed properly and gets saved properly in...
  2. Using Property Editor

    Hi Marten,

    I tried using property editor and was able to save my object but there was one issue. My property editor class had designationService service method which I injected to fetch the...
  3. Re: Problem with Form Submission

    Marten,

    This isn't working out!

    Here is my scenario...
    Class Designation {
    private String id;
    private String name;
    private Set<DesignationRole> designationRoles;
    //Getter...
  4. Property Editor

    Hi Marten,

    Thanks. But the Designation is a Domain Class representing an Entity Domain.

    Regards
    ~GRB
  5. Problem with formsubmission (onSubmit)

    Hi everbody,

    I have written a jsp that has a <form: select> tag. Now when I submit the form with <form: select> code, the onSubmit in the form controller does not get executed, but when I remove...
  6. Replies
    0
    Views
    1,545

    Spring Setup Using Eclipse

    Hi Everyone,

    Can anyone please help me in telling the steps for setting up spring application using eclipse & Tomcat.

    Regards
    ~G
  7. Replies
    0
    Views
    957

    Setup Spring using Eclipse

    Hi,

    I am creating a basic spring web application using Eclipse 3.3 & Tomcat 5.5. I have configured tomcat for eclipse using sysdeo.

    I dont wish to use ant or any other application for deploying...
  8. Replies
    0
    Views
    769

    Why Factory & ProxyFactory

    Hi All,

    I am new to Spring Framework. I got a little confused as to:

    1) What is the benefit of using the Factory Pattern in Spring?

    2) Why is FactoryProxyBean is being used in AOP?

    3)...
Results 1 to 8 of 8