Hello,
 
Display tag 1.1 no more has attributes "hidden" & "readonly". What is the equivalent for hidden ? Incase, I wish to hide a column in a table, but have it available during export. Style "display:none" is no good...

<display:column property="notes" hidden="true"  title="NOTES" sortable="true" headerClass="sortable" style="width:200;" decorator="com.gui.TextBoxWrapper" />

Also, the DisplaytagColumnDecorator has one method defined in the interface against it predecessor ColumnDecorator, where one of the methods provided details
about inputvalue and tabledecorator.

BEFORE - ColumnDecorator.java

    public String decorate(Object objectValue, TableDecorator tableDecorator, String propertyName) throws DecoratorException

NOW - DisplaytagColumnDecorator.java

    public Object decorate(Object columnValue, PageContext pageContext, MediaTypeEnum media) throws DecoratorException

Thanks & Regards,

- Vijay
-------------------------------------------------------------------------
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-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to