Hi All,
How do I hide a radiobutton and make that as default value. Let say for example, I have radio button for Married and un-Married, if user doesn;t select any option then I wanted to use the...
Type: Posts; User: c.madhu.2005; Keyword(s):
Hi All,
How do I hide a radiobutton and make that as default value. Let say for example, I have radio button for Married and un-Married, if user doesn;t select any option then I wanted to use the...
Hi,
I have 2 screens, first screen is login and second screen is customer. I am using spring 3 MVC and Spring forms.
I will click on login in first screen and then display second screen. This...
Hi,
Can we receive object in controller as parameters. When rendering onto screen we can pass object similarly can we get an object in controller.
regards
Madhu
I am not seeing any difference between just having the bean defination and factory-method.
<bean name="XYZ" class="customer"/> - here customer instance is created on using applicationContext
...
Hi all,
I understand the scope of bean. I am not understanding the factory-method, could somebody help me out on the need of factory-method.
Thanks in advance
Madhu
Hi all,
If I am using a java object, we configure that in the bean and for DI we use ref. If I am using an object in controller (spring 3) how do I configure the DI for that object in Controller....
Hi,
I don't mind using controller by extending the simpleformcontroller. but in Spring 3 it is deprecated and may not be availvable in next release.
We should use controller with annotation in...
Hi,
Where should I do this? which xml file? we don;t configure the controller bean in xml to inject the object?
I hope I am clear.
Madhu
Hi Thanks David,
Is there any other way of specifying. As autowiring has some limitation, I don;t want to use it.
regards
Madhu
Hi all,
If I am using a java object, we configure that in the bean and for DI we use ref. If I am using an object in controller (spring 3) how do I configure the DI for that object in Controller....
If I use spring form in MVC in version Spring 3, any special care should be taken?
That is a good question. I am developing new application, want to use all latest versions. So, that I can learn as well develop the same. when using the Spring 3, learnt that we should use annotation...
Thanks for the quick reply Marten.
Yes. I agree with you the simpleformcontroller is deprecated. So, in Spring 3 if I need to use forms I have to use annotations, as in future releases we may not...
Can we develop Controller without using annotation in spring 3. I want to use forms, how do I create without using annotations.