hello all,
I am using
tomcat 5.5 and jstl 1.1.
I got this error
PWC6236: According to TLD or attribute directive in tag file, attribute name does not accept any expressions
the error points to
<s:hidden name='hotelComposite.childList[<c:out value="%{cStatus.count-1}"/>].id' value='%{currency.id}'/>
Is there any other way I can replace <c:out value="%{cStatus.count-1}"/>
your help will very much appreciated.
Thank you.
Philip