Search:

Type: Posts; User: Naruto-fan; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,206

    all you need is to get rid of the suffix part of...

    all you need is to get rid of the suffix part of InternalResourceViewResolver bean:

    <property name="suffix">
    <value>.jsp</value>
    </property>

    When you return your ModelAndView, you...
  2. Hello, Using a properties file might be a...

    Hello,

    Using a properties file might be a solution. If you are setting a message on submit, that means the user would be entering the message. I am assuming you want to display some global...
  3. Behavior Explanation

    On every submission, the processFormSubmission method checks to request parameter for the cance, finish, or the target pages. for the _finish value, the private method validatePagesAndFinish is...
  4. AbstractWizardFormController processFinish & validatePag

    Precieved problem: On post to the _finish target (the processFinish method), each page is again sent through the validatePage method.

    I am seeing some curious behavior with the...
  5. The answer lies in AbstractWizardFormController I...

    The answer lies in AbstractWizardFormController I think.
  6. passing same command object several times

    Question:
    How can I pass the same command object that is bound to one form to other forms and re-bind it?

    Reason:
    I want the user to enter in some data in Form1. They press next which then goes...
  7. Replies
    6
    Views
    2,694

    Daniel, You da man! I got it now! My...

    Daniel,

    You da man! I got it now!

    My dataflow needs to be modified.

    Thank you very much!

    Aloha!
  8. yup, I did try it with the tags....

    yup,
    I did try it with the <context-param> tags. No go. I think I am missing something more basic.
    Time for a clean slate and the most minimal config.

    Thanks for the suggestions! The best...
  9. Thanks jfd! I'll give your suggestion a whirl....

    Thanks jfd!

    I'll give your suggestion a whirl. I still for the life of me couldn't get the <fmt:message> to work....

    Thanks
  10. Replies
    6
    Views
    2,694

    Daniel, Thank you very much for your response....

    Daniel,
    Thank you very much for your response. I really appreciate it!
    It makes more sense now. I was misunderstanding the intended process flow.

    My view will only collect the...
  11. Replies
    6
    Views
    2,694

    What bothers me about this is it seems to violate...

    What bothers me about this is it seems to violate the whole premise of the ModelAndView class.
    The ModelAndView class is supposed to have a view name and a model that view "knows" how to render that...
  12. jstl and the ??value??

    Hello!

    I have been combing through this forum and Sun's site on JSTL tags, for the answer to my question. I copied EXACTLY the instructions from the MVC tutorial and I still can't get my...
  13. Replies
    2
    Views
    2,288

    New book to be released, date to be announced

    Here it is:
    Professional Java Development with the Spring Framework

    8)
  14. Replies
    2
    Views
    2,288

    New Edition from Rod Johnson?

    Rod,
    Will you be writing new eidition for your J2EE Design and Development? Since the current edition out in print covers the spring framework's previous version.
    (This book, by the way, has a...
Results 1 to 14 of 14