Hi,This is my first post to the user list.We have started working in struts 
recently.Is it possible to use one Action class for multiple action 
declarations in the struts-config.xml?Consider the code below:<action 
path="/action1" type="com.sample.app.TestAction" name="formBean1" 
scope="request">     <forward name="actForward1" 
path="/test/pages/page1.jsp"/></action><action path="/action2" 
type="com.sample.app.TestAction" name="formBean2" scope="request">     <forward 
name="actForward2" path="/test/pages/page2.jsp"/></action><action 
path="/action3" type="com.sample.app.TestAction" name="formBean3" 
scope="request">     <forward name="actForward3" 
path="/test/pages/page3.jsp"/></action><action path="/action4" 
type="com.sample.app.TestAction" name="formBean4" scope="request">     <forward 
name="actForward4" path="/test/pages/page4.jsp"/></action>Thanks & 
Regards,Chandramouli P.
_________________________________________________________________
No Harvard, No Oxford. We are here. Find out !!
http://ss1.richmedia.in/recurl.asp?pid=500

Reply via email to