Hi,

in this code I want to take the HTTP parameter "targetURL" if that exists, 
otherwise, from the attribute of the request. Is there a better way to write 
this code?

Zsolt


<bean:parameter id="targetURL" name="targetURL" value="" />
<logic:empty name="targetURL" >
<%
        targetURL = (String)request.getAttribute("targetURL");
%>
</logic:empty>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to