Re: Best practice for "dynamic reloading" of a part of the JSP ?

2005-03-25 Thread Angie Lin
I used this as a starting point: http://developer.apple.com/internet/webcontent/xmlhttpreq.html and I coded a Struts action to return my XML. Angie On Mar 25, 2005, at 9:36 AM, Stéphane Zuckerman wrote: I would highly recommend using XmlHttpRequest (aka ajax), which is much more user-friendly, m

Re: [OT] i18n: fmt:message versus bean:message

2005-03-25 Thread Angie Lin
write back what you find, I'm very interested in if you are able to change the i18n so it works as I'm accustomed to. Thanks!...djsuarez -Original Message- From: Angie Lin [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 7:34 PM To: user@struts.apache.org Subject: [OT

[OT] i18n: fmt:message versus bean:message

2005-03-24 Thread Angie Lin
This is off-topic, but in my Struts application, I've used all tags instead of tags and I'm encountering issues with my l10n. My questions: 1. Is it correct that JSTL fmt:message will NOT follow the parent chain of resources at an individual property level? 2. And is there anyway to force a