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
Tor Iver Wilhelmsen - 27 Apr 2005 22:28 GMT
> 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.