Olá! Eu estou usando ZK em uma ferramenta e JSF para a parte de agendamento de sessões dessa ferramenta. Eu inclui tags Tomahawk, por isso, o web.xml está configurado para o ZK e Tomahawk. O tomcat está acusando o seguinte warn:
WARN: Invalid tag found: unexpected input while looking for attr name or '/>' at line 220. Surroundings: '.type="zul.box.Box" style="bac'. (2009-10-27 09:08:09,593 http-8080-Processor23_org.apache.myfaces.renderkit.html.util.ReducedHTMLParser) WARN: Invalid tag found: unexpected input while looking for attr name or '/>' at line 225. Surroundings: '.coexist="true" valign="top"> '. (2009-10-27 09:08:09,593 http-8080-Processor23_org.apache.myfaces.renderkit.html.util.ReducedHTMLParser) A interface da minha ferramenta é compartilhada, por isso é um ".class". O '/>' poderia ser problema do ZK ao gerar o html? Eu tentei setar o atributo name dos componentes ZK, mas o erro persiste. Eu tentei usar Tomahawk 1.1.9 e 1.1.6, mas os warns ocorrem com as duas versões. Eu uso o calendar e adicionei no web.xml: <context-param> <param-name>org.apache.myfaces.ADD_RESOURCE_CLASS</param-name> <param-value>org.apache.myfaces.renderkit.html.util.DefaultAddResource</param-value> </context-param> Se eu comentar esse context-param, não ocorre warn mas o calendar não funciona. Alguma sugestão? Obrigada! -- View this message in context: http://www.nabble.com/WARN%3A-Invalid-tag-found-tp26080891p26080891.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

