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
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
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