S2 Refering to another key in the Resource Bundle?

2008-06-03 Thread Rubens
Does Struts 2 resource bundle support refering to previously defined parameter keys in the resources file? For example, something like this: software.version=1.0.1 software.text=Software version is ${software.version} prints Software version is 1.0.1 I know I can use the {0}, {1}, ...{n} toke

Re: welcome file on localhost

2008-06-03 Thread Al Sutton
It's a Jetty thing, not something related to localhost. See http://sourceforge.net/mailarchive/message.php?msg_name=B285FB88-985D-4DE1-A051-4F170C1D5238%40adjective.org for an idea of how to do it. Al. Stetze2008 wrote: hi, when opening http://localhost:8080/myApplication/ on my local Jett