Toggle Current Issue
ID: 1367 Reporter: thisiskkk
Status:
Resolved Resolved
Resolution:
invalid
Category: Orion/Web/JSP Reported Version: 2.0
Last seen Version: 2.0 Fixed Version:
Platform: Other OS: Unspecified/All
Java version: 1.5 Severity: major
Visibility: Public Public
Summary: Can I use a custom tag as an attribute to another tag
Description:
Like attribute name was initialized .....


<pagination:column name=<adminui:htmlDisplayData value="comments" /> title="ExtRuleLibraryCheckOut.ChangeHistory" headerClass="header_column" style="data_field"/>


Collapse Public thisiskkk 20070622 02:41:09
Modification: Issue created

Collapse Public morphie 20070625 06:50:24
Modification: Issue marked as INVALID
Comment added.
Comment: Your column tag should be modified to look for a childtag (or the childtag add the value to some context that paginatoin can see) and retreive that value if the attribute is not given in the column-tag.

However, this is not a bug, so closing this issue.