Closed FabriSr closed 1 year ago
It's in javadoc of setter: https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/component/uiviewaction#setRendered(boolean), but it's indeed missing in getter.
The attribute description in vdldoc is completely correct, it's speaking as if it's the if
attribute, however the attribute name is still mistakenly rendered
.
See PR ^^
cc: @tandraschko it has been merged now
currently it seems that MyFaces does not generate a taglib.xml this is a bigger task
i will create a new task on our side
feel free to close here
At least javadoc of UIViewAction has to be adjusted.
@tandraschko
Does MyFaces need to generate the taglib.xml? What exactly is left here to be done here?
I think so But thats nothing spec related I created a MF issue
Ok
@tandraschko
MyFaces Docs show rendered
, not if
:
@volosied no idea, just checked the code itself currently i dont have many time to work on MF
The "if" attribute of is missing from Javadoc and VDLDoc.