File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes Help! JSF keeps barfing: Non-serializable attribute Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Help! JSF keeps barfing: Non-serializable attribute" Watch "Help! JSF keeps barfing: Non-serializable attribute" New topic
Author

Help! JSF keeps barfing: Non-serializable attribute

Philippe Desrosiers
Ranch Hand

Joined: Mar 29, 2006
Posts: 138
I keep getting the following exception whenever I try to hit a JSF page:


The code of my JSF page is pretty simple:


What the hell could I possibly be doing wrong?
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17243
    
    1

Maybe it can't find your messages.properties file?

Anyway is this the same or different than in your other post about Login?

It seems to be the same.

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Philippe Desrosiers
Ranch Hand

Joined: Mar 29, 2006
Posts: 138
Nope. Different. It turns out that if you have a <distributable/> tag in your web.xml, JSF barfs. Apparantly this is a Tomcat thing, not a JSF thing.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Help! JSF keeps barfing: Non-serializable attribute
 
Similar Threads
Try to open JSF page in MyEclipse/JBoss
JSF not working in Jboss
NullPointerException in included JSF
Problems in JSF running with MyEclipse
Help! Using Container-managed authentication with JSF