Re: [T5.0.16-SNAPSHOT] type coercion does not work like before

2008-10-30 Thread Andy Pahne
You are right. Thanks for the pointer. This specific string "img" should have made me suspicious, but it did not :( Andy Howard Lewis Ship wrote: I'd bet that there's something odd in your template, something like If z.gif doesn't exist, it will look like your page with an activation

Re: [T5.0.16-SNAPSHOT] type coercion does not work like before

2008-10-30 Thread Howard Lewis Ship
I'd bet that there's something odd in your template, something like If z.gif doesn't exist, it will look like your page with an activation context of img/xy/z.gif. You have to be careful when using relative URLs to static assets, as the page activation context can shift your base URL so that re

Re: [T5.0.16-SNAPSHOT] type coercion does not work like before

2008-10-30 Thread Fernando Padilla
Is it failing while trying to handle a the returning url? Or trying to render the link to begin with? Can you give us the url that it generates ( before you click on it? ) if possible? Andy Pahne wrote: In my page class I build a List like this: public List getNavigationParameters(

Re: [T5.0.16-SNAPSHOT] type coercion does not work like before

2008-10-30 Thread Andy Pahne
I need to add that this particular feature worked for weeks without any trouble. Andy Andy Pahne schrieb: In my page class I build a List like this: public List getNavigationParameters() { List result = new ArrayList(); result.add(hotel.getId()); result.add(