Re: [Wicket-user] How can I add panel on submit?

2007-02-08 Thread Ramazan Pekin
MAIL PROTECTED]> wrote: the easiest way is to do this final MyPanel mypanel =new MyPanel(..); ... onsubmit() { mypanel.setvisible(true); <== it is reachable because it was declared final -igor On 2/8/07, Ramazan Pekin <[EMAIL PROTECTED]> wrote: Hi, I have added to my page a pane

Re: [Wicket-user] How can I add panel on submit?

2007-02-08 Thread Ramazan Pekin
ith your actual panel -igor On 2/7/07, Ramazan Pekin <[EMAIL PROTECTED]> wrote: Hi to everyone, I want to add a new component to my page on my form submit, can I do that? I want to show the form result on this component. For example I want to show the result of the form with the Panel. C

[Wicket-user] How can I add panel on submit?

2007-02-07 Thread Ramazan Pekin
Hi to everyone, I want to add a new component to my page on my form submit, can I do that? I want to show the form result on this component. For example I want to show the result of the form with the Panel. Can you help me with example code? Thank to everyone.

Re: [Wicket-user] When the connetction must be opened and when it have to closed?

2007-01-16 Thread Ramazan Pekin
hen it have to closed? override form.process() -igor On 1/14/07, Ramazan Pekin <[EMAIL PROTECTED]> wrote: Hi everone, I am trying to develop a structure and I want this; already opened and already closed the connection when my form is submitted and my forms logic finished. I have a Ba

[Wicket-user] Is there any uml diagram for wicket?

2007-01-14 Thread Ramazan Pekin
Hi everyone Is there any uml diagram for wicket framework, or is there any flowchart? Don't get soaked. Take a quick peak at the forecast with the Yahoo! Search weather shortcut. http://tools.search.yahoo.com/

[Wicket-user] When the connetction must be opened and when it have to closed?

2007-01-14 Thread Ramazan Pekin
Hi everone, I am trying to develop a structure and I want this; already opened and already closed the connection when my form is submitted and my forms logic finished. I have a BaseForm class, which overriding OnSubmit function and my other forms extends this BaseForm class. On Struts, when form