RE: When are tags executed?

2004-08-13 Thread Karl Coleman
This XMLHttpRequest stuff looks interesting from what I've read on it so far. I think this is the solution I will try out. Thanks again. Karl -Original Message- From: Ross, Douglas [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 2:16 PM To: Tag Libraries Users List Subject: RE

Re: mail and fmt:message

2004-08-13 Thread Lorenzo Sicilia
Kris Schneider wrote: Do you have an entry like the following in web.xml: javax.servlet.jsp.jstl.fmt.localizationContext Messages This sets up a default resource bundle (WEB-INF/classes/Messages.properties) for JSTL's fmt tags. Many thanks Kris. It was a stupid error.

Re: mail and fmt:message

2004-08-13 Thread Kris Schneider
Do you have an entry like the following in web.xml: javax.servlet.jsp.jstl.fmt.localizationContext Messages This sets up a default resource bundle (WEB-INF/classes/Messages.properties) for JSTL's fmt tags. Quoting Lorenzo Sicilia <[EMAIL PROTECTED]>: > Hi to all, >

Re: Using Config.set(session, Config.FMT_LOCALE, locale);

2004-08-13 Thread Kris Schneider
Well, if it works, it works ;-). Anything bundled with Struts is likely to be a flavor of Standard 1.0 because of the Struts-EL taglib. I have no idea what version comes along for the ride, but the most recent is Standard 1.0.6. If you're running in a JSP 2.0 environment, Struts-EL is irrelevent an

mail and fmt:message

2004-08-13 Thread Lorenzo Sicilia
Hi to all, I have search in ML archive but I don't found any post about that. I have this snipets: <%-- sending confirm mail --%> mail..it [EMAIL PROTECTED] TODO: altri dati a piacere The mail is send fine but cannot be resolved. The email output i

Re: Using Config.set(session, Config.FMT_LOCALE, locale);

2004-08-13 Thread Bill Siggelkow
Yes, that's essentially what I was doing ... interestingly enough, I solved the problem by updating to taglibs-standard 1.1.1. Before I was using the jstl.jar and standard.jar included in Struts 1.2.1. Kris Schneider wrote: Strange, because the following seems to work: web.xml: ...

Re: Using Config.set(session, Config.FMT_LOCALE, locale);

2004-08-13 Thread Kris Schneider
Strange, because the following seems to work: web.xml: javax.servlet.jsp.jstl.fmt.localizationContext Messages WEB-INF/classes/Messages.properties: msg=Messages WEB-INF/classes/Messages_ru.properties: ---