Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Usage of the <form:select> tag

  1. #11

    Default

    All right then:

    Quote Originally Posted by pmularien View Post
    I don't have an example I can pull together at the moment, although I can try to do so. Let me try to help you work through your scenario, though.

    Please do / answer the following:
    1. Change your JSP so that you are binding to "parent" (NOT "parent.id").
      I have done this already
    2. Display the form. Is the correct value selected from the list?
      No, it's not
    3. Submit the form. When the form redisplays, is the correct value selected from the list?
      Nope. But that's because my success page is different. I know I told it was the same. My bad! Sorry.
    Having clear answers to these questions will help make sure we're on the same page, and that I understand what you're trying.
    To make sure we're on the same page, I'll detail even more my workflow:
    1- User enters the site and a form with a list of categories is shown.
    2- User click the edit button in one of the categories. The edit form(and this one is the same for inclusion) is presented, but the parent category is not selected from the list (assume it's mapped to parentCategory only)
    --
    1- User enters the site and a form with a list of categories is shown.
    2- User clicks the create button. The insert form(the same) is presented and the inclusion works great

    Please do tell me if you need any further info!

    Thanks a lot for your help!
    Leonardo Borges

  2. #12
    Join Date
    Dec 2008
    Posts
    1

    Default Asa9

    Hi,

    I have the same problem.

    The value from the option list is not selected, when I try to edit one of the entries of the list .
    But the insertion works fine.

    I'm looking for a solution for already 2 days, but can't find yet .

    Have you find anything?

    Thanks,
    ASA9

Posting Permissions

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