My first reply didn't seem to get through. Apologies if this message shows up twice.
Hi Gideon, Which example number are you running? It looks like you are running the email_19 or later example. These use MyActionBeanContext, which is auto-loaded via the extension packages mechanism. By the errors you get, it seems that MyActionBeanContext is not being loaded. My suggestion is to try a clean war by using the source code package that you downloaded from http://www.pragprog.com/titles/fdstr/code and running ant to build the war. If you are still having problems, let me know and I'll help you find the cause. Cheers, Freddy http://www.stripesbook.com - I'm busy with the Email application in the book and get the following - exceptions: - - C:\workspace\MailApp\MailApp-war\src\java\stripesbook\action \BaseActionBean.java:24: cannot - find - symbol - symbol : method setCurrentFolder(stripesbook.model.Folder) - location: class net.sourceforge.stripes.action.ActionBeanContext - - getContext().setCurrentFolder(folder); - - C:\workspace\MailApp\MailApp-war\src\java\stripesbook\action \MessageComposeActionBean.java:137: - cannot find - symbol - symbol : method getMessageCompose() - location: class net.sourceforge.stripes.action.ActionBeanContext - return - getContext().getMessageCompose(); - - C:\workspace\MailApp\MailApp-war\src\java\stripesbook\action \MessageComposeActionBean.java:140: - cannot find - symbol - symbol : method setMessageCompose(stripesbook.model.Message) - location: class net.sourceforge.stripes.action.ActionBeanContext - getContext().setMessageCompose(message); - - Please help!!!!! - - Gideon ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
