Are you binding the hidden parameter of your dialog?
Perhaps its value should be persisted as well...


On Thu, Apr 3, 2008 at 11:38 AM, sricharan kuna <[EMAIL PROTECTED]> wrote:
>
> hi everyone,
>  i am using tapestry 4.1.5
>  i have an custom dialog box which should be shown on button click
>  so i placed  that (dialog).getComponent(custom dialog).show() in side the
>  listener method of button submit.Here it is going to the that line and
>  coming out but the dialog is not displaying i am giving my code snippets
>  down
>  html:
>  <input class="button" value="Add" jwcid="@Submit"
>  listener="listener:newSupplimental"/>
>  java:
>  public void newSupplimental(IRequestCycle cycle){
>                 ((Dialog)getComponent("DialogContentSupplimental")).show();
>         }
>  when i debug it the listner method is being called and the
>  ((Dialog)getComponent("DialogContentSupplimental")) is bing filled but it
>  not showing
>  please,If any one help me i'll be thankful
>  Thanks & Regards
>  Sricharan.
>



-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

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

Reply via email to