[SOLVED] RE: Scriptlet Params in form

2004-07-01 Thread kkamholz
Thanks, this worked just fine! Well, with some syntax changes, like putting the String declaration in a scriptlet tag and fetching the "model" object from the session first, but the general idea was right on. Thanks man. - Keith Geeta Ramani <[EMAIL PROTECTED]> wrote on 07/01/2004 02:17:03

RE: Scriptlet Params in form

2004-07-01 Thread RDoss
how about this " > -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:

RE: Scriptlet Params in form

2004-07-01 Thread Geeta Ramani
Hey Keith: Try instead: String ss = "/MRA/ModelEdit.do?action=edit¤tModelNum=" + model.getModelNum(); Regards, Geeta > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 01, 2004 2:26 PM > To: [EMAIL PROTECTED] > Subject: Scriptlet Params in f