> <t:loop source="applicationList" value="currentApplication"
> encoder="applicationEncoder">
>
>        <li><t:actionlink t:id="showDetails"
> conntext="currentApplication.id">${currentApplication.applicationName}</t:actionlink></li>
>
>        </t:loop>
>
> Note: Values for the loop is loaded dynamically from database, so i cannot
> have one property to check for If condition like <t:if t:test="">. Please
> suggest.

In your page class you have a method onActionFromShowDetails(long id)
{}, don't you?
There you may check which link was clicked and set some properties
that you can <t:test if=()>

But I am not sure if I completely understood your question.

            Piero

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

Reply via email to