Re: [tobago] Validation in Popups

2010-10-12 Thread Michael Kakuschky
Hello Udo, with the way you described it works well. My problem is now that I use apache tomcat instead eclipse and I'm not using maven. So I have to find out which is the responsible difference. Best regards Michael Am 09.10.2010 08:54, schrieb Udo Schnurpfeil: Addition (but I don't think

Re: [tobago] Validation in Popups

2010-10-12 Thread Michael Kakuschky
Hello, the problem is solved. Thanks Udo! The reason was that I was using MyFaces 1.2.8 in combination with tobago 1.0.30. Since I downgrade to MyFaces 1.1.8 the validation in popups is working. Regards Michael Am 08.10.2010 18:30, schrieb Udo Schnurpfeil: Hi Michael, I've just

Re: [tobago] Validation in Popups

2010-10-09 Thread Udo Schnurpfeil
Addition (but I don't think the problem rely on that): Server: Mac OS 10.6.4, Maven 2.2.1, Java 1.6.0_20 Clients: Firefox 3.6.10, Mac OS 10.6.4 Safari 5.0.2, Mac OS 10.6.4 Internet Explorer 6.0, Windows XP SP 3 Internet Explorer 8.0, Windows 7 Firefox 3.6.8, Ubuntu 10.4 Am 08.10.10 18:30,

Re: [tobago] Validation in Popups

2010-10-08 Thread Udo Schnurpfeil
Hi Michael, I've just rechecked you sample, but I can't reproduce the problem. So, it may depends on some odd diffence of my and you environment. Let be describe what I did: 1. svn co https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.30/example/demo/ demo 2. cd demo 3. edit

Re: [tobago] Validation in Popups

2010-10-04 Thread Michael Kakuschky
Does nobody has an working example for validation in popus? Regards Michael Am 29.09.2010 08:57, schrieb Michael Kakuschky: Hello Udo, thanks for the answer but my form is already around the tc:button which I used to open the popup. Here is a snippset of my original version. The popup works

Re: [tobago] Validation in Popups

2010-10-04 Thread Volker Weber
Hi Michael, yes we have validation in Popups, but this is a bit hack like, nothing to show as example. The problem is the partial rendering and the popup handling in tobago 1.0.x: If you need validation inside a popup, you should not close the popup via popupClose attribute, but rerender the

Re: [tobago] Validation in Popups

2010-09-29 Thread Michael Kakuschky
Hello Udo, thanks for the answer but my form is already around the tc:button which I used to open the popup. Here is a snippset of my original version. The popup works and the form data will processed. Only validations and required checks doesn't work. In case of missing or wrong data the pop

Re: [tobago] Validation in Popups

2010-09-28 Thread Udo Schnurpfeil
Hello Michael, please try to put the form outside of the command tag, which opens the popup. This should solve your problems. The background is: The popup must be inside the form to consider it was already active. Regards, Udo Am 23.09.10 22:29, schrieb Michael Kakuschky: Hello, I have

[tobago] Validation in Popups

2010-09-23 Thread Michael Kakuschky
Hello, I have a form in a popup. Now it works fine and I add some validators to it. I checked that they are executed and throws the ValidatorException if the input does not match the requirements. In case of exceptions the action behind the popup form is not executed but unfortunately the