On Tue, 25 Jun 2002, Matthias Ernst wrote: > I specified <static-binding name="direct">false</static-binding> for the > form but it didn't help.
Ok, there is the problem. When <static-binding> converts the value to a boolean via bool = <<string consists solely of whitespace>>. So "false" is not converted to false. <static-binding name="direct"/> does the job. After that, my example works. Regards Matthias ------------------------------------------------------- This sf.net email is sponsored by: Jabber Inc. Don't miss the IM event of the season | Special offer for OSDN members! JabConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
