Spring roo 1.1.4
The created list.jspx shows incorrect values for the field concatenting the date evaluated in the previous row to all the text fields:
es:
ecc..Code:this is a test |12/06/2001|13/06/2011 foo13/06/2011 |05/06/2007|14/05/2011 thirdrow14/05/2011 |04/01/2011|13/05/2007
Modifing table.tagx solved my problem:
after this:
add this:Code:<c:set var="columnMaxLength" value="${lengths[num.count-1]}" /> <c:set var="columnType" value="${types[num.count-1]}" /> <c:set var="columnDatePattern" value="${patterns[num.count-1]}" />
Code:<c:set var="colTxt" value=""/>


Reply With Quote
