Hi all, I know I'm still learning, but I'm a bit puzzled as to why:

        <t:body/>

works just fine, but:

        <span t:type="body"/>
and
        <span t:type="Body"/>

both error out with:

org.apache.tapestry5.ioc.internal.util.TapestryException
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, Hidden, 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.

I'm assuming t:body isn't really a component, but a different form of
magic.  Are there other "components" that aren't really components and
should t:body also support invisible instrumentation, too?

Thanks again!

mrg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to