Re: Dojo Plugin, serving static files from a non-root location.

2016-11-30 Thread Lukasz Lenart
Have you tried define "baseRelativePath" in ? https://struts.apache.org/docs/dojo-head.html or maybe you can try to override template, it should be possible at least with version 2.3.20. Copy [1] into "template/ajax/head.ftl" locally in your project and adjust ${base} [1]

Re: Portlet Issue From Struts version 2.5 to 2.5.5?

2016-11-30 Thread Lukasz Lenart
It's related to this change https://issues.apache.org/jira/browse/WW-4686 let me think how to resolve that and feel free to register a bug linking to this issue Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2016-11-30 23:30 GMT+01:00 tkofford : > We've been

Portlet Issue From Struts version 2.5 to 2.5.5?

2016-11-30 Thread tkofford
We've been trying to upgrade from struts 2.5 to struts 2.5.5, and most of our webapps are portlets. However, with struts 2.5.5 portlets throws the following exception: "java.lang.IllegalStateException: Not allowed in a portlet" Below is the method in the classs

Save the date: ApacheCon Miami, May 15-19, 2017

2016-11-30 Thread Rich Bowen
Dear Apache enthusiast, ApacheCon and Apache Big Data will be held at the Intercontinental in Miami, Florida, May 16-18, 2017. Submit your talks, and register, at http://apachecon.com/ Talks aimed at the Big Data section of the event should go to

Dojo Plugin, serving static files from a non-root location.

2016-11-30 Thread ts . resusturts
Hi! I have a Struts application set to a non-root url (i.e. url-pattern is set to "/strutsportal/*" instead of "/*"). How can I make the Dojo plugin understand that the built-in resources are at ""/strutsportal/struts/..." and not "/struts/dojo/struts_dojo.js"? I was looking if there was