Tagged Questions
0
votes
1answer
53 views
How to use form validation in a form with a zone attribute?
I have a big problem with Tapestry 5.3.6..
I have a form with a custom simple mixins that implies that form's ids couldnt' be modified :/
So i have this :
<form t:type="form" t:id="formId" ...
0
votes
1answer
233 views
Updating a tapestry zone with dynamic context
I'm trying to figure out how to update a tapestry zone using a dynamic, client-side-driven "context". I'm fairly new to tapestry, and I'm stuck with 5.0 for now.
The main reason to do this is to ...
1
vote
1answer
223 views
Zone and Jquery issue in Tapestry5.2.6
I am migrating my web application from tapestry version 5.1.0 to 5.2.6. I am using jquery dialog to handle popped out display (instead of a pop-up window).
While using tapestry v5.1.0, I used ...
1
vote
1answer
538 views
Zone Component change the ID of other components in Tapestry 5
I have a from and other components inside the Zone. whenever Zone get refreshed it change the ID of form component and other components too. I am using the id of components in JavaScript so facing ...
1
vote
1answer
682 views
Multiple use of a custom component containing a zone
I'm facing a problem when using tapestry 5.2.0 : using multiple times a component containing a zone.
At this point, the component is used 3 times on the same page but only one instance is working ...
0
votes
1answer
528 views
Not able to call the JS function on the actionlink, used to update the Zone in Tapestry5
I am facing one problem in Tapestry.
Problem - I am using a grid to display the data. with each row i am displaying a Plus(+) button. when we click on the Plus(+) button then i'll display the inner ...
0
votes
1answer
1k views
Tapestry 5 zone inside a form
I have a form and inside it I have a country/city/etc selection.
The form is inside a zone.
When calling the onSelected for make the change of the country/city, when returning I loose the other form ...