; > # show my input data in a view
> > {{ =H3("My input data") }}
> > {{ =session.my_input_data }}
>
> > On Feb 28, 10:16 am, Sam Flynn wrote:
>
> > > I'm trying to do a step process with data and having difficulty
> > > figuring it out.
input can be stored and
> retrieved with de session object, which is available at any
> controller, model or view with each action:
>
> # store my input data
> session.my_input_data =
>
> # show my input data in a view
> {{ =H3("My input data") }}
> {{ =ses
I'm trying to do a step process with data and having difficulty
figuring it out. Any help MUCH appreciated!
I want to use a standard form such as input_form.html. The input
values will be for values of w, x, y, z (e.g. W:
). From there I want to send the input values to
the following function t
3 matches
Mail list logo