Hi all
I'm trying to pass a piece of data into a bean.
I have a html form where the important data is called Language with
different values. I send this to a struts action togheter with a form
bean wich I specify in the struts conf.
Anyone that has had this problem?
Important part from struts-conf.xml
<form-beans>
<form-bean name="languageBean" type="nu.absmc.type.LanguageBean" />
</form-beans>
<action-mappings>
<action path="/changeLanguage"
type="nu.absmc.action.LanguageController" name="languageBean"
input="/header.jsp" scope="session">
<forward name="success" path="/changeLanguage.do" />
</action>
</action-mappings>
Any help appreciated.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]