You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bogdan Cirstea <va...@as.ro> on 2004/07/30 11:17:00 UTC

bean property copy

hello
i'm using struts1.1 and i have a problem:
i am in pageA with formA with property prop1 and prop2 and i want to go 
in pageB in witch i have formB with properties named prop1 and prop2 
also. and i want that in pageB, in property from formB to have value of 
properties from formA. for this i put in action-mapping in struts-config.xml
<action
            attribute="formB"
            name="formB"
            path="/jsp/addressPage"
            type="me.AddressPageAction"
            validate="false">
            <forward name="success" path="/jsp/FindAddress.jsp" />
</action>

but it doesn't work.
does anybody have an idea how to solve this problem?
tks


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