using custom decorator in Table tag + paramId/paramProperty
-----------------------------------------------------------

                 Key: DISPL-434
                 URL: http://jira.codehaus.org/browse/DISPL-434
             Project: DisplayTag
          Issue Type: Bug
    Affects Versions: 1.1
            Reporter: Alice Petrichenko
             Fix For: 1.1.1


the paramProperty values in table don't seem to be decorated with the custom 
decorator in the table

Situation: i have a table with predefined decorator 
    <display:table ... decorator='__.decor.JndiDecorator2'>
that has a method getProperty() and allows getting the values in columns as 
<display:column property='property(_attrname_)'/>
then i try to use same notation to pass a parameter to the link, which is a 
part of same object:
    <display:column href='<%=item_url%>' property='property(cn)' paramId='dn' 
paramProperty='property(dnparams)'  />
and get an exception: 
    Error looking up property "property(dnparams)" in object type 
"javax.naming.directory.BasicAttributes"
which means the paramProperty doesn't go through the decorator.

PS in displaytag 1.0 it worked.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to