You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by winlaw <jl...@workprocess.co.uk> on 2007/04/30 14:54:49 UTC

T5 - Unable to resolve component type 'comp' to a component class name

I am trying to copy the example demonstarted in the Screencast but get the
following error when I fire up the browser:  

Unable to resolve component type 'comp' to a component class name. Available
component types: core/ActionLink, core/Any, core/BeanEditForm,
core/Checkbox, core/ComponentMessages, core/Delegate, core/Errors,
core/Form, core/FormSupportImpl, core/Grid, core/GridCell, core/GridColumns,
core/GridPager, core/GridRows, core/If, core/Img, core/Label, core/Loop,
core/Output, core/OutputRaw, core/PageLink, core/PasswordField,
core/RenderObject, core/Select, core/Submit, core/TextArea, core/TextField.

The code which appears to cause is: 
        <p>
          <t:comp type="Loop" source="prop:1..10" value="prop:index">
            ${index}
          </t:comp>
        </p>

Libs include:
tapestry-ioc-5.0.3.jar
tapestry-core-5.0.3.jar
javaassist-3.4.ga.jar
commons-logging-1.0.4.jar

Many thanks for your help.
Jim


-- 
View this message in context: http://www.nabble.com/T5---Unable-to-resolve-component-type-%27comp%27-to-a-component-class-name-tf3669522.html#a10252977
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: T5 - Unable to resolve component type 'comp' to a component class name

Posted by Howard Lewis Ship <hl...@gmail.com>.
We're in the process of building, and then voting on, a 5.0.4 release ... at
which point the docs will match the code available from Maven.

On 4/30/07, Kristian Marinkovic <kr...@porsche.co.at> wrote:
>
> t:comp is not supported anymore. now its <t:loop...>
> t:"component_type"
>
> look into the Tapestry 5 tutorial pdf... examples there are
> up to date :)
>
> g,kris
>
>
>
>
>
> winlaw <jl...@workprocess.co.uk>
> 30.04.2007 14:54
> Bitte antworten an
> "Tapestry users" <us...@tapestry.apache.org>
>
>
> An
> users@tapestry.apache.org
> Kopie
>
> Thema
> T5 - Unable to resolve component type 'comp' to a component class name
>
>
>
>
>
>
>
> I am trying to copy the example demonstarted in the Screencast but get the
> following error when I fire up the browser:
>
> Unable to resolve component type 'comp' to a component class name.
> Available
> component types: core/ActionLink, core/Any, core/BeanEditForm,
> core/Checkbox, core/ComponentMessages, core/Delegate, core/Errors,
> core/Form, core/FormSupportImpl, core/Grid, core/GridCell,
> core/GridColumns,
> core/GridPager, core/GridRows, core/If, core/Img, core/Label, core/Loop,
> core/Output, core/OutputRaw, core/PageLink, core/PasswordField,
> core/RenderObject, core/Select, core/Submit, core/TextArea,
> core/TextField.
>
> The code which appears to cause is:
>         <p>
>           <t:comp type="Loop" source="prop:1..10" value="prop:index">
>             ${index}
>           </t:comp>
>         </p>
>
> Libs include:
> tapestry-ioc-5.0.3.jar
> tapestry-core-5.0.3.jar
> javaassist-3.4.ga.jar
> commons-logging-1.0.4.jar
>
> Many thanks for your help.
> Jim
>
>
> --
> View this message in context:
>
> http://www.nabble.com/T5---Unable-to-resolve-component-type-%27comp%27-to-a-component-class-name-tf3669522.html#a10252977
>
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>
>


-- 
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

RE: T5 - Unable to resolve component type 'comp' to a component class name

Posted by Kristian Marinkovic <kr...@porsche.co.at>.
t:comp is not supported anymore. now its <t:loop...>
t:"component_type"

look into the Tapestry 5 tutorial pdf... examples there are
up to date :)

g,kris





winlaw <jl...@workprocess.co.uk> 
30.04.2007 14:54
Bitte antworten an
"Tapestry users" <us...@tapestry.apache.org>


An
users@tapestry.apache.org
Kopie

Thema
T5 - Unable to resolve component type 'comp' to a component class name







I am trying to copy the example demonstarted in the Screencast but get the
following error when I fire up the browser: 

Unable to resolve component type 'comp' to a component class name. 
Available
component types: core/ActionLink, core/Any, core/BeanEditForm,
core/Checkbox, core/ComponentMessages, core/Delegate, core/Errors,
core/Form, core/FormSupportImpl, core/Grid, core/GridCell, 
core/GridColumns,
core/GridPager, core/GridRows, core/If, core/Img, core/Label, core/Loop,
core/Output, core/OutputRaw, core/PageLink, core/PasswordField,
core/RenderObject, core/Select, core/Submit, core/TextArea, 
core/TextField.

The code which appears to cause is: 
        <p>
          <t:comp type="Loop" source="prop:1..10" value="prop:index">
            ${index}
          </t:comp>
        </p>

Libs include:
tapestry-ioc-5.0.3.jar
tapestry-core-5.0.3.jar
javaassist-3.4.ga.jar
commons-logging-1.0.4.jar

Many thanks for your help.
Jim


-- 
View this message in context: 
http://www.nabble.com/T5---Unable-to-resolve-component-type-%27comp%27-to-a-component-class-name-tf3669522.html#a10252977

Sent from the Tapestry - User mailing list archive at Nabble.com.


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