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]>

Reply via email to