:: 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. Initally i thought i just had something wrong the with stylesheet ? Murat --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
