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

Reply via email to