Please add a bug; Tapestry should not be case sensitive about this (regardless about what the schema says). t:body and t:Body should be equivalent. Tapestry 5.1 may already do this correctly.
On Mon, Mar 30, 2009 at 9:28 AM, Luther Baker <lutherba...@gmail.com> wrote: > For some reason, my brain likes to keep a consistent capitalization strategy > ... > > So, I've grown accustomed to > > t:Parameter > t:ActionLink > t:PageLink > > and home/Index.tml, home/Index.java ... etc > > I just noticed that in my latest new project, I used <t:Body/> in a layout > template and I'm getting an error: > > Exception assembling root component of page home/Index: Unable to resolve > 'Body' to a component class name. Available component types: ActionLink, > AddRowLink, AjaxFormLoop, Any, BeanDisplay, BeanEditForm, BeanEditor, > Checkbox, DateField, Delegate, Errors, EventLink, ExceptionDisplay, Form, > FormFragment, FormInjector, Grid, GridCell, GridColumns, GridPager, > GridRows, If, Label, Layout, LinkSubmit, Loop, Output, OutputRaw, PageLink, > Palette, PasswordField, ProgressiveDisplay, PropertyDisplay, PropertyEditor, > Radio, RadioGroup, RemoveRowLink, RenderObject, Select, Submit, > SubmitNotifier, TextArea, TextField, TextOutput, Unless, Zone. > > If I switch to <t:body/> ... all is well. > > Just thought this was interesting. > > -Luther > -- Howard M. Lewis Ship Creator Apache Tapestry and Apache HiveMind --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org