Ignacio de Córdoba wrote:
> I see actionerror.ftl exists for simple theme but not for ajax theme. Any
> workarrounds?
>   
    i don't have a solution to your actual problem, but the issue you
note in the sentence above is actually not an issue.  if a template
doesn't explicitly exist for a theme, the theme's parent is checked, and
so on.  so for actionerror.ftl, it'd first look for it within ajax.  if
not found there, it'll look in the xhtml theme.  if it's not there
either, it'll look in the simple theme.

    of course, if it's not there, either, then you're well and truly
screwed... ;)

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to