On Monday, 17. February 2003 00:39, [EMAIL PROTECTED] wrote: > Hi, > I still cant get single-selects to populate after a submit ... > The following __very__ simple page works as expected on initial load (ie > drop down populated) but after submitting the form, an empty > drop-down/single-select comes back ... > an apache error log produced with AxDebugLevel 10 is attached ... > Thanks! > -Michael > <xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" > xmlns:f ="http://axkit.org/NS/xsp/perform/v1" > > <f:form name="test">
You are missing your user root. Always wrap XSP content into at least a static root tag. Otherwise, code may be executed at compile time. -- CU Joerg PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
