aspose file tools
The moose likes JSP and the fly likes html:rewrite with a bundled message Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "html:rewrite with a bundled message" Watch "html:rewrite with a bundled message" New topic
Author

html:rewrite with a bundled message

Alessandro Ilardo
Ranch Hand

Joined: Dec 23, 2005
Posts: 218
Hi there,
Using the internalizations features I'd like ti swich a Flash object matching the client language settings.

Using Struts I found useful rewrite the path in this way
<html:rewrite page='/flash/menu_EN.swf'/>

but that is static.
The path now is stored in the ApplicationResource file
nav.flashBanner=/flash/menu_EN.swf

Is there anyway to pass it as page attribute of the <html:rewrite> entry?

Thanks in advance


trying to decode a woman mind....
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: html:rewrite with a bundled message
 
Similar Threads
html:image src url how to set ?
Struts help
STRUTS - Invalid path
access to the context path w/in Action class
html:rewrite with a bundled message