• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

com.sun.faces.saveStateFieldMarker

 
Greenhorn
Posts: 14
Android Eclipse IDE Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
We recently migrated one of our projects to Websphere application server 7.0 and JSF 1.2.
The application migrated succesfully.
However, I m getting com.sun.faces.saveStateFieldMarker on the bottom of each and every page of the application.
It seems like some JSF migration issue or web.xml configuration issue.
not sure what!!

Not able to solve it.
Its a critical defect and need to be solved asap.

I m not getting any error on the console while publishing or running.

Your help will be appreciated.

I tried to Google and Bing it but in vain
No forum has an answer to this solution.

Regards.
 
Abzee AntiPro
Greenhorn
Posts: 14
Android Eclipse IDE Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You just need to empty the writeState method. Dont do anything inside that method. delete all the code inside it.
it should work.
however, it will create a new issue
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you provide more details on this. I'm getting same error. We are in the process of moving to WAS 7 and RSA 7.5 with JSF 1.2
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic