RE: XML file reloading in JSP (Caching issue)

2010-05-24 Thread XML User
I just did. No luck. :-( Thanks for the idea. sandeep.furia wrote: > > how about if you change the location of the xml file, take it out of > web-inf and put it under the context root? > > SDF/ > -Original Message- > From: XML User [mailto:patelsame...@yahoo

Re: XML file reloading in JSP (Caching issue)

2010-05-24 Thread XML User
, the "Right Way" is to rely on the no-cache headers, so you > might want to do a bit more troubleshooting on that front. > > Hope this helps, > > -Brian > > > > On Mon, May 24, 2010 at 9:44 AM, XML User wrote: >> >> Hi, >> >> I am

XML file reloading in JSP (Caching issue)

2010-05-24 Thread XML User
Hi, I am running into an issue of caching. I have a jsp which generates the tree view from an XML file. This XML file are loaded when the jsp is loaded. So whenever I add new child to the tree view the xml file is updated by action class and the request reloads the jsp page which in turns reloa

Re: URL mapping in Struts 2

2008-08-12 Thread XML User
Can you explain me with the code or some hint, how can i do that.? -- View this message in context: http://www.nabble.com/URL-mapping-in-Struts-2-tp18945350p18946067.html Sent from the Struts - User mailing list archive at Nabble.com. --

URL mapping in Struts 2

2008-08-12 Thread XML User
Hi, How can I implement the URL mapping so that our URL will always look like "www.abc.com/products/toys/acbtoy" It should not end with something like abctoy.action OR abctoy.do. Is there a way for making this happen? If so then can you please let me know with code? -- View this message in co