Re: Dojo refresh in firefox2.0 on Ubuntu

2007-09-11 Thread Tapio Holopainen
Hi, Have you tried to put delay="0"? - Tapio On Tue, 11 Sep 2007 00:58:05 +0300, Dinwiddie, George <[EMAIL PROTECTED]> wrote: Hi, Kevin, Try adding a timestamp parameter to the URL. It might be a caching problem in the browser. - George George Dinwiddie, iDIA Computing, LLC http://

Re: JSP pre-compile question

2007-05-23 Thread Tapio Holopainen
Hi, I'm also using Struts 2 and Tiles and noticed the slowness of rendering the page. It seems that it is related to HTML output size and the browser rendering time e.g. between Struts2+JSP+Tiles and Servlet+JSP is big. - Tapio On Wed, 23 May 2007 22:40:15 +0300, Al Sutton <[EMAIL PROTECTED]>

Re: Struts Action value empty in IE, but works fine in Firefox

2007-05-03 Thread Tapio Holopainen
Have you tried with different property name than 'action'? I had problems with IE's Javascript when one of my form's hidden field name was 'action' (and it worked with Firefox and Opera) Regards, - Tapio On Thu, 03 May 2007 20:53:49 +0300, Musachy Barroso <[EMAIL PROTECTED]> wrote: Wh

Re: [S2] Websphere 6.1 Showcase application, Response already committed warning in logs

2007-04-02 Thread Tapio Holopainen
eeded, but allows the Venkman debugger to work with the includes 2 3Error 404: SRVE0190E: File not found: /struts/simple/dojoRequire.js 4 Info-I'm using Strust2 and have removed all my other filters (e.g. struts 1 and sitemesh) from web.xml - i.e. it's practically empty. Tapio Holopainen

Re: unable to capture events with

2007-04-02 Thread Tapio Holopainen
Hi, Which web container you are using? I have found problems when using dojo with Websphere. Regards, - Tapio On Mon, 02 Apr 2007 13:34:25 +0300, Manu Mahajan <[EMAIL PROTECTED]> wrote: Thanks for the reply Dave, but this is not working for me. I have tried enabling debugging in dojo.

Re: [S2] Websphere 6.1 Showcase application, Response already committed warning in logs

2007-03-26 Thread Tapio Holopainen
Hi, I solved this 'response already committed' problem in my application by writing own FilterDispatcher. Here's instructions -> https://issues.apache.org/struts/browse/WW-1526 What is still not solved is how to make AJAX work in Websphere 6.1. I have created issue for this -> https://iss

Re: [S2] struts2-showcase in Websphere 6.1 not picking up static resources

2007-03-25 Thread Tapio Holopainen
Hi Alex, I think that you have same problem like me, take a look at -> https://issues.apache.org/struts/browse/WW-1839 Regards, - Tapio - I am trying to get Struts2 running on top of Websphere 6.1 and I am having some issues with this. These issues also occur in the Struts2Showcase.

Re: Websphere 6.1: Ajax samples in struts2-showcase-2.0.6.war doesn't work

2007-03-23 Thread Tapio Holopainen
Not in showcase. - Tapio On Fri, 23 Mar 2007 14:16:53 +0200, Musachy Barroso <[EMAIL PROTECTED]> wrote: Did you try enabling the dojo debug? (/>) musachy On 3/23/07, Tapio Holopainen <[EMAIL PROTECTED]> wrote: Hi, I deployed struts2-showcase-2.0.6.war to Tomcat 5.

Websphere 6.1: Ajax samples in struts2-showcase-2.0.6.war doesn't work

2007-03-22 Thread Tapio Holopainen
Hi, I deployed struts2-showcase-2.0.6.war to Tomcat 5.5. AJAX samples worked just fine. Then I deployed the same .war to Websphere 6.1. None of the AJAX samples worked. Other samples seems to work normally. Could it be that Websphere doesn't handle baseRelativePath in djConfig the same way

Struts 2.0.5: Could not execute action

2007-02-19 Thread Tapio Holopainen
Hello, I have managed to create a web application which uses Struts 2.0.5 build. When deploying the application into a Tomcat 5.5.20 server it starts without errors. Problem occurs when trying to call an action. Following is what I get. Any idea what might cause this? Regards, - Tapio