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/04/29 21:38:20 UTC

[GitHub] [myfaces] glynn29 opened a new pull request, #261: MYFACES-4434 - HtmlTextareaRendererBase separate encode end and begin

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

   … 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 needing 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 #261: MYFACES-4434 - HtmlTextareaRendererBase separate encode end and begin

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


-- 
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