--- Nitin Ahuja <[EMAIL PROTECTED]> wrote:
> What is DWR ?

http://getahead.org/dwr

> I have to assign the the value of message resource 
> key to an html object in jsp.

Message bundles are server-side. You want to access it
on the client.

So you need to build a representation of the message
bundle in JavaScript, which is what you did, in a
roundabout way. 

If you just need to access a single message out of a
bundle, maybe this is okay, although I'd probably just
put the message into scope via an Action then build
your JavaScript using JSTL, which might be enough for
whatever it is you're trying to do.

But without knowing what you're trying to accomplish,
it's hard to say.

d.



 
____________________________________________________________________________________
It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/

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

Reply via email to