I have been unsuccessfully trying to figure out how to do something like
the following:
 
<logic-el:present name="request" parameter="contextPath"> do something
</logic-el:present>
 
if this possible? Am I going about it all wrong?  I really want to check
for the existence of getParameter("body") and if the body tag exists do
something.  After playing with it I couldn't even get the other example
to work right, and pretty much have fell back to the following code?
 
<% if ((String tempBody = request.getParameter("body")) == null) { %>
do something
<% } else { %>
do something else
<% } %>
 
How do I do this!!!?!?
 
Thanks in advance,
 
Jeff Born
 


Reply via email to