Just make "faxNumber" component visible and re-render the page.

If you use ajax then you'll have to re-render the repeater's parent

On Thu, Jun 9, 2011 at 10:10 AM, Madan Mohan <mmo...@educator.eu> wrote:
> Hi,
>        I am using <wicket:enclosure>to hide some rows in a table.
>
> Take for ex.,
>         <tr><td> Phone: <span wicket:id="phoneNumber"/></td>
> </tr>
>         <wicket:enclosure>
>                    <tr><td> Fax: <span wicket:id="faxNumber"td></tr>
>         </wicket:enclosure>
>
> Initially faxNumber is *not visible*. So the faxNumber row is not rendered.
> Later based on some user action, i want to make faxNumber to *visible*.
>
> How to do this?
>
>
> --
>
> regards,
> *Madan*
> *www.educator.eu*
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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

Reply via email to