We will only remove <t:parameter> from the schema, not from the template parser. You can still use the old namespace URI if you want to use <t:parameter>. If you upgrade your template to tapestry_5_3_0.xsd, then you should also use parameter namespace instead of <t:parameter>.
On Wed, Jun 8, 2011 at 10:18 AM, Ulrich Stärk <[email protected]> wrote: > We only deprecated t:parameter in 5.1. I think we should keep it around for > one more version and > remove it in 5.4. > > Uli > > On 08.06.2011 08:29, Igor Drobiazko wrote: > > I just realized that we have a bug in tapestry_5_1_0.xsd. The schema > defines > > the <t:replacement> element which is wrong as the template parser is > looking > > for <t:replace>. > > > > It also makes sense to remove <t:parameter> element from the schema, as > it > > has been deprecated in Tapestry 5.1 in favour of parameter namespace. > > > > So, I would like to introduce tapestry_5_3_0.xsd. Any objections? > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Best regards, Igor Drobiazko http://tapestry5.de
