Code Comments
Programming Forum and web based access to our favorite programming groups.I'm trying to figure out the proper syntax for sslext with a url parameter: In a jsp page, <sslext:link page='/showTable.do;table_name=<%=objectName%>'> <%=objectName%> </sslext:link> The first <%=objectName%> is not evaluated and the second is. I need the first to be also evaluated. What I am trying to do is pass a URL parameter. Sorry, I'm a newbie, but I couldn't find documentation. --Benjamin
Post Follow-up to this messageonlysendspamtothidress@yahoo.com writes: > The first <%=objectName%> is not evaluated and the second is. I need > the first to be also evaluated. What I am trying to do is pass a URL > parameter. Check the "sslext" TLD: If the page attribute of the link tag does not say <rtexprvalue>true</trexprvalue> you cannot use constructs like that.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.