How exactly do I refer to the variable that is set in the c:when and c:otherwise conditionals from within my html:action tag?
The only thing I can think of that works is something like this:
<html:form action="<%= someVar %>" . . . >
So how do I declare someVar, with c:set? Or do I have to use Scriptlet or JSP declaration syntax?
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]