how about this
<html:form
action="<%="/ModelEdit?action=edit&currentModelNum="+model.getModelNum();%>"
>

-Ram

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 01, 2004 1:26 PM
To: [EMAIL PROTECTED]
Subject: Scriptlet Params in form


Hey everyone, 
I'm trying to send a parameter with the form submission.  What I've been 
trying is:
<html:form action="/ModelEdit?action=edit&currentModelNum=<%=
model.getModelNum();%>">

I seem to remember getting something similar to work before, but this 
isn't working.  The rendered HTML is:
<form name="model" method="post" 
action="/MRA/ModelEdit.do?action=edit&currentModelNum=<%=model.getModelNum()
;%>">

Does anyone know a way of doing this?
Thanks!


- Keith

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

Reply via email to