so, what is the 'right' way??
i'm writing a little login example (to be added to tdk)

is my login form correct now???

<form method="POST" action="$link.setPage("index.vm").setAction("LoginUser")">
  Username <input size="16" value="" name="username" maxlength="25" type="text">

  Password <input size="16" value="" name="password" maxlength="25"
type="password">
  <input class="button" value="Login" name="submit" type="submit">
</form>


Jon Stevens wrote:

> on 11/21/2000 6:06 AM, "Will Stranathan" <[EMAIL PROTECTED]> wrote:
>
> > That's what the documentation said to do.  I wasn't familiar with
> > setAction, and Scarab does it this way in a couple of places.
> >
> > w
>
> for what it is worth, that will be changing. All of Scarab's submits will be
> GET method for the reasons i explained earlier.
>
> -jon
>
> --
> twice of not very much is still a lot more than not very much
>
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to