You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2022/03/11 19:33:31 UTC

[GitHub] [myfaces] glynn29 opened a new pull request #234: JSF provides a encodeBegin() and an encodeEnd() method on a Renderer.…

glynn29 opened a new pull request #234:
URL: https://github.com/apache/myfaces/pull/234


   … MyFaces currently performs "begin tag" and "end tag" encoding in the encodeEnd(), which breaks any vendor-neutral path for extensibility. This patch moves the "begin tag" encoding logic to the encodeBegin() function so the renderkit can be extended without needed to extend myfaces classes explicitly, but instead be called through the standard JSF api to start a tag.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [myfaces] melloware merged pull request #234: JSF provides a encodeBegin() and an encodeEnd() method on a Renderer.…

Posted by GitBox <gi...@apache.org>.
melloware merged pull request #234:
URL: https://github.com/apache/myfaces/pull/234


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org