Well, your problem is storing the value in "formulaPart".
What is formulaPart? You are populating the form, and you have lot of input fields after populations.

So you have to have formulaPart[x] as a property, and List formulaPart in the scope!

Read this:

http://www.developer.com/java/ent/article.php/2233591

Cheers

Danny

Bouvet Konsulent schrieb:

<html:form action="myAction">
        <logic:iterate id="B" name="myForm" property="Bs">
<html:text name="B" property="formulaPart"/> <html:submit>
                <bean:message key="button.save"/>
            </html:submit>
        </logic:iterate>
</html:form>

when submitting the form, the value in B (formulaPart) is not updated.
Any ideas what I'm doing wrong?

Thanks for your help!

cheers,
pj


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

Reply via email to