Re: DirectLink problem

2007-10-10 Thread Nikolaos Konstantinou
Thanks for the tip, now it worked :) Like you said, I had to assign a listener and transfer the code to the java page. It worked but I understand there is a problem with ognl; theoretically the previous approach should also work. Thanks a lot anyway :) On 10/10/07, andyhot <[EMAIL PROTECTED]> wro

Re: DirectLink problem

2007-10-10 Thread andyhot
Not sure why this fails - I'd also try parameters="ognl:{selectedCountryId, selectedLocationId == -1 ? otherCityId : selectedLocationId, checkIn == null ? null : checkIn.time, checkOut == null ? null : checkOut.time, adultsPerRoom}" but I'd really go with simplifying the ognl expression of thi

DirectLink problem

2007-10-10 Thread Nikolaos Konstantinou
I 'm having this peculiar problem with the page I'm trying to create (I'm using Tapestry 4.1.3. When the page loads, I get a Tapestry Exception Unable to read OGNL expression '' of [EMAIL PROTECTED]: source is null for getProperty(null, "selectedCountryId") [context:/WEB-INF/Home.xhtml, line 130]