Did you try?

<c:set var="url">
        <netui:rewriteURL URL="begin"> ... </netui:rewriteURL> 
</c:set>


Tim 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 20, 2006 1:27 PM
To: [email protected]
Subject: <netui:rewriteURL

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
_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

Reply via email to