eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
166 stars 112 forks source link

5.0: f:resetValues has disappeared from vdl #5493

Closed BalusC closed 2 months ago

BalusC commented 2 months ago

It appears that the in 2.2 introduced f:resetValues tag was mistakenly registered in JSP tld file instead of Facelets taglib.xml file. And hence it disappeared from vdldoc after the JSP tld file was removed. We need to add back it to taglib.xml.

Related: https://github.com/jakartaee/faces/issues/1940