Hi,Is there a more `html' friendly way to create a faces link without the surrounding form tag?
<form jsfc="h:form"> <a href="#" jsfc="h:commandLink" value="back" action="back"/> </form> The parser doesn't like this: <a href="#" jsfc="h:commandLink" value="back" action="back"/> Regards, Andreas

