On May 11, 2010, at 10:47 AM, Pierce T. Wetter III wrote: > I'm getting a complaint about my p:else not being in a component after I > refactored some to pull my navigation menus from layout down into a menu > component. > > It works with this header: > > <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd" > xmlns:p="tapestry:parameter"> > > but not with this header: > > <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_2_0.xsd" > xmlns:p="tapestry:parameter">
Figured it out. There is no such thing as http://tapestry.apache.org/schema/tapestry_5_2_0.xsd yet, so it confuses the parser. Nor is there a tapestry_5_2_0.xsd at all, just 5.0 and 5.1. Pierce --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org