--- Begin Message --- Hi All,

       I used to construct a link as follows

<%
String link = request.getRequestURL() + "?nodeclicked=" + NODEID + "&firstChild=true";
%>

       I want to replace this with the set tag. I tried it as follows

<c:set var="link" value="${request.requestURL + '?nodeClicked=' + NODEID + '&firstChild=true'}"/>

    but this is not working. I am getting the following an error
An exception occured trying to convert String "?nodeClicked" to type "java.lang.Double"

 Have i done anything wrong in writing the _expression_.

Thanks
Shanmugam PL 


--- End Message ---
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to