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...
Type: Posts; User: gauravrajbehl; Keyword(s):
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...
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...
Marten,
This isn't working out!
Here is my scenario...
Class Designation {
private String id;
private String name;
private Set<DesignationRole> designationRoles;
//Getter...
Hi Marten,
Thanks. But the Designation is a Domain Class representing an Entity Domain.
Regards
~GRB
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...
Hi Everyone,
Can anyone please help me in telling the steps for setting up spring application using eclipse & Tomcat.
Regards
~G
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...
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)...