History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WAFFLE-79
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Michael Ward
Reporter: Filipe Sabella
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Waffle

The "select" and "calendar" tags don't accept EL on the "name" attribute

Created: 06/May/08 12:16 PM   Updated: 06/May/08 12:32 PM
Component/s: Taglib
Affects Version/s: None
Fix Version/s: 1.1

Time Tracking:
Not Specified


 Description  « Hide
As in the examples bellow:
<w:calendar name="horario[${count}].data" value="${helper.hoje.time}" pattern="dd/MM/yyyy"/>

<w:select name="horario[${count}]
.contrato.id" items="${contratos}" value="id" var="contrato">${contrato.cliente.nomeFantasia}</w:select>

They generate the following stacktrace:
Error: org.apache.jasper.JasperException: /WEB-INF/tags/horarioListaGroup.tag(20,5) PWC6236: According to TLD or attribute directive in tag file, attribute name does not accept any expressions



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Guilherme Silveira - 06/May/08 12:32 PM
Fixed by modifying the attributes from false to true...