Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-11-06 Thread Dom Couldwell
Thanks for your help Jessie. Fix you applied to the 4.1.4-SNAPSHOT has fixed our issue. We have run into another issue in the migration which I'll post about separately... Dom Couldwell Global Markets Research +1(212)250-7082 --- This e-mail may contain confidential and/or privileged informatio

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-11-01 Thread Jesse Kuhnert
HmmI'll look at it later tonight and put out a fix - if I'm able to re-produce it outside of Tapestry somehow. On Oct 31, 2007 5:11 PM, Dom Couldwell <[EMAIL PROTECTED]> wrote: > Any ideas as to when we might get a fix for this? > > We're stuck in terms of migrating to 4.1.3 until we get a fix

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-10-31 Thread Dom Couldwell
Any ideas as to when we might get a fix for this? We're stuck in terms of migrating to 4.1.3 until we get a fix. Thanks, Dom --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the s

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-10-26 Thread Dom Couldwell
Fixed the typo but still get the same sort of error as the original problem 2007-10-26 08:33:25,031, ERROR, [com.db.rdq.web.tapestry.html.RDQException], line 22, org.apache.tapestry.BindingException 2007-10-26 08:33:25,062, ERROR, [com.db.rdq.web.tapestry.html.RDQException], line 23, Unable to upd

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-10-25 Thread andyhot
I had a typo in my suggestion - happens with such long expressions I guess ;) I meant selected="ognl:getTab().getSearchCriteriaSelections().get(currentFilterGroupIndex)[currentFilterIndex]" Dom Couldwell wrote: Tried Andy's work around but no joy (stack track below). Have raised another JI

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-10-25 Thread Dom Couldwell
Tried Andy's work around but no joy (stack track below). Have raised another JIRA (http://jira.opensymphony.com/browse/OGNL-131) yell if you need more details. Dom 2007-10-25 09:09:57,763, ERROR, [com.db.rdq.web.tapestry.html.RDQException], line 22, org.apache.tapestry.BindingException 2007-10-25

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-10-24 Thread Jesse Kuhnert
Another ognl jira ticket with as much specific information as possible would help me either way. Since you are getting errors that mention OgnlRuntime I'm thinking this isn't a compile time issue at all so would probably consider it more important than most to fix. (assuming I'm able to re-produc

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-10-24 Thread andyhot
well, it must be ognl related after all... In http://jira.opensymphony.com/browse/OGNL-130 you mentioned you tried selected="ognl:getTab().getSearchCriteriaSelections().get(currentFilterGroupIndex).get(currentFilterIndex)" Well, I'm wondering if selected="ognl:getTab().getSearchCriteriaSelecti

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-10-24 Thread Dom Couldwell
Updated first For loop to: but we still get the error during form submit: 2007-10-24 15:01:56,408, ERROR, [com.db.rdq.web.tapestry.html.RDQException], line 22, org.apache.tapestry.BindingException 2007-10-24 15:01:56,408, ERROR, [com.

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-10-24 Thread andyhot
looks like an issue during rewind - take a look at all those parameters and the hints for the @For component at http://tapestry.apache.org/tapestry4.1/components/general/for.html If the form worked in 4.0 and you weren't getting any |StaleLinkExceptions|, then using volatile="true" should proba

T4.1.3 loop index issues, migrating from 4.0.2

2007-10-24 Thread Dom Couldwell
Thanks to Jessie for his help fixing our last issue (We've updated to the ognl 2.7.2 snapshot which fixed it) but and have run into another issue migrating form 4.0.2 to 4.1.3. The following works fine under 4.0.2: Under 4.1.3 the pa