I am trying to convert a wicket application into tapestry. Am currently stuck on 2 things.
1. Modal dialogs - Is there way of displaying modal dialogs in tapestry. (I mean without directly using javascript libs such as jquery) 2. Ajax events - I have many text fields , checkboxes and dropdown lists that trigger server side events when events such as onfocus, onchange or onclick occours. The events cause the model on the serverside to be updated, some serverside actions to be taken and some UI components to be updated via ajax. Is there a way to do this in tapestry. Am still reading through the documentation and i may not have come accross what i want yet. Josh.