Policy failures:
Code warning - failed on resource dispatchArticleList.jsp. Reason: Invalid location of tag (table)., line 165 - failed on resource dispatchArticleList.jsp. Reason: No end tag (</div>)., line 18 Override reason: a
This commit is contained in:
13
YACOSWeb/WebContent/WEB-INF/dwr.xml
Normal file
13
YACOSWeb/WebContent/WEB-INF/dwr.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 2.0//EN" "http://www.getahead.ltd.uk/dwr/dwr20.dtd">
|
||||
|
||||
<dwr>
|
||||
<allow>
|
||||
<create creator="new" javascript="JDate">
|
||||
<param name="class" value="java.util.Date"/>
|
||||
</create>
|
||||
<create creator="new" javascript="TestClass">
|
||||
<param name="class" value="testClass"/>
|
||||
</create>
|
||||
</allow>
|
||||
</dwr>
|
||||
Reference in New Issue
Block a user