Yes, I've run into this too -- in my struts config files :-) If you remove the unneeded "--" this error should vanish. Examine all comments for occurences of "--" which do not belong (ie. do not occur at the start or end of the comment).

Ex: Change anything like <!-- Foo -- Bar --> to <!-- Foo Bar -->

David Graham wrote:

Have you looked for -- within comments in the xml files your parsing? The error seems pretty clear.

David
--
Eddie Bush



--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to