Re: Property Expression: Unable to add method xy navigate

2011-03-09 Thread Howard Lewis Ship
opinions presented are solely > those of the author and do not > necessarily represent those of Staufenbiel Institut GmbH unless otherwise > specifically stated. >> -Original Message- >> From: Howard Lewis Ship [mailto:hls...@gmail.com] >> Sent: Tuesday, March 08

RE: Property Expression: Unable to add method xy navigate

2011-03-09 Thread Jens Reufsteck
2011 6:32 PM > To: Tapestry users > Subject: Re: Property Expression: Unable to add method xy navigate > > As a work around, move the property expression into the Java class as > a simple accessor: > > > ${optionMaps.get(key).selected} > > becomes: > >

Re: Property Expression: Unable to add method xy navigate

2011-03-08 Thread Howard Lewis Ship
02 PM >> To: Tapestry users >> Subject: Re: Property Expression: Unable to add method xy navigate >> >> What version of Tapestry are you using? This sounds familiar ... I >> suspect its a fixed bug. >> >> On Mon, Mar 7, 2011 at 2:21 AM, Jens Reufsteck >>

RE: Property Expression: Unable to add method xy navigate

2011-03-08 Thread Jens Reufsteck
5.1.0.5 Thanks Jens -- Jens Reufsteck Marketing & Online Director Staufenbiel Institut GmbH > -Original Message- > From: Howard Lewis Ship [mailto:hls...@gmail.com] > Sent: Monday, March 07, 2011 7:02 PM > To: Tapestry users > Subject: Re: Property Expression: Unab

Re: Property Expression: Unable to add method xy navigate

2011-03-07 Thread Howard Lewis Ship
What version of Tapestry are you using? This sounds familiar ... I suspect its a fixed bug. On Mon, Mar 7, 2011 at 2:21 AM, Jens Reufsteck wrote: > Hi, > > I'm using a property expression optionMaps.get(key).selected, which works > fine as component parameter, but doesn't work in a loop. > > I'm

Property Expression: Unable to add method xy navigate

2011-03-07 Thread Jens Reufsteck
Hi, I'm using a property expression optionMaps.get(key).selected, which works fine as component parameter, but doesn't work in a loop. I'm getting the following exception message: Exception assembling root component of page CareerClub: Could not convert 'optionMaps.get(key).selected' int