Problem with Match Validation

2007-07-27 Thread Richard Levenberg
Can anyone provide a simple example of using the Match validation of 4.1.2?

I have done everything I can think of to set the match of one TextField
to the id of another. How is the "component to compare against"
specified? Do I need the property tags? using "ognl:verify" causes an
exception. Using just "verify" (not sure if that refers to the component
id or the property), but it doesn't verify even if the values of the
text fields are the same.

r


http://tapestry.apache.org/dtd/Tapestry_4_0.dtd";>
 

  
  
  
  




  
  




  
  

  
  


  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



disable dojo

2007-06-29 Thread Richard Levenberg
I just upgraded from 4.0.2. to 4.1.2 and now my rendered pages (with
@Shell attributes) are filled with Dojo related javascript stuff:

djConfig = 
{"isDebug":false,"baseRelativePath":"/tapestry-test-0.1-dev/app?service=asset&path=%2Fdojo-0.4.3%2F","parseWidgets":false,"locale":"en-us"}
 

 

dojo.registerModulePath("tapestry", 
"/tapestry-test-0.1-dev/app?service=asset&path=%2Ftapestry%2F");




dojo.require("tapestry.namespace");
tapestry.requestEncoding='UTF-8';


I dont want any of this stuff. How do I turn it off? I looked at the
mailing list archives and something like ajaxEnabled was mentioned but I
dont see this documented anywhere.

r

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]