Ok it's starting to make some sense... I haven't seen where the action instance gets put on the value stack but I can see that the text(name) syntax that WebWorkTagSupport uses means that it will invoke the getText method on the action in the value stack. How does it know to only look for the action instance? When invoking a method will it pick the first object from the value stack that responds to that method? ie. if I place another object on the value stack that supported getText() would that confuse the i8n behavior? Also, I think the Action gets put on the stack via the Dispatcher.

Starting to appreciate the sophisticated design of Webwork.

On Monday, December 23, 2002, at 12:59 AM, Robert Nicholson wrote:

In the CD shop example how does webwork know to go looking for the Shop.properties (depending on Locale) resource bundle?

I cannot find any uses of the I18n tag anywhere in the jsp. So how else does this Resource Bundle get put on the value stack?



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to