I've tried using the xmlns:p="tapestry:parameter" namespace a couple times, but it doesn't seem to work. Also, the manual says t:parameter is deprecated, but then says that the new namespace was introduced in Tapestry 5.1 - which I don't think exists yet? Any ideas?
>From the manual: Parameter Namespace Parameter namespaces are a new feature introduced in Tapestry 5.1. They are a more concise way of passing parameter blocks to components. You must define a special namespace, usually given the prefix "p": <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" xmlns:p="tapestry:parameter"> -james -- James A. Hillyerd <[email protected]> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
