mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Fixed dojo tests
WW-1715 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -0,0 +1 @@
|
||||
</a>
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
djConfig={
|
||||
baseRelativePath: "/struts/dojo",
|
||||
isDebug: false,
|
||||
bindEncoding: "UTF-8",
|
||||
bindEncoding: "ISO-8859-1",
|
||||
debugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
struts.i18n.encoding=ISO-8859-1
|
||||
struts.locale=de_DE
|
||||
struts.multipart.saveDir=\temp
|
||||
struts.multipart.maxSize=12345
|
||||
|
||||
### Load custom property files (does not override struts.properties!)
|
||||
struts.custom.properties=test,org/apache/struts2/othertest
|
||||
|
||||
# added the MockTag to the path of Tags that the TagDirective will search through
|
||||
struts.velocity.tag.path = org.apache.struts2.views.velocity.ui, org.displaytag.tags
|
||||
|
||||
struts.ui.templateDir = template
|
||||
|
||||
### Load custom default resource bundles
|
||||
struts.custom.i18n.resources=testmessages,testmessages2
|
||||
|
||||
### XSLT Cache
|
||||
struts.xslt.nocache = true
|
||||
Reference in New Issue
Block a user