T4: Unable to update static binding

2007-11-05 Thread Henrik Schlanbusch
Hi I am still in the process of upgrading from T3 to T4.1 which have taken quite a bite of time now. I encounter the following problem that I never had in 3.1: span jwcid=@fw:AjaxPlaceHolder model=ognl:userPerformance property=satisfactoryPerformance inputType=Checkbox/ Unable to update OGNL

Re: T4: Unable to update static binding

2007-11-05 Thread Jesse Kuhnert
We'd probably have to see more of your stack trace, but it looks like someone is trying to update that parameter at some point. On Nov 5, 2007 6:17 AM, Henrik Schlanbusch [EMAIL PROTECTED] wrote: Hi I am still in the process of upgrading from T3 to T4.1 which have taken quite a bite of time

Re: T4: Unable to update static binding

2007-11-05 Thread Henrik Schlanbusch
Jesse Kuhnert jkuhnert at gmail.com writes: We'd probably have to see more of your stack trace, but it looks like someone is trying to update that parameter at some point. On Nov 5, 2007 6:17 AM, Henrik Schlanbusch henrik at enovate.no wrote: Hi I am still in the process of

Re: T4: Unable to update static binding

2007-11-05 Thread Jesse Kuhnert
try changing property=satisfactoryPerformance to something that isn't a literal binding like property=ognl:propertyName. Specifying just satisfactoryPerformance may make it think you want to use a string literal value of satisfactoryPerformance which would indeed be immutable and not something