-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 12 June 2002 12:55 am, Murat �nalan wrote:
> :: Here is your problem: Your form needs to be inside at least
> :: *some* tag. Call
> :: it whatever you like, but you need a root tag.
> ::
> :: >   <f:form name="add_user">
> :: >       <f:textfield name="firstname" width="30"
> ::
> :: maxlength="50"/><br/>
> ::
> :: >       <f:textfield name="lastname" width="30" maxlength="50"/><br/>
> :: >       <f:submit name="save" value="Save" goto="users.xsp"/>
> :: >       <f:cancel name="cancel" value="Cancel" goto="/axkit/"/>
> :: >   </f:form>
> :: > </xsp:page>
>
> Isn't my <xsp:page>...</xsp:page> sufficient (otherwise i would suggest
> to call it a bug) ?? I don't understand, could you give me a very simple
> example. As far my brain reaches, my example-doc has everything (tags)
> it would need.

No, it's a little confusing I know...

Basically, XSP needs to know when the "output" starts. It knows this by 
waiting for the first non-taglib tag (because assuming anything else could be 
fatal). How anything got output whatsoever using your page I'm not sure.

Simply put some kind of wrapper tag in there - lots of people use <body> or 
<page> or <output>. I hope that fixes it for you.

- -- 
<:->get a SMart net</:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9Bo4IVBc71ct6OywRAl9TAJ0XanNcklZv56nFy1Baacc2/CPEYQCgvb4r
cTHTXJfGwuJqYQssS4ai7EQ=
=OzjZ
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to