allow to add a "colspan" to display:column
------------------------------------------

                 Key: DISPL-588
                 URL: http://jira.codehaus.org/browse/DISPL-588
             Project: DisplayTag
          Issue Type: New Feature
    Affects Versions: 1.1.1
            Reporter: Ralf Hauser


http://displaytag.sourceforge.net/1.2/displaytag/tagreference.html#display:column
 doesn't allow for a colspan, so e.g. in a struts taglib context, you can create

<logic:equal a>
   <display:column 1>
   <display:column 2>
</logic:equal>
<logic:notEqual a>
   <display:column 1a>
   <display:column 2a>
   <display:column 3>
</logic:notEqual>

unfortunately, column "3" may not be visible if the first record is 
"<logic:equal a>"

if it were possible to declare 
   <display:column colspan="2" 2>

this should be possible much easier...

-- 
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

        

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to