If you want to submit all fields, you should use a submit button. If you really need to use a link, use javascript to do a post request instead of a get. Then you'll just have to add all fields using either Prototype or jQuery form.serialize() method.
Christian -----Original Message----- From: Ken Barnes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 3:12 PM To: [email protected] Subject: Re: [Stripes-users] Stripes link tag and params I have several select and inputs on the page that when user hits link whole page submits with values from these to the event. Or if there is an easier way to just include all of them ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
