Re: if else in XML via struts 1.2

2010-08-08 Thread Michael Dekmetzian
Depending on how big your site is you can always configure a servlet at the xml files's location to be rendered by a jsp page. Something like this: xmlservlet /path/to/yourfile.jsp xmlservlet /path/to/xmlfile.xml Of course you can also use a jsp file in place

if else in XML via struts 1.2

2010-08-08 Thread abhishek jain
Hi friends, I am using struts 1.2 on tomcat, 5.5 and apache, I am using some dynamic html which need an xml file. no problem till here, but i need to change the content of that xml file. depending on some request parameter. I need to know is there a way, i can process and write some if else condi