Hello, I have a probably very simple question: I have a form like this:
<html:form action="/personalplanungEditShow" name="personalplanungEditForm" type="PersonalplanungEditForm"> <td class="mitteoben"><html:image src="images/icons/editsmall.gif" property ="editieren<%=index.intValue()%>" alt="Editieren" /></td> </html:form> I want to set a property of personalplanungEditForm to a value that is stored in a scripting variable. How can I do this without using any java code? Does a tag exist for doing that? Thank you in advance! Tobias -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

