Posted By:
deepak_kaul
Posted On:
Thursday, September 16, 2004 02:48 AM
I want to change the source for a particular target frame "sideFrame" based on user selected option. What approach should be followed : - Directly refer the src="showList.jsp" in the frame page OR - Refer some thing like If I follow the first approach, how would control move within the application..? Would it be working outside struts framework..? Sorry for ignorance, I'm a newbie with struts..! ******************************************* Frame Code ******************************************* Struts-config.XML ******************
More>>
I want to change the source for a particular target frame "sideFrame" based on user selected option.
What approach should be followed :
- Directly refer the src="showList.jsp" in the frame page
OR
- Refer some thing like
If I follow the first approach, how would control move within the application..?
Would it be working outside struts framework..?
Sorry for ignorance, I'm a newbie with struts..!
*******************************************
Frame Code
*******************************************
Struts-config.XML
*******************************************
type="com.ui.ListHandler"
name="ListForm"
scope="request"
input="/actions/showList.jsp">
*******************************************