A proposed solution to separate javascript code from java code in Renderers
---------------------------------------------------------------------------
Key: MYFACES-1962
URL: https://issues.apache.org/jira/browse/MYFACES-1962
Project: MyFaces Core
Issue Type: New Feature
Components: General
Reporter: Paul Rivera
Priority: Minor
In our current implementation of component renderers, javascript code is
generated using ResponseWriter methods inside the renderer. Although, when the
embedded javascript code gets too lengthy, the renderer code can become hard to
read and debug.
The proposition is to provide developers with a tool that separates javascript
code from the renderer code and move it into template files. This solution is
similar to how TemplateRenderer handles HTML content.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.