Search:

Type: Posts; User: c.madhu.2005; Keyword(s):

Search: Search took 0.02 seconds.

  1. Spring Form - Default and Hide Control.

    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...
  2. Replies
    0
    Views
    324

    MVC not working.

    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...
  3. Replies
    0
    Views
    275

    passing object in params

    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
  4. Replies
    3
    Views
    474

    I am not seeing any difference between just...

    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
    ...
  5. Replies
    3
    Views
    474

    Factory-Method.

    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
  6. Replies
    1
    Views
    253

    [B]Problem in DI.[/B]

    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....
  7. Replies
    7
    Views
    862

    Hi, I don't mind using controller by extending...

    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...
  8. Replies
    7
    Views
    862

    Hi, Where should I do this? which xml file? we...

    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
  9. Replies
    7
    Views
    862

    Hi Thanks David, Is there any other way of...

    Hi Thanks David,

    Is there any other way of specifying. As autowiring has some limitation, I don;t want to use it.

    regards
    Madhu
  10. Replies
    7
    Views
    862

    Controller DI.

    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....
  11. Replies
    1
    Views
    394

    Spring Form.

    If I use spring form in MVC in version Spring 3, any special care should be taken?
  12. Replies
    7
    Views
    3,039

    That is a good question. I am developing new...

    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...
  13. Replies
    7
    Views
    3,039

    Thanks for the quick reply Marten. Yes. I...

    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...
  14. Replies
    7
    Views
    3,039

    Spring 3 MVC without annotation

    Can we develop Controller without using annotation in spring 3. I want to use forms, how do I create without using annotations.
Results 1 to 14 of 14