Re: [t5.3.1 - AjaxFormLoop] How to prevent removing the last row ?

2012-10-19 Thread Ditso
Isn't it more simple to just make sure in your loop source there is always 1 element. This way there is always one line available? -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-3-1-AjaxFormLoop-How-to-prevent-removing-the-last-row-tp5566078p5717053.html Sent from the

Update form inside zone on submit failure

2012-10-05 Thread Ditso
Hi all, I am currently having the following problem: I have a form inside a zone which is linked to the form. When I trigger a submit and the onvalidate does not succeed and I recorded errors to the form. The onsucces is not excuted, obviously, but the zone is not updated either which now should

Inheritance

2012-09-19 Thread Ditso
In my application I want some common behavior of pages to be implemented in an abstract page. I did this and it worked. Now I want to extract this parent abstract class in a tapestry module and reuse this abstract class (behavior) in multiple applications, but I keep getting the error that tapestry

Submit two forms with one button

2012-08-14 Thread Ditso
I was wondering if it was possible to submit two forms in tapestry on one page with one button. One after the other. So you could have for instance: onValidate1 onSuccess1 (persist data) onValidate2 onSuccess2 (persist other data) Kind regards, -- View this message in context: http://tapestry

Re: Html tag not get layout properly?

2012-02-22 Thread Ditso
As the guy in the previous post said, try to read some documentation. For images you probably should use an asset or somelike in tapestry regards -- View this message in context: http://tapestry.1045711.n5.nabble.com/Html-tag-not-get-layout-properly-tp5505092p5505110.html Sent from the Tapestr

Re: How to pass page name with parameters in pagelink

2012-02-22 Thread Ditso
My best guess is that you forgot the endIndex. Either hardcode it in the code or make the page in a way you do not need the end index regards -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-pass-page-name-with-parameters-in-pagelink-tp5504751p5504872.html Sent from

Re: AjaxFormLoop

2012-02-14 Thread Ditso
Apperently you have to adjust the encoder. When the ToValue can retrieve the right user. You can just return a new object which fixes the problem. Kind regards -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-tp5481744p5481913.html Sent from the Tapestry - User

AjaxFormLoop

2012-02-13 Thread Ditso
Hi guys, when using a AjaxFormLoop. I wrote an encoder to do the mapping between client side and serverside. I did this with a List instead of using the database in the backend. When I delete a row with the remove row link and quickly submit the form. I get an error there is no mapping between cli

OpenSAML2 - Blank page

2012-02-13 Thread Ditso
Hi everybody, currently we are building an application with an OpenSAML2 login. We are using a JBOSS 6.1 environment and tapestry 5.2.6. Sometimes when we restart the server we are able to login and the pages are shown. Other times we retrieve a blank page from the redirect. Does anybody had any

Re: Chenillekit 1.3.2 Window Component on Tapestry 5.2.5

2011-11-17 Thread Ditso
In the demo they use this link format # click here to show window After debugging with firebug I noticed tapestry did not initialize the windows properly and the ID's are gone. The windows are still initialized but attached to the Windows DOM element in an array. You can change your link to this