com.sun.faces.saveStateFieldmarker in Portlet page

Hi,

I have a Sun JSF application (version 1.1_02) deployed as a portlet in JBoss Portal server 2.4.1, When I launch the portal, I am getting the following text displayed,

com.sun.faces.saveStateFieldmarker

I don't get this text in the same application that I have deployed in the JBoss App Server 4.0.3 and I have implemented java.io.Serializable interface in all my bean classes, I have tried with both the state saving methods server/client.

Please help me in resolving this issue.

Thanks

[528 byte] By [NewToJSFa] at [2007-11-26 15:17:04]
# 1
Any inputs on this ?
NewToJSFa at 2007-7-8 10:56:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

That marker will be written out whenever a Form is called.

In the JSP case, the ViewHandler (in 1.2) will replace those markers

with the tree state. It sounds like the Portlet's ViewHandler isn't doing any replacement and thus this marker is present in the ouput.

I'd contact the folks who created the portlet/jsf integration library for assistance.

rlubkea at 2007-7-8 10:56:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...