Hello! I've got a jsp, which is really easy:
<html:form action="/cont"> <h3><bean:message key="change.title" /></h3> <logic:iterate name="text" id="str"> <bean:write name="str"/><br> </logic:iterate> <br><html:text property="eingabe" size="20"/><br><br><br> <html:submit property="aktion" value="weiter"/> <html:submit property="aktion" value="abbruch"/> </html:form> Sometimes (!!!), if a user submits this form, the getter getAktion() in the ActionForm-class becomes null as value (the null is set for the variable in the reset-method of the ActionForm-class). Why? Does anybody has an idea how to solve this problem or where to search to locate the problem? Kind regards, Andreas Hartmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]