Re: High CPU usage

2011-03-08 Thread jogep
If you don't use the javatemplate plugin all Struts2 UI Tags are using freemarker templates internal. So maybe you can solve your problem with latest Struts2 Version. Johannes Abhi-2 wrote: > > Hi > > I have a production web application running in Tomcat. The web application > uses struts 2

Re: Result Annotations and parameters

2008-01-03 Thread jogep
I try both, but it has no affect. Now i try it with an current 2.1.1 Snapshot, but the error still exists. @Result(value = "result.action", type = ServletActionRedirectResult.class, params={"bid","${bid}"}) DEBUG (org.apache.struts2.interceptor.FileUploadInterceptor:58) - Überspringe //save jav

Re: Image Upload and Dojo

2008-01-03 Thread jogep
t; The -Pall will build the plugins as well as the core. If you just want > core, issuing 'mvn' command will be sufficient. > > -Wes > > On 12/21/07, jogep <[EMAIL PROTECTED]> wrote: >> >> Does anyone know if this work with struts 2.1.1? >&g

Re: Image Upload and Dojo

2007-12-21 Thread jogep
Does anyone know if this work with struts 2.1.1? Where can I get a complete build of the 2.1.1 distribution? Best Regards Johannes Geppert jogep wrote: > > Hi, > > i try to submit a multipart/form-data with dojo, but it > don't invoke any action. When I try it without

Re: Image Upload and Dojo

2007-12-17 Thread jogep
I found this Workaround: dojo.require("dojo.io.IframeIO"); function sendIt(){ var bindArgs = { transport: "IframeTransport", formNode: document.getElementById("myform"), mimetype: "text/html", load: function(type, data, evt){ document.getElementById("my

Image Upload and Dojo

2007-12-15 Thread jogep
Hi, i try to submit a multipart/form-data with dojo, but it don't invoke any action. When I try it without dojo it works fine. My Code: <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> . . . . . . Struts Version is 2.1.0 Does anyone have an Idea to solve my problem? -- View this messa

Re: Result Annotations and parameters

2007-12-11 Thread jogep
no, it does no effect. my error page displays following error: Message: null javax.servlet.ServletException at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:490) at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:458) at org.apache.catalina.