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