[Wicket-user] Can I show and hide a form using javascript still do form processing on the server ?

2007-07-12 Thread atul singh

Hi,
I want to show and hide forms using javascript, but this will not have
components on the server.How do I process the form on the server.
What is the reccomended way to do this??
Do I have to make a server call for this?(Based on my experience I feel ajax
is the way supported in wicket, but i dont want it that way)
Thanks
atul
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Can I show and hide a form using javascript still do form processing on the server ?

2007-07-12 Thread Igor Vaynberg

On 7/12/07, atul singh [EMAIL PROTECTED] wrote:


Hi,
I want to show and hide forms using javascript, but this will not have
components on the server.How do I process the form on the server.
What is the reccomended way to do this??
Do I have to make a server call for this?(Based on my experience I feel
ajax is the way supported in wicket, but i dont want it that way)
Thanks
atul




make your form action point to a bookmarkable page. give that page a
(PageParameters params) constructor, and you can pull form values out of
there

-igor


-

This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user