facebook

setting up

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #290122 Reply

    amezcua
    Member

    I have the following 2 lines of code in a jsp page:
    <tr><th align=”left”>Phase :</th><td><html:select multiple=”true” value='””‘ property=”phase” name=”phase”>
    <html:optionsCollection label=”AAA” name=”BBB” property=”CCC” value=”DDD” /></html:select><br></td></tr>

    I am not clear on what each of the values (AAA, BBB, CCC, DDD) should be for the optionsCollection tag.

    In the action class that calls the jsp that has this code I create the arraylist that has the corresponding values the “phase” property. I need to know how to qualify this in the <html:optionsCollection> ? Any help will be appreciated.

    Roberto

    #290136 Reply

    rmcvay
    Member
    #290271 Reply

    amezcua
    Member

    Thanks that helped.

    #290344 Reply

    Loyal Water
    Member

    Moving to Off Topic >> Software Development.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: setting up

You must be logged in to post in the forum log in