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.
---
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"
Here is the struts-config.xml
http://struts.apache.org/dtds/struts-config_1_2.dtd";>
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.
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
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
6 matches
Mail list logo