 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
luca Guest
|
Posted: Fri Aug 27, 2004 10:40 am Post subject: tag-libs and dynamic attributes |
|
|
Hallo, I have a tag-lib
<lib:tag attr="bla<%=var%>" />
won't work (prints out "bla<%=var%>"), but
<% String myvar = "bla" + var ; // var contains "pippo" %>
<lib:tag attr="<%=myvar%>" />
does (prints out "blapippo").
Question for you. Is this a JSP/Taglib limitation
or is there something I can do about it in my taglib code
to make the first syntax work too?
thanks
luca
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|