Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.16.3
-
None
Description
I’ve encountered an issue with the struts dojo plug-in for version 2.3.16.3. The jar file struts2-dojo-plugin-2.3.16.3.jar contains unexpanded source code tags. This is causing an issue in the struts_dojo.js file within the jar e.g.
Version 2.3.15.2
struts_dojo.js line 36 :
dojo.version={major:0,minor:4,patch:3,flag:"",revision:Number("$Rev: 670371 $".match(/[0-9]+/)[0]),toString:function(){
Version 2.3.16.1
struts_dojo.js line 36 :
dojo.version={major:0,minor:4,patch:3,flag:"",revision:Number("$Rev$".match(/[0-9]+/)[0]),toString:function(){
Attachments
Issue Links
- relates to
-
WW-4317 datetimepicker does not work where form theme=simple
- Closed