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"> Group: <f:single-select name="ts"> <f:options> <option> <name>a</name> <value>b</value> </option> <option> <name>c</name> <value>d</value> </option> </f:options> </f:single-select> <br /> <f:submit name="save" value="Save" /> </f:form> </xsp:page>
error_log.gz
Description: gzip-ed error_log
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
