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

2007-04-03 Thread Antony Stubbs
Fixed!! Had to set the com.ibm.ws.webcontainer.invokefilterscompatibility to true to get the Struts2 and Sitemesh filters to work with 6.1.0.5 along with an interim fix for http://www-1.ibm.com/support/docview.wss?uid=swg24014758 PK33090 . More details here: http://www.nabble.com/forum/ViewPos

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

2007-04-01 Thread alkira
Yes, I just copied the static files into a directory in my project called "static", and then manually included all the files - basically copying the includes the tag generates but changing the directory structure to point to my "static" directory (including the dojo default path javascript). It

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

2007-04-01 Thread Antony Stubbs
Hi Alkira, Could you please elaborate on your fix? Did you manually install Dojo and NiftyScript into the showcase war and publish it? I can't find the /struts/ directory within the war that firebug is reporting doesn't exist: "Error 404: SRVE0190E: File not found: /struts/dojo/dojo.js" alkira

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

2007-03-26 Thread alkira
Hi Tapio, I just noticed your post after I posted mine the same day (so I took my post out). I got it working temporarily in my application by bringing in the static resources that are not found into my project and manually including the resources, but I am definitely looking forward to the fi

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.