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