Hi Martin,

>>>> after migrating from Struts 2.3.24.1 to 2.3.28, I get several FreeMarker
>>>> template errors for missing/null elements for expressions that worked
>>>> fine before, like this:
>>>>
>>>> ==> iPhone (Method name: isIPhone)
>>>>
>>>> Expr.   | 2.3.24.1      | 2.3.28
>>>> iPhone  | OK            | error
>>>> IPhone  | OK            | OK 
> 
> MG>markus ..who/what generates text string iPhone instead of IPhone?..can i 
> assume this is USER-AGENT HTTP Header?

"iPhone" is variable in a Freemarker template named that way by a
programmer to refer to the underlying isIPhone Java method. So nothing
that is automatically generated.

> MG>does anyone know if new Freemarker 2.3.28+ will provide OGNL workaround 
> for this testcase?

I'm afraid I don't.

Markus

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

Reply via email to