Impatient, aren't you? Fast answer: Try constructing an action mypage.do, which forwards to mypage.jsp, and which also sets the ISIN value on the tradeProduct form. That should do it...
tomK > -----Original Message----- > From: Scriven, Marcos [mailto:[EMAIL PROTECTED]] > Sent: vrijdag 16 november 2001 15:53 > To: 'Struts Users Mailing List' > Subject: Please help - I'm not getting anywhere with this > > > Any ideas? > > > -----Original Message----- > > From: Scriven, Marcos > > Sent: 16 November 2001 11:00 > > To: 'Struts Users Mailing List' > > Subject: Struts JSP not reading parameters from URL > > > > > > Hi > > > > I've got a JSP which when rendered contains the line: > > > > <input type="text" name="tradeProduct.ISIN" > > maxlength="17" size="17" > > value="" onblur="javascript:validateName(this);" class="form2"> > > > > Now, if I open this page with the URL > > mypage.jsp?tradeProduct.ISIN=abcd > > > > The ISIN field is not set - I fear it's being ignored, and > > then set from the > > form bean. > > > > How, therefore, do I set the form field to a value when it is > > first loaded? > > Basically, I want to load this page with the ISIN number of > > the product I > > wish to edit. > > > > Thanks > > > > Marcos > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: > <mailto:struts-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

