Results 1 to 2 of 2

Thread: pass object into jsp

  1. #1

    Unhappy pass object into jsp

    I have one bean and this bean return "success" or "error" in the faces_navigation.xml [ success --> success.jsp and error --> error.jsp]

    How to pass one object in one success.jsp or error.jsp ( for example class stock ) and I can read this object into success.jsp or error.jsp

    Thanks for all

  2. #2
    Join Date
    Aug 2004
    Posts
    1,905

    Default

    You need to populate the model that the view will use to render itself.

    Can you give some more details about what you want to do, how you have configured spring mvc etc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •