durusmail: quixote-users: Best way to handle forms with quixote?
Best way to handle forms with quixote?
2003-05-31
2003-05-31
2003-06-01
2003-06-02
2003-06-02
2003-06-03
Best way to handle forms with quixote?
lucio
2003-06-02
VanL wrote:

>
> Option 3:
>
> There is only one URL.  The app keeps track of the location
> internally. All forms post to /genericURL, and the app keeps track of
> which class lays out an validates each form.
>
> This is nice because there are no redirects, and a single point of
> entry to the web app.  However, this completely nullifies quixote's
> URL-space matches code-space concept, and may be more insecure.
>
This is very easy to manage but indeed has many problems. For example,
if you dont have the location in the parameters, the back button gets
broken... because the user cant go back and split a new path unless you
keep the state of all pages he visits, which, of course, sucks.

Lucio.


reply