You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Tim Sawyer <li...@calidris.co.uk> on 2005/05/27 14:40:22 UTC

Newbie Visit Question

Hi,

I have a component, which I've written myself, which takes parameters.  I now want to call that component multiple from another, and get the values for the parameters from the Visit.

I can't see how to do this, but I'm sure it must be simple!

My new component contains

<table>
  <tr>
    <td>
      <div jwcid="@FlashGraph" dataID="1" size="2"/>
    </td>
    <td>
      <div jwcid="@FlashGraph" dataID="2" size="2"/>
    </td>
  </tr>
  <tr>
    <td>
      <div jwcid="@FlashGraph" dataID="3" size="2"/>
    </td>
    <td>
      <div jwcid="@FlashGraph" dataID="4" size="2"/>
    </td>
  </tr>
</table>

and I want the values for dataID to come from the visit.

Can someone point me the right way please?

ta,

Tim.





---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org