Use hidden fields on forms to maintain values between pages and offer
the submit button after you assure all fields are filled out.  This is
an alternative to session based values, but it can suffer from page
reresh times depending on the amount of data you are moving between
pages.

On 2/2/09, Jérôme Etévé <jerome.et...@gmail.com> wrote:
> Hi,
>
>   maybe you could store all the data in a session ?
>
>   I think you could as well use a 'big form', divided in as many
> sections as you have different pages and display only the section
> relevant to your page.
> This could be done from the server side or on the client side using
> some javascript.
>
> Cheers !
>
> J.
>
>
> On Mon, Feb 2, 2009 at 1:49 PM, Shiladitya Biswas
> <shiladitya.bis...@gmail.com> wrote:
>> Hi,
>> I want to design a multi-page input form in Mason. The input required
>> from user will be split across several pages. User should be able to
>> fill and save pages in any order. When he clicks on "Final Submit",
>> all the data will be posted to backend.
>>
>> I need a way to know if all the inputs were filled properly by user
>> before he clicks on "Final Submit". As the inputs are in several
>> pages, is there are way to pass these input information across pages
>> through <%args> block ?
>> Thanks
>> --
>> Shiladitya
>> ------------------------------------------------------------------------
>> "If I Had More Time I Would Write a Shorter Letter"
>>  -- Blaise Pascal
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by:
>> SourcForge Community
>> SourceForge wants to tell your story.
>> http://p.sf.net/sfu/sf-spreadtheword
>> _______________________________________________
>> Mason-users mailing list
>> Mason-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mason-users
>>
>
>
>
> --
> Jerome Eteve.
>
> Chat with me live at http://www.eteve.net
>
> jer...@eteve.net
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> Mason-users mailing list
> Mason-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mason-users
>

-- 
Sent from my mobile device

Jonathan Craig

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to