Internationalization

2002-05-09 Thread Demers . Johanne
I am trying to integrate internationalization in my struts application. I have a french link on my jsp page. When the link is clicked, I want to change the locale to french and refresh the page the user was on when he clicked on the link. I know how to change the locale but don't know how to ha

How to get calling URL

2002-05-13 Thread Demers . Johanne
How can I get the URL of the form the user was on when he clicked on a link? -- To unsubscribe, e-mail: For additional commands, e-mail:

Struts & Tiles

2002-05-15 Thread Demers . Johanne
I am trying to include a tiles tag within a struts tag but I have had no success This is what I would like as the final result: In the above code line, layout.jsp is a variable in the tiles definition file. I have tried the following with no success: How can I get this variable sent with m

RE: Struts & Tiles

2002-05-15 Thread Demers . Johanne
Cedric, This does not seem to be working for me. Maybe my message is not clear. I want to replace the variable in the statement by the value returned by the tiles tag Thanks Johanne -Original Message- From: Cedric Dumoulin [ mailto:[EMAIL PROTECTED]] S

RE: Struts & Tiles

2002-05-15 Thread Demers . Johanne
Another question... Here is one definition in my xml file: By using this syntax , I can retrieve the value /screens/user/add.jsp Is ther a way I could retrieve the value of the definition name "AddUser" Johanne -Original Message- From: Cedric