The following comment has been added to this issue: Author: fabrizio giustina Created: Mon, 3 Jan 2005 9:59 AM Body: > Is it possible to just include the hidden element alongside an existing > business value in another column? Like,
I think Andy was suggesting to add the input element in an existing column, this is the only way to do it without creating a new column. How could you add an input element into the table without a td? --------------------------------------------------------------------- View this comment: http://jira.codehaus.org/browse/DISPL-160?page=comments#action_28539 --------------------------------------------------------------------- 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: Mon, 3 Jan 2005 9:59 AM 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