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 <[EMAIL PROTECTED]> 
30.04.2007 14:54
Bitte antworten an
"Tapestry users" <users@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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to