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
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
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
3 matches
Mail list logo