QeelwaEtech / omnifaces

Automatically exported from code.google.com/p/omnifaces
0 stars 1 forks source link

Html5RenderKit doesn't work on PrimeFaces <p:inputText> #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Html5RenderKit doesn't work on PrimeFaces <p:inputText>.

The InputTextRenderer calls writer.startElement("input", null) instead of 
writer.startElement("input", component), causing the component argument in the 
response writer to be null and thus all instanceof checks to fail.

Original issue reported on code.google.com by balusc on 22 Mar 2013 at 6:23

GoogleCodeExporter commented 9 years ago
Fixed: 
https://code.google.com/p/omnifaces/source/detail?r=8a846e14c9f2756e129831d01e8c
7a5d1ba901c5

Attached snapshot contains the fix.

Original comment by balusc on 22 Mar 2013 at 6:26

Attachments: