You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Tobias Flohre <fl...@adesso.de> on 2002/12/23 16:09:51 UTC

How to set formbean properties without asking the user

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>