- - PR -
Validatorについて
1
投稿者 | 投稿内容 |
---|---|
|
投稿日時: 2005-06-06 10:37
スクリプトエラーでオブジェクトを指定してくださいって出るのは
どこを見たらいいんですか? struts-config何ですかね? |
|
投稿日時: 2005-06-06 14:56
エラーなんですけど、
致命的: Parse Fatal Error at line 155 column 9: The element type "global" must be terminated by the matching end-tag "</global>". org.xml.sax.SAXParseException: The element type "global" must be terminated by the matching end-tag "</global>". at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.commons.digester.Digester.parse(Digester.java:1567) at org.apache.commons.validator.ValidatorResources.<init …… って続いていくんですけど、これはどういう事なんでしょうか? </global>のタグが問題あるんじゃないかって思うんですが、違うんですか? わかる方いますか? |
|
投稿日時: 2005-06-06 15:20
globalというタグが閉じられていない、といっています。まずはそこから確認してみたら
どうでしょうか。 |
|
投稿日時: 2005-06-08 10:57
ありがとうございました。解決しました。
|
1