File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes accessing a from bean from another form bean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "accessing a from bean from another form bean" Watch "accessing a from bean from another form bean" New topic
Author

accessing a from bean from another form bean

sumi sudha
Greenhorn

Joined: Jan 27, 2010
Posts: 14
Hi,

I have been using JSF for the past 3 years. i am new to struts. Like in JSF we can access a bean reference to some other bean by making an entry in faces config. Do we have any facility in struts where i can access the from bean current object from another.

Regards
Sumitha
amit gupta
Greenhorn

Joined: Dec 29, 2006
Posts: 23
you can extend form1 form2. and form1 should extend ActionForm.


SCJP 1.5, SCWCD 5.0
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: accessing a from bean from another form bean
 
Similar Threads
How to design a jsf page dynamically with input text,radio button etc
JSF vs Struts
Very basic problem-where should the action method will be in?
struts or JSF
struts has action class - anything similar in jsf