Parameter with message resources

2003-08-14 Thread Vincent Peytavin
Hello, I'm wondering on how to parameter a message, when there is a "{number}" in the .properties. This is an example : In the ApplicationResources.properties, there is a little sentence "my.text=The {0} t-shirt(s) cost ${1}". In the JSP, how could I change "{0}" and "{1}" for their real values?

Re: Urgent on struts-beans.tld

2003-08-14 Thread Vincent Peytavin
[EMAIL PROTECTED] wrote : > whenever i use the above import the JSP does not show anything but a > blank HTML page.But when i comment the above import it works. Be sure these .tld aren't in any common/ or server/ directory. -- Vincent ---