Re: [Wicket-user] Submit button behave differently after ajax request

2006-10-18 Thread drakonis
workaround instead of a button, but i am just curios, if it was normal. Matej Knopp wrote: > > The behavior wont work on button. Why don't you use AjaxSubmitButton > instead? > > -Matej > > drakonis wrote: >> Hi, i have a curious problem. >> I have a form with

[Wicket-user] Submit button behave differently after ajax request

2006-10-18 Thread drakonis
Hi, i have a curious problem. I have a form with a submit button. If i click the submit button the onSubmit method of the button is called so is the onSubmit method of the form. And also inside the page i have a button to which i added final Button ajaxButton = new Button("ajaxButton"); ajaxBut

Re: [Wicket-user] Palette component question

2006-08-14 Thread drakonis
pallete is build for (i think) > > johan > > > On 8/14/06, drakonis <[EMAIL PROTECTED]> wrote: >> >> >> 10x for the answer, but >> 1. i actually tried returning a label before i posted got the error: >> Expected close tag for '> class >

Re: [Wicket-user] Palette component question

2006-08-14 Thread drakonis
onent > was there for easy configuring the complete list and the submit. > > johan > > > On 8/14/06, drakonis <[EMAIL PROTECTED]> wrote: >> >> >> Hi everyone, I'm a new wicket user and curently trying out some examples. >> Stumbled upon th

[Wicket-user] Palette component question

2006-08-14 Thread drakonis
Hi everyone, I'm a new wicket user and curently trying out some examples. Stumbled upon the Palette component which i want to integrate in my project. Problem is i need to make it work a little different. For starters i would like just to have only the move < , > buttons, not the other two. I wil