Re: IF statement in struts-config.xml

2001-08-06 Thread Bill Clinton
ctionForward forward = mapping.findForward("success"); ActionForward newForward = new ActionForward(forward.getPath()); //do stuff to modify path return newForward; Bill forward.setPath("my new path"); Yi-Xiong Zhou wrote: > Hi, > > I think it will be very u

RE: IF statement in struts-config.xml

2001-08-06 Thread Assenza, Chris
27; Subject: IF statement in struts-config.xml Hi, I think it will be very useful if struts can have IF statement in struts-config.xml to control the action. I am thinking of building a purely configurable system using struts framework. A system whose actions can be reassembled and chai

IF statement in struts-config.xml

2001-08-06 Thread Yi-Xiong Zhou
Hi, I think it will be very useful if struts can have IF statement in struts-config.xml to control the action. I am thinking of building a purely configurable system using struts framework. A system whose actions can be reassembled and chained to make new functionalities. IF statements are