Well that would be a nice solution I think.

Well I dont see any other way to make a simple content list / display
application. The onActivate Event seems to be really useful, entering the
URL manually works great, but i dont know any solution to link to such a
page.

I tried the following hack:
<t:comp type="Loop" source="prop:entries" value="entry">
<a href="/view/${entry.id}">${entry.title}</a>
</t:comp>
But well, expansions are not evaluated in tag attributes.

I will checkout the tapestry svn and try to add context support for
PageLinks. Maybe i get it working. 

regards
Dennis

Howard Lewis Ship wrote:

> I'm thinking that PageLink should support a context parameter that
> bypasses the target page's passivate event. This puts some
> responsibility on the programmer to ensure that any such use of
> PageLink provides the correct context that will be needed by the
> target page's activate event handler.



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

Reply via email to