What version of Tapestry are you using? You need to be using 5.1.0.0-SNAPSHOT for this feature.
On Thu, Dec 18, 2008 at 12:21 AM, Andy Pahne <[email protected]> wrote: > > I think that it does not work for me, too. I tried the simple example that > is given in the component docs for the If component (with an else block), > but it diesn't seem to work. But I did not have time to investigate further. > > Andy > > > > James Hillyerd schrieb: >> >> 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] >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Howard M. Lewis Ship Creator Apache Tapestry and Apache HiveMind --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
