Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4707348
By: maitreancien

Hello,

I'm new to DisplayTag, and I tried to use a checkbox in a column title like
that :

 <display:table name="listmodel" uid="row" pagesize="10"  requestURI="list.do">
      <display:column title="<input type='checkbox' name='selectall'/>">  
        <input type="checkbox" name="selectedIds" value="${row.mappingId}"/>
      </display:column> 
      <display:column title="Payment"   property="payment"/>
      <display:column title="Qty"       property="quantity" />                  
 </display:table>

And I've got this error message from jasper
(org.apache.jasper.JasperException):

The value of attribute "title" associated with an element type "display:column"
must not contain the '<' character.'
                                                                
Any help is welcome,

Thanks.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to