--- [EMAIL PROTECTED] wrote:
> OK, I've extended my action class with 
> ActionSupport...still does not work. 

Not sure why that wouldn't work, and can't test now :/
I'd double-check my property files first, though.

> Does that mean I can't have my action class be a 
> simple POJO wired using Spring and use Struts2 i18n 
> features?

Not if you want to use getText(); there has to be a
method there to call.

Simple POJOs give you simple capabilities.

IIRC you can use the "key" attribute in the UI tags to
avoid using getText(), though:

http://struts.apache.org/2.0.9/docs/textfield.html for
example.

d.


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

Reply via email to