What's the exact error that it gives you?
-Tim
-----Original Message-----
From: Barry Volpe [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 2:45 PM
To: Struts Users Mailing List
Subject: <html-el:form action="${param.type}">
Hi,
In my example
type=ViewResults
and the following line will work
(I could not get it to work with a c:out or a bean:write):
<html-el:form action="/${param.type}">
${param.type} is translated into /ViewResults and that's okay.
Not complaining since I can directly put the JSTL in the action.
My question is how can I have type=Results and embed
the word "View" in the action I tried the following but get an error.
<html-el:form action="/View${param.type}">
would expect this to be evaluated to /ViewResults but again
get an error?
Any suggestions?
Barry
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]