yes, if you can set the value first to some page/request scope variable?

see <bean:define/> in struts docs

Navjot Singh

  -----Original Message-----
  From: Nisith Dash [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, October 22, 2003 12:01 PM
  To: Struts Users Mailing List
  Subject: hi..


   Hi,

   is there any way in which i can access the value of the <html:option>
within the scriptlet

   <html:select property="productArea" styleClass="inputCellNum">
   <html:option value="343">Business Information</html:option>
   <html:option value="23" >Consumer Credit
<%System.out.println(???);%></html:option>
   <html:option value="1">Car Data Check</html:option>
   <html:option value="89">Stategic Solution</html:option>
   </html:select>

   Regards,
   Nisith
  • hi.. Nisith Dash
    • Navjot Singh

Reply via email to