gregh3269

Results 11 comments of gregh3269

Down loaded v5.1.3 and should the fix be inside jtsage-datebox.min.js & jtsage-datebox.js?

I have tried 5.1.4 and the polyfill is still missing. looking here http://cdn.jtsage.com/jtsage-datebox/latest/jtsage-datebox.jqm.js I can see it. Also, every time datebox fails it crashes the js on the page (blocking...

Using the download builder v5.3.3 for jqm the polyfill is still missing. Although it is present in the cdn link above. Otherwise it works great. Thanks.

I copy them from https://cdnjs.com/libraries/blueimp-file-upload?

@ HittiGubbi what is org.apache.tiles.extras.complete.CompleteAutoloadTilesListener used for? Would use ``` web.xml org.apache.struts2.tiles.StrutsTilesListener // So the ROOT##.war naming works org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG /WEB-INF/tiles.xml pom.xml org.apache.struts struts2-tiles-plugin ${org.apache.struts.version} ```

..By using the org.apache.tiles.extras.complete.CompleteAutoloadTilesListener you get Wild Cards, EL, OGNL, MVEL support in your tiles.xml https://stackoverflow.com/questions/10050433/ognl-and-wildcards-working-in-tiles-definitions-with-struts2-tiles-plugin/10067367#10067367 Can you share your tiles.xml please?

Can you try dropping the struts2-tiles-plugin and replace with tiles extras as it does not look like you are using the struts2 tiles plugin ie StrutsTilesListener. ``` org.apache.tiles tiles-extras 3.0.8...

For me using the umd version fixed the export issues.