Message:

   The following issue has been closed.

   Resolver: fabrizio giustina
       Date: Tue, 9 Nov 2004 2:26 PM

the use of the implicit object named with the table id attribute is explained 
in a different page, I'd prefer leaving that step simple (and not tightly tied 
to EL)
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/DISPL-94

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DISPL-94
    Summary: better samples for example-columns.jsp
       Type: Improvement

     Status: Closed
   Priority: Trivial
 Resolution: WON'T FIX

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: DisplayTag
 Components: 
             Documentation
   Fix Fors:
             1.0 RC2
   Versions:
             1.0 RC2

   Assignee: fabrizio giustina
   Reporter: Masoud Omidvar

    Created: Tue, 9 Nov 2004 3:55 AM
    Updated: Tue, 9 Nov 2004 2:26 PM

Description:
In example-columns.jsp

instead of these simple two lines:

  <display:column property="email" /> 
  <display:column title="email">[EMAIL PROTECTED]</display:column> 

it is better to replace these lines:

<display:table name="dataList" id="user">
  <display:column property="email" /> 
  <display:column title="Over-Weight">${user.weight > 70.0}</display>
</display:table>



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



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to