Using two struts2 taglibs in each other
- by Milad.KH
Hi
I want to use two struts taglib in each other, something like this:
< s:properties value="url-< s:properties value="number"/"/
or
< s:properties value="url-${number}"/
but I got the following error in the second one:
According to TLD or attribute directive in tag file, attribute values does not accept any expressions.
Anybody has a solution ?
Thanks