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
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