Hi,

I have a problem. The following is my jsp. It is defined in struts-config as
/showSelectBox. What I want to do is something like

/showArticleList.do?action=/showArticleList. (I would like to call that
inside a template ).

So if I call the action with that parameter "/showArticleList" is inserted
as action in my form-tag. So I can define wich action should be done by
clicking on submit
                                                   |
                        ____________________|
                        |
<html:form action="/showArticleList" >
        Fachgebiete
        <br>
        <html:select name="showBoxesBean" property="specialismSelect"
size="5" multiple="false">
            <html:options name="showBoxesBean"
property="specialismSelectBox" />
        </html:select>
        <br>
        <br>
        <html:submit property="choice" value="Auswahl">
        </html:submit>
</html:form>


How can I achieve that

Many thanks !


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to