You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Karthik R <ka...@rediffmail.com> on 2004/01/14 06:45:30 UTC

Re:Dynamic retrive

Hi,
<html:select property="ap" onfocus="f(this)" onblur="b(this)">
             <html:option value="">---</html:option>
             <html:option value="">one</html:option>
             <html:option value="">two</html:option>

             </html:select></td>

if i select two then it will include table in same page.plz send the code