Struts and 508

2005-07-22 Thread Sher, Allen - BLS CTR
Has anyone had any experience in making a Struts-based system 508-compliant? Since Struts support all standard HTML and XHTML elements and attributes, I would think it shouldn't be a problem. I just want to know if anyone has any horror stories to tell. Thanks. ---

SOLVED! RE: Struts-config.xml Digester endElement problem

2005-07-08 Thread Sher, Allen - BLS CTR
Hubert was correct. The problem was a wrong value to the "type" attribute of the element. The type or className attributes of a tag is an ActionFormBean. An ActionFormBean is used to store definitions of Forms. It is not an ActionForm itself. I guess Digester's message "parameter type mismatch"

RE: Struts-config.xml Digester endElement problem

2005-07-07 Thread Sher, Allen - BLS CTR
Here is the struts-config.xml http://struts.apache.org/dtds/struts-config_1_2.dtd";>

Struts-config.xml Digester endElement problem

2005-07-07 Thread Sher, Allen - BLS CTR
Got this stack trace while deploying my struts 1.2.7 app into WebLogic 8.1.4. It seems to relate to Digester complaining something about struts-config.xml. Adding Xerces 2.5 into the WAR file does not help. Can someone point a direction of where to look? Thanks. Jul 7, 2005 9:11:26 AM org.apache.

NoClassDefFoundError: org/apache/struts/action/ActionForm

2005-06-28 Thread Sher, Allen - BLS CTR
I got a "java.lang.NoClassDefFoundError: org/apache/struts/action/ActionForm" while initiating my ActionServlet. I think it happened when parsing struts-config.xml, trying to load a subclass of ActionForm. The problem goes away if I comment out all my FormBeans in struts-config.xml. Any clue as to

Error: FormTag does not have a setter for "name"

2005-06-22 Thread Sher, Allen - BLS CTR
I got this error complaning that FormTag does not have a setter for "name". Is this related to some kind of mismatch between the TLD and struts.jar? /taglibs.jsp(7): Error in using tag library uri='/WEB-INF/struts-html.tld' prefix='html': The Tag class 'org.apache.struts.taglib.html.FormTag' has