Hi, in the following code, the 'infoblock' will be rendered when the form is submitted, but I'd like the 'infoblock' to be rendered before submitting as well, how to achieve this? Thanks.
< t:form t:id="info" zone="zone1"> < input t:type="textfield" t:id="temp" t:value="tempvalue" t:label="temp"/> < input type="submit" value="Update" name="submit"/> < t:errors/> < /t:form> < t:zone t:id="zone1" /> < t:block t:id="infoBlock"> < /t:block> Block onSuccess() { return infoBlock; } -- View this message in context: http://old.nabble.com/t5%3A-form-and-zone-tp27637837p27637837.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org