Hello all,

I'm working on a mixin that adds functionality to text input controls, and I'd like to provide localized messages on the client side from my message catalog. I don't want to mess with ajax for this as I feel it'd be an overkill, so I'd like some suggestions. I'm thinking of providing a type of transfer object to the JS code - basically just a hash of messages generated on the server side from the message catalog. I don't want my JS class to be bound to Tapestry as it could easily be implemented in any web app, but I do want localized messages.
If anyone has other ideas or feedback on my own, I'd greatly appreciate it.

sincerely,
chris

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

Reply via email to