Hello,

I had a design question about customizing message
resources per user.

The obvious route for such a thing would be to create
a custom MessageResource object to implement the
services I need. This is easy enough if the the
message resources were only going to be used at the
Action level, as I have access to the servlet context
from there and can determine which user is logged in.
But what about on the JSP page itself. Specifically,
how could I rig the <bean:message> tag to call a class
which has access to the servlet context and thus user
information? As far as I can tell, the instance of
MessageResources either created or obtained by
<bean:message> is more or less stateless.

Any help or suggestions or insight would be greatly
appreciated.

Yours,

Ara Vartanian

=====



                
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to