RE: Tapestry Dialog Component Problem 4.1.1

2006-11-21 Thread Stefan Esterer
Hello Peter, thanks for your hint! That was the problem. I hadn't bound the parameter hidden, but when I bound it to an abstract property it works! thx Christine Peter Beshai wrote: Binding for parameter hidden (ExpressionBinding[frontend/Taetigkeitserfassung true]) may not be updated.

Re: Tapestry Dialog Component Problem 4.1.1

2006-11-17 Thread Stefan Esterer
Hi.. I have a similar problem.. can anybody lend us a helping hand? greetz Stefon Tine wrote: Hi Guys... I try to use the new Dialog component. I have a directLink which binds to this methood: public void editTime(){ Dialog dialog =

RE: Tapestry Dialog Component Problem 4.1.1

2006-11-17 Thread Peter Beshai
Binding for parameter hidden (ExpressionBinding[frontend/Taetigkeitserfassung true]) may not be updated. Generally when that happens, it means that you have bound a constant to the parameter hidden when you defined the component. Try binding hidden to a property instead. For instance