-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
first time trying to combine XSP-PerForm and XSP-Param with the following code <xsp:page language="Perl" xmlns:xsp="http://apache.org/xsp/core/v1" xmlns:param="http://axkit.org/NS/xsp/param/v1" xmlns:f="http://axkit.org/NS/xsp/perform/v1" > <!-- xmlns:swish="http://nexus-is.ca/NS/xsp/swish/v1" --> <xsp:logic> ... </xsp:logic> <html><head></head><body> <f:form name="add_user"> <f:textfield name="firstname" width="30" maxlength="50"> <f:textfield:value><param:firstname/></f:textfield:value> </f:textfield> ... </f:form> </body></html> </xsp:page> and calling as http://uatlas/util/sf.xml?firstname=maximilian the parameter of the initial call does not show up immediately, but only after inserting something into the firstname field and submitting. I have no load_firstname sub, only the sample validate_* and submit_* from the docs. This a error on my side, a bug or a feature? (Think it might have something to do with PerForm using POST method and http call is a GET one ...) Markus -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.6 and Gnu Privacy Guard <http://www.gnupg.org/> iD8DBQE9dITexxUzQSse11ARAmBBAJ9j7mTTUZ+DAx/l9eeZGI0RfdUgeACfVLSe Q4gkENlqWwBQH1uQPMm4iSs= =HPha -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
