I've implemented wizard forms in stand-alone stripes using this link:
https://stripesframework.atlassian.net/wiki/spaces/STRIPES/pages/492018/Wizard+Forms

I'm not familiar enough with Portofino to know, but maybe I can adapt that
methodology. Thanks!

On Sat, Oct 13, 2018 at 2:28 PM Alessio Stalla <alessiosta...@gmail.com>
wrote:

> Hi Ron,
> I'm CC'ing the Portofino mailing list for this.
> While Portofino does not *generate* wizard-style pages automatically, it
> provides the infrastructure to write them yourself. In particular it lets
> you write Stripes actions in Groovy and it provides a form abstraction
> called Elements to write a form as HTML, read values from the request,
> validate them, write them to a Map or an object. It also provides Map-based
> persistence using Hibernate.
> We've rarely if ever written wizard-style pages, but the pieces are there,
> I'd say.
>
> Alessio (Portofino developer)
>
> PS thanks for your interest in the framework, tool or whatever you want to
> call it :)
>
> On Sat, Oct 13, 2018, 17:19 Ron King <ronck...@gmail.com> wrote:
>
>> In the Portofino docs, the term 'wizard' is used to describe generating a
>> web app from a database. Can Portofino generate a 'wizard form', a
>> multi-page, multi-step form?
>>
>> --
>> Fear is a reaction, courage a decision - Winston Churchill
>> _______________________________________________
>> Stripes-users mailing list
>> Stripes-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/stripes-users
>>
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>


-- 
Fear is a reaction, courage a decision - Winston Churchill
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to