hi all,

i have following construction

-main page
---component as a DIV
-----Zone 
-------grid

now, if i want to select another page of grid, the complete page is
reloaded. 
And my component is not visible.
:-(
i don't know how to describe.


here an example (pseudo code):

*Page*

<html>
...
<button onClick="containerDIV.style="visible:inline" >Search</button>
...
  <div style="visible:none" id="containerDIV">
    <div id="searchDIV">
        <t:searchComponent.... />
    </div>
  </div>
</html>

*Component*
<t:any...>
   <t:torm...  zone="ajaxGrid"/> 
   <t:zone id="ajaxGrid">
        <grid .... inplace="true" pagerPositions="top"... inlace="true" />
   </t:zone>
</t:any>


I hope, some one can understand me description :-)
Thanks for any idea.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Grid-in-a-Zone-in-a-Component-tp5450173p5450173.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to