Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-14 Thread Ali Zaid
Works like a charm, it was a mistake I had :), didn't add the button
to the form :)

On 3/14/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> i added an example of ajaxsubmitbutton to the ajax examples in wicket. go to
> form example and there will be two buttons, the ajax submit and a regular
> submit. the ajax submit will validate the form and update the feedback panel
> via ajax.
>
> there is also a wicket ajax debug feature that might help you find the
> problem. call
> getAjaxSettings().setAjaxDebugModeEnabled(true); in your
> app.init() and if you have any ajax components on the page you will have a
> "WICKET AJAX DEBUG" link on the bottom left corner of the screen. click that
> and it will open a log console.
>
> -Igor
>
>
>
> On 3/13/06, Ali Zaid <[EMAIL PROTECTED]> wrote:
> > Eelco :), nothing till this moment about wicket I don't like, my only
> > hope is that wicket in Action be realesed soon, and I cover my weak
> > points, which I still have allot, other wise, I'm finishing my 2ed
> > application using wicket, and I have never been as productive and
> > impressive as I am now using wicket, using wicket, Ajax and db4o I not
> > only have managed to wrap 2 projects, but also deliver client request
> > and modification in record time (maybe record to me too :))
> >
> > Oh, and I still didn't manage to make the form submit using Ajax ;),
> > if someone can wrap a simple code, I don't really know what I'm doing
> > wrong.
> >
> > On 3/13/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > > Good to hear. Just remember there is no perfect framework, and you
> > > *will* find things about Wicket you don't like. Anyway, if you find
> > > them, it's open source and please help our community to improve it.
> > >
> > > Eelco
> > >
> > > > Igor you will not believe the amount of popularity wicket is gaining
> > > > (in my working group), it's becoming like the savior of our life.
> > >
> > >
> > > ---
> > > This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> > > that extends applications into web and mobile media. Attend the live
> webcast
> > > and join the prime developer group breaking into this new coding
> territory!
> > >
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
> > > ___
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > >
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> >
> >
> > --
> > Regards, Ali
> >
> >
> > ---
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> > that extends applications into web and mobile media. Attend the live
> webcast
> > and join the prime developer group breaking into this new coding
> territory!
> >
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>


--
Regards, Ali


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-13 Thread Igor Vaynberg
i added an example of ajaxsubmitbutton to the ajax examples in wicket. go to form example and there will be two buttons, the ajax submit and a regular submit. the ajax submit will validate the form and update the feedback panel via ajax.
there is also a wicket ajax debug feature that might help you find the problem. call getAjaxSettings().setAjaxDebugModeEnabled(true); in your app.init() and if you have any ajax components on the page you will have a "WICKET AJAX DEBUG" link on the bottom left corner of the screen. click that and it will open a log console.
-IgorOn 3/13/06, Ali Zaid <[EMAIL PROTECTED]> wrote:
Eelco :), nothing till this moment about wicket I don't like, my onlyhope is that wicket in Action be realesed soon, and I cover my weakpoints, which I still have allot, other wise, I'm finishing my 2edapplication using wicket, and I have never been as productive and
impressive as I am now using wicket, using wicket, Ajax and db4o I notonly have managed to wrap 2 projects, but also deliver client requestand modification in record time (maybe record to me too :))Oh, and I still didn't manage to make the form submit using Ajax ;),
if someone can wrap a simple code, I don't really know what I'm doingwrong.On 3/13/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:> Good to hear. Just remember there is no perfect framework, and you
> *will* find things about Wicket you don't like. Anyway, if you find> them, it's open source and please help our community to improve it.>> Eelco>> > Igor you will not believe the amount of popularity wicket is gaining
> > (in my working group), it's becoming like the savior of our life.>>> ---> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast> and join the prime developer group breaking into this new coding territory!> 
http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642> ___> Wicket-user mailing list> 
Wicket-user@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/wicket-user>--Regards, Ali
---This SF.Net email is sponsored by xPML, a groundbreaking scripting languagethat extends applications into web and mobile media. Attend the live webcastand join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user



Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-13 Thread Ali Zaid
Eelco :), nothing till this moment about wicket I don't like, my only
hope is that wicket in Action be realesed soon, and I cover my weak
points, which I still have allot, other wise, I'm finishing my 2ed
application using wicket, and I have never been as productive and
impressive as I am now using wicket, using wicket, Ajax and db4o I not
only have managed to wrap 2 projects, but also deliver client request
and modification in record time (maybe record to me too :))

Oh, and I still didn't manage to make the form submit using Ajax ;),
if someone can wrap a simple code, I don't really know what I'm doing
wrong.

