IllegalAccessError in ValidatorResources.processForms(), trying to access FastHashMap.KeySet??

2004-02-12 Thread prhodes
Hi guys, I'm having a problem I hope somebody can help me with. I have a webapp running under JBoss / Tomcat, using Struts. Part of my code depends on the Commons Collections stuff, and I recently upgraded the jar file for my project to the latest one. Now, when I deploy my app, I get a Serv

Submitting form to an ActionMapping with no formbean?

2003-03-13 Thread prhodes
Hello all, I have a quick question... if I have an ActionMapping defined, which uses type org.apache.struts.actions.ForwardAction, and I want to invoke this Action via a form submit button, what is the best way to accomplish this? If I don't specify a formbean in the ActionMapping definition,