The following comment has been added to this issue:

     Author: andy pruitt
    Created: Sun, 2 Jan 2005 4:40 PM
       Body:
Is it possible to just include the hidden element alongside an existing  
business value in another column? Like, 

<d:column > <html:hidden /> <%= name %> </d:column>
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/DISPL-160?page=comments#action_28527

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/DISPL-160

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DISPL-160
    Summary: I would like the ability to embed a hidden input element in a row 
of displaytag output without needing to specify it in a column
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: DisplayTag

   Assignee: 
   Reporter: Keith Garry Boyce

    Created: Wed, 22 Dec 2004 12:16 PM
    Updated: Sun, 2 Jan 2005 4:40 PM

Description:
I would like the ability to embed a hidden input element in a row of displaytag 
output without needing to specify it in a column. Currently I have to enter 
code like:

<% String selectedPlanPkgChk = StagingPlanPackagesForm.SELECTED_PLAN_PACKAGES + 
"(" + ((PlanPackage) pageContext.getAttribute("row")).getId() + ")"; %>

<display:column media="html" style="width:0"><html:hidden property="<%= 
selectedPlanPkgChk %>" value="on"/></display:column>


otherwise the hidden element will not show up. Unfortunetly the side effect is 
that an additional column is created.

Please advise



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to