Can we write the output of the <netui:rewriteURL to a variable in the 
pageContext
I want to use this ouput to pass it to a javascript function like
<netui:anchor onclick="formSubmit('${url}'/>
where url will be the output of the <netui:rewriteURL>. netui:rewriteURL , I am 
building  with the paramter map with the nested <netui:parameterMap> nested in 
<netui:rewriteURL> like
<netui:rewriteURL URL="begin">
<netui:parameterMap ,map="xxxx></netui:parameterMap>
</netui:rewriteURL>
paramterMap contaisn all the post parameters.
I am looking for the functionality like <c:set var="url" value="${runtime 
expression}"/>
I tried to use the <netui:rewriteURL  with the c:set, but it does not take it

Reply via email to