On 3/13/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> Good to hear. Just remember there is no perfect framework, and you
> *will* find things about Wicket you don't like. Anyway, if you find
> them, it's open source and please help our community to improve it.
>
> Eelco
>
> > Igor you will not believe the amount of popularity wicket is gaining
> > (in my working group), it's becoming like the savior of our life.
>
>
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


--
Regards, Ali


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-13 Thread Eelco Hillenius
Good to hear. Just remember there is no perfect framework, and you
*will* find things about Wicket you don't like. Anyway, if you find
them, it's open source and please help our community to improve it.

Eelco

> Igor you will not believe the amount of popularity wicket is gaining
> (in my working group), it's becoming like the savior of our life.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-13 Thread Igor Vaynberg
On 3/13/06, Ali Zaid <[EMAIL PROTECTED]> wrote:
Igor you will not believe the amount of popularity wicket is gaining(in my working group), it's becoming like the savior of our life.awesome to hear! enjoy :)-Igor


Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-13 Thread Ali Zaid
Yes :), I'm working on it again now, I will inform you of the result
as soon I'm done.

Igor you will not believe the amount of popularity wicket is gaining
(in my working group), it's becoming like the savior of our life.

Regards, Ali

On 3/13/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> did you call form.setOutputMarkupId(true) ?
>
>
> -Igor
>
>
> On 3/12/06, Ali Zaid <[EMAIL PROTECTED]> wrote:
> > I did, but it's abstract and I have to override onSubmit, still Idid,
> > and it didn't work, Iwill give it more try.
> >
> > Thanks! :)
> >
> > On 3/13/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> > > all you have to do is attach it to  and it should
> work
> > > i think.
> > >
> > > -Igor
> > >
> > >
> > >
> > > On 3/12/06, Ali Zaid < [EMAIL PROTECTED]> wrote:
> > > >
> > > Hi;
> > >
> > > any code snippet on how to submit a form using Ajax by
> > > AjaxSubmitButton? Please :)
> > >
> > > --
> > > Regards, Ali
> > >
> > >
> > > ---
> > > This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> > > that extends applications into web and mobile media. Attend the live
> webcast
> > > and join the prime developer group breaking into this new coding
> territory!
> > >
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
> > > ___
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > >
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> > >
> >
> >
> > --
> > Regards, Ali
> >
> >
> > ---
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> > that extends applications into web and mobile media. Attend the live
> webcast
> > and join the prime developer group breaking into this new coding
> territory!
> >
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>


--
Regards, Ali


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-13 Thread Igor Vaynberg
did you call form.setOutputMarkupId(true) ?-IgorOn 3/12/06, Ali Zaid <[EMAIL PROTECTED]> wrote:
I did, but it's abstract and I have to override onSubmit, still Idid,and it didn't work, Iwill give it more try.
Thanks! :)On 3/13/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:> all you have to do is attach it to  and it should work
> i think.>> -Igor On 3/12/06, Ali Zaid < [EMAIL PROTECTED]> wrote:> >> Hi;>> any code snippet on how to submit a form using Ajax by
> AjaxSubmitButton? Please :)>> --> Regards, Ali>>> ---> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast> and join the prime developer group breaking into this new coding territory!> 
http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642> ___> Wicket-user mailing list> 
Wicket-user@lists.sourceforge.net>  https://lists.sourceforge.net/lists/listinfo/wicket-user>>--Regards, Ali
---This SF.Net email is sponsored by xPML, a groundbreaking scripting languagethat extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-12 Thread Ali Zaid
I did, but it's abstract and I have to override onSubmit, still Idid,
and it didn't work, Iwill give it more try.

Thanks! :)

On 3/13/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> all you have to do is attach it to  and it should work
> i think.
>
> -Igor
>
>
>
> On 3/12/06, Ali Zaid < [EMAIL PROTECTED]> wrote:
> >
> Hi;
>
> any code snippet on how to submit a form using Ajax by
> AjaxSubmitButton? Please :)
>
> --
> Regards, Ali
>
>
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>


--
Regards, Ali


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-12 Thread Igor Vaynberg
all you have to do is attach it to  and it should work i think.-IgorOn 3/12/06, Ali Zaid <
[EMAIL PROTECTED]> wrote:Hi;any code snippet on how to submit a form using Ajax by
AjaxSubmitButton? Please :)--Regards, Ali---This SF.Net email is sponsored by xPML, a groundbreaking scripting languagethat extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] AjaxSubmitButton How To?

2006-03-12 Thread Ali Zaid
Hi;

any code snippet on how to submit a form using Ajax by
AjaxSubmitButton? Please :)

--
Regards, Ali


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user