Mileidys Gonzalez Prieto wrote:
<s:set var="value">${relation.address[st.index].extraInfo}</s:set>

This sets a value in a map that goes along with the valuestack.

<s:textfield name="relation.address.extraInfo" value="%{value}" maxlength="20" size="15"></s:textfield>

This is not how you fetch that value.
use %{#value} to get the value set with s:set.

-Dale


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to