Hi,

i have a problem with this:

I'm working with struts framework.
>From a form action i call a servlet. This is working fine.
But what i want to do, is to fill a select statement with data that is collected by a 
form bean.
In an <html:form ...> tag a can easily fill the tag with this statement: 

<html:select property="userId" size="1">
                <html:options property="login" labelProperty="name"/>
</html:select> 

But if i use <html:form ..> it is not possible to call the servlet from the form 
action. Struts then expects an action there which is specified in struts-config. 
Furthermore it's not possible to call the servlet within the action.

So, how can i call the servlet from this html:form? Or, how can i fill the data from 
the bean into a select tag within a normal form?

Any help is appreciated.

Thanks,
Regine
 

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to