http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/application/jsp/JspViewHandlerImpl.java?view=markup

On 1/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Where's your ViewHandler code for 1.2?


 Hi devs,

I have been spending some time trying to implement
org.apache.myfaces.application.jsp.JspViewHandlerImpl, which is the
myfaces implementation for the ViewHandler. As you might know, now the
viewhandler is the responsible of invoking the renderers (invoking
UIVIewRoot.encodeAll). I am having some problems to write the response
into the page (I can write it to the console though, as the current code in
the SVN repo is doing). Any help or suggestions will be appreciated!
The code to replace the state part of the response is not implemented yet.
I was just trying to output the code created by the renderers into the page.
I have checked in a test webapp that can be used to test myfaces 1.2. Of
course, now you will get a blank page with only the html and body tags, but
nothing from within the f:view tags. The view is generated correctly in the
server, as you can see in the output. To test, I am deploying that webapp in
a tomcat 6 instance.
Help! This is an important step for the implementation :-)

Cheers,

Bruno

P.S. The implementation can be found here: 
https://svn.apache.org/repos/asf/myfaces/current12


Reply via email to