Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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: Wed, 22 Dec 2004 12:16 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



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to