Issue Details (XML | Word | Printable)

Key: STR-2831
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Don Brown
Reporter: N. Berntsen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Struts 1

error in nested:options web-documentation

Created: 11/Apr/06 07:09 PM   Updated: 04/Jul/07 03:36 AM
Component/s: Tag Libraries
Affects Version/s: Future
Fix Version/s: 1.3.3

Environment:
Operating System: All
Platform: All

Bugzilla Id: 39270


 Description  « Hide
On:
http://struts.apache.org/struts-taglib/tagreference-struts-nested.html#nested:options

You write:


    property="labelProperty"
    valueProperty="valueProperty"


in

<nested:nest property="myNestedLevel" />
  <nested:define property="collectionList" />
  <html:options collection="collectionList"
                  property="labelProperty"
             valueProperty="valueProperty" />
</nested:nest >

It shold be

    property="valueProperty"
    labelProperty="labelProperty"


Cheers,
/\/

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Don Brown added a comment - 28/Apr/06 12:04 PM
This has been fixed and will show up next time someone deploys the site. Please close this ticket once you confirm it is fixed. Thanks for the patch!