Tapestry 4.1.1: Palette Selection

2007-05-11 Thread Tine
Hello, I have a problem at the contrib Palette component. When I submit my form only the highlighted/slected values but not all values in the right box (selected box) are sumitted. My .page file looks like: In the generat

Re: EventListener in combination with Dialog component

2006-12-19 Thread Tine
Hello, thanks for your answer. In Firefox the problem has been solved but in IE it still does not work the right way. After calling the listener and updating the second PropertySelection component the values of this selection have been lost. Can you reproduce this behavior? Has anyone an idea h

Re: EventListener in combination with Dialog component

2006-12-11 Thread Tine
s for any hints. Christine Jessek wrote: > > Again, not run into this one but if someone gives me a definitive > example that I can see for myself I have a much better chance of > fixing / knowing what the problem is. > > On 12/6/06, Tine <[EMAIL PROTECTED]> wrote: >

EventListener in combination with Dialog component

2006-12-06 Thread Tine
Hello, i need some help, please: In my application I have some dialog components (snapshot 4.1.1). But after calling an asynchronous EventListener I got the following error (Firefox): createWidget() Node not found with specified id of 'deleteDialog'. All the ids of my dialogs have been lost.

Tapestry Dialog Component Problem 4.1.1

2006-11-17 Thread Tine
ocumentation of this component is not ready at this time. So any hint would be very appreciated! thx Tine -- View this message in context: http://www.nabble.com/Tapestry-Dialog-Component-Problem-4.1.1-tf2650605.html#a7396866 Sent from the Tapestry - User mailing list a

Re: dialog problem in the latest 4.1.1 snapshot

2006-11-15 Thread Tine
file: I want to show the dialog by clicking an async. DirectLink. Listener: public void listen() { Dialog dialog = ((Dialog)getComponent("aDialog")); dialog.show(); } After dialog.show() I get the exception. Can anyone help me please? Regards, Tine Norbert Sándor wrote: >