hi,

I have a component within a foreach, like this:

    <tr jwcid="@Foreach" source="ognl:commObjects"
value="ognl:doCommunication" element="tr" index="ognl:cidx">
        <td>
       ......
        </td>
        <td>
        ....
        <td>    <span jwcid="[EMAIL PROTECTED]"
title="ognl:string['description']" targetLanguage="ognl:targetLanguage"
...>
        </td>
    </tr>

I like to access these components from java, but in the getComponent Map
I can only find ONE comDesc component. I expected comDesc$1, comDesc$2 ...
How can I access the these components?

I'm using tapestry 3.0.3.

thanks,
andreas

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

Reply via email to