Something like this:

Home.html

   <span jwcid="[EMAIL PROTECTED]">
      <a href="#" jwcid="detailsLink">Details</a>
   </span>
   
   <span jwcid="tableWrapper"/>

Home.page

   <component id="detailsLink">
     <binding name="someParam"
value="ognl:components.tableWrapper.row"/>
   </component>


My problem is that:

     <binding name="someParam"
value="ognl:components.tableWrapper.row"/>

is only evaluated after i click the link.

--- Derek Brown <[EMAIL PROTECTED]> wrote:

> I have a Wrapper Component that has a tableview
> component in it. I am passing in a block to the
> table
> component. But this component is on the page not in
> the wrapper component.
> 
> In this block component, I have a link that takes in
> binding of the row count. The counting bean only
> counts when the link is clicked, not when the block
> is
> iterated as a row in the table component.
> 
> Is there a way around this?
> 
> Thanks
> 
> 
>       
>               
> __________________________________ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
__________________________________ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs

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

Reply via email to