com.sun.facelets.tag.TagException: /jsp/Poliza/consultaPoliza.xhtml @173,37 <s:exporterActionListener> Tag Library supports namespace: http://myfaces.apache.org/sandbox, but no tag was defined for name: exporterActionListener
y el tag que estoy utilizando va de la siguiente forma.
<h:commandButton value="Exportar">
<s:exporterActionListener filename="myFile"
fileType="PDF"
for="InicioTabla"
/>
</h:commandButton>
espero me puedan ayudar
