Hi,
I've been trying to use the dynafaces snapshot with facelets, but
without success. Just as test I'm trying to do
<ext:ajaxZone id="zone1">
<h:form prependId="false">
<h:inputText id="in">
<f:validateLength minimum="5"/>
</h:inputText>
<h:message for="in"/>
<h:commandButton value="submit"/>
</h:form>
</ext:ajaxZone>
<hr/>
<ext:ajaxZone id="zone2">
${param.in}
</ext:ajaxZone>
But I don't get any AJAX functionality. Is the above code a proper usage
of <ext:ajaxZone>?
I am testing on JSF1.2_02 + facelets 1.1.10a, deploying to both tomcat
5.5.17 and glassfish. My test WAR file is at
http://mong.geckohosting.com.au/~roger/tmp/WebApplication1.war
Thanks,
Roger
--
----------------------------------------
Ninth Avenue Software
p: +61 7 3137 1351 (UTC +10)
f: +61 7 3102 9141
w: http://www.ninthavenue.com.au
e: info_at_ninthavenue.com.au
----------------------------------------