[EMAIL PROTECTED] wrote:
OK, I've extended my action class with ActionSupport...still does not work. Does that mean I can't have my action class be a simple POJO wired using Spring and use Struts2 i18n features?

I'm also curious as to why the addition of <interceptor-ref name="i18n"/> in the action mapping would cause the AJAX theme to work improperly (javascript function not written to the response). Without <
interceptor-ref name="i18n"/>, the AJAX theme works just fine.

Just to jump in: why are you adding that interceptor-ref? According to the interceptor documentation [1] that interceptor is already part of the default stack. Are you not using the default stack?

I suspect what's going on here is that specifying that interceptor-ref is overriding (i.e. *replacing*) the default stack, meaning you are left with *only* the I18N interceptor.

L.

http://struts.apache.org/2.x/docs/interceptors.html


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

Reply via email to