开发者

0:25:01,819 WARN [HtmlImageRendererBase] ALT attribute is missing for : j_id113

开发者 https://www.devze.com 2023-02-01 10:15 出处:网络
I am trying 开发者_如何学运维to deploy a web application from my Eclipse to Jboss 6.x on a localhost. And i keep getting this error.

I am trying 开发者_如何学运维to deploy a web application from my Eclipse to Jboss 6.x on a localhost. And i keep getting this error.

10:25:01,819 WARN  [HtmlImageRendererBase] ALT attribute is missing for : j_id113
10:25:05,823 WARN  [HtmlImageRendererBase] ALT attribute is missing for : j_id81

I have other applications deployed in the same jboss application server. I dont see any error related to my application.

I want to know what is wrong with jboss, googling didnt help at all ...

Thanks.


I'd guess that an application using JSF does not set an alt attribute on a graphicImage tag and that the JSF implementation treats this as a warning.

j_id113 looks like an auto-generated ID set on a component when one is not explicitly set.

0

精彩评论

暂无评论...
验证码 换一张
取 消