open a page in a Modal Dialog

2009-03-30 Thread Michael Williamson
I am using the following javascript function to display a page. function Rework_Click(button, lineNo) { args = "dialogWidth:300px;dialogHeight:350px;center:yes"; url = "rework?lineNo="+lineNo; tvalue = window.showModalDialog(url,"",args); if(rtvalue == 'Cancel

Re: about T5 javascript

2009-03-10 Thread Michael Williamson
I'm having problems creating a ZoneManager. Here are is my code. Component tml http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> ${message} Check container java package roa.components; import org.apache.tapestry5.ComponentResources; import org.apach

Update a T5 zone componet from javascript.

2009-03-09 Thread Michael Williamson
Is there a way of triggering a zone update from Javascript? I need to run server side data validation if the data matches specify conditions. -- View this message in context: http://www.nabble.com/Update-a-T5-zone-componet-from-javascript.-tp22412979p22412979.html Sent from the Tapestry - User