At 2:30 PM +1000 5/24/04, BARBEY Stuart R wrote:
Has anyone seen the following error before?

INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNull=true
24/05/2004 14:05:55 org.apache.commons.digester.Digester error
SEVERE: Parse Error at line 18 column 19: The content of element type
"set-property" must match "EMPTY".
org.xml.sax.SAXParseException: The content of element type "set-property"
must match "EMPTY".

Presumably the XML parser has found that you have a non-empty <set-property> element on line 18 of your struts-config file.


If you have <set-property property="foo" value="bar">,
it should be <set-property property="foo" value="bar" />

Joe

--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining."
-- Jef Raskin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to