[ 
https://issues.apache.org/jira/browse/TAPESTRY-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513824
 ] 

Nick Westgate commented on TAPESTRY-1649:
-----------------------------------------

Howard's comment still applies. Carefully read and understand the docs:
http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html

"
<t:actionlink t:id="clear">Remove All</t:actionlink>.
The element name, "actionlink" is used to select the ** TYPE ** of component, 
"ActionLink"
If the id attribute is ommitted, Tapestry will assign a unique id for the 
element.
"

So <t:postsLoop> defines an element of TYPE PostsLoop. The error message is 
correct.
You should have posted this to the user list first to avoid wasting the 
developers' time.

Cheers,
Nick.

> PageLoaderProcessor check template is invlidate.
> ------------------------------------------------
>
>                 Key: TAPESTRY-1649
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1649
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>         Environment: T5.0.5
>            Reporter: Jun Tsai
>            Assignee: Howard M. Lewis Ship
>
> java:
>  
>       @Component(parameters={"source=posts","value=post"})
>       private Loop postsLoop;
> html:
>   <t:postsLoop>
>   ... ...
>  </postsLoop>
> log in console:
> 11:29:33.944 ERROR! [SocketListener0-0] 
> org.apache.tapestry.internal.services.PageLoaderProcessor.loadTemplateForComponent(PageLoaderProcessor.java:456)
>  >44> Embedded component(s) postsLoop are defined within component class 
> lichen.pages.topic.ViewTopic, but are not present in the component template.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to