RE: Forward to the same page

2006-09-08 Thread Artem Zhmurov
What about using JavaScript? Try this: Changing location function changeLanguage(lang){ var location = window.location.href; if(location.indexOf("?") == -1){ location += "?lang="; location += lang; wind

RE: Checking the request attribute by using the Struts tags in the next jsp page..

2006-09-06 Thread Artem Zhmurov
Try ... ... > -Original Message- > From: SrinivasaReddy [mailto:[EMAIL PROTECTED] > Sent: Saturday, September 02, 2006 3:30 PM > To: user@struts.apache.org > Subject: Checking the request attribute by using the Struts tags in the > next jsp page.. > > Hi.., > > I am setting the po v

Model 3?

2006-09-06 Thread Artem Zhmurov
Hi everybody. What if we use struts to make XML with view data in it, and than use XSLT. Making XML with struts will be much easier than any other ways of making XML. There will be less or even no view-logic in action classes. And it's more convenient to make different *.xsl files for different