Looks like you have a mistakes in your DTD declaration in the
struts-config.xml. Should be....
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
"http://struts.apache.org/dtds/struts-config_1_2.dtd">
Niall
----- Original Message -----
From: "Liu, Benson" <[EMAIL PROTECTED]>
Sent: Wednesday, April 20, 2005 11:03 PM
I'm working on a Struts/Tiles web app with Websphere 5.1.2 and Struts 1.2.4
I'm getting exceptions when trying to use the Validator framework.
After debugging, it almost seems as if the strut-config.xml is not being
properly digested.
The property maps of the Plug-Ins are always null.
Thus, the ValidatorPlugIn does not know that I've specified a "pathnames"
property.
Here's my struts-config.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts
Configuration 1.1//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]