Re: Problem with 5.0.16/17

2008-11-24 Thread Joachim Van der Auwera
Sorry, was too quick (should have looked at the new tstacktrace properly, the t:id is taken from the code, not the template and I had only fixed the template). Sorry for the noise. Kind regards, Joachim Joachim Van der Auwera wrote: Unfortunately not. As suggested by "Ville Virtanen" I tried

Re: Problem with 5.0.16/17

2008-11-24 Thread Joachim Van der Auwera
Oops my bad, need to replace in all places. THis does indeed fix it. Joachim Joachim Van der Auwera wrote: Thanks for the tip. However, it makes no difference. I still get the same error. Any other ideas? Joachim Ville Virtanen wrote: Hi, I have the same problem as you, and I have traced i

Re: Problem with 5.0.16/17

2008-11-24 Thread Joachim Van der Auwera
Unfortunately not. As suggested by "Ville Virtanen" I tried replacing all occurences of the Hidden component by "TextField" components, and I get exactly the same error. So something else must be wrong. Any ideas? Joachim Howard Lewis Ship wrote: Please contact the author of org.apache.tape

Re: Problem with 5.0.16/17

2008-11-24 Thread Joachim Van der Auwera
Thanks for the tip. However, it makes no difference. I still get the same error. Any other ideas? Joachim Ville Virtanen wrote: Hi, I have the same problem as you, and I have traced it to be the fault of commons/hidden component. If you replace it with t:textfield for testing purposes the pro

Re: Problem with 5.0.16/17

2008-11-23 Thread Ville Virtanen
Hi, I have the same problem as you, and I have traced it to be the fault of commons/hidden component. If you replace it with t:textfield for testing purposes the problem should go away. Can you verify? So the problem is not your linking or anything else, the hidden component breaks things. - Vi

Re: Problem with 5.0.16/17

2008-11-23 Thread Howard Lewis Ship
Please contact the author of org.apache.tapestry.commons.components.Hidden, as that appears to be the problem. On Sun, Nov 23, 2008 at 3:57 AM, Joachim Van der Auwera <[EMAIL PROTECTED]> wrote: > Thanks for the reply. > > I am not rendering a part of a form. I have an actionlink which returns a >

Re: Problem with 5.0.16/17

2008-11-23 Thread Joachim Van der Auwera
Thanks for the reply. I am not rendering a part of a form. I have an actionlink which returns a page. This is not an ajax call, so it should just redirect to that page. I cannot use a pagelink because I need to set some data on the page to be rendered. It all worked fine in previous versions o

Re: Problem with 5.0.16/17

2008-11-22 Thread Howard Lewis Ship
You can't render a portion of a Form, except for specialized cases such as AjaxFormLoop and FormInjector. On Sat, Nov 22, 2008 at 2:20 PM, Joachim Van der Auwera <[EMAIL PROTECTED]> wrote: > Hi, > > When I run my application in 5.0.15 everyting works just fine. > In 5.0.16 (and also 17) I get an e