Re: Peculiar error with ....

2005-11-02 Thread Jacob Wilson
Yes. I dont have the .do when I run on tomcat or Borland. With WAS, it is not getting the action without the .do - Maybe, I guess somewhere a configuration needs to be done to have the server accept without .do Dave Newton <[EMAIL PROTECTED]> wrote:Jacob Wilson wrote: > > >Here is my struts-

Re: Peculiar error with ....

2005-11-02 Thread Jacob Wilson
and even looking back now I think it was pretty good. You will find it at: http://www.sitepoint.com/article/struts-first-steps Cheers mc On 2 Nov 2005 at 12:12, Jacob Wilson wrote: > Hi Dave - > > Even without the name attribute it is the same !!! > > > > Here is my s

Re: Peculiar error with ....

2005-11-02 Thread Jacob Wilson
Hi Dave - Even without the name attribute it is the same !!! Here is my struts-config Any clues??? Thanks Jacob Dave Newton <[EMAIL PROTECTED]> wrote: Jacob Wilson wrote: >I have a problem with my j

Peculiar error with ....

2005-11-02 Thread Jacob Wilson
Hello All - I have a problem with my jsps after migrating my application from tomcat to Websphere. I use the struts-html taglibs in my jsps. When I use the normal html form tag like below, everything looks fine and the page gets displayed without problems. <%@ page language="java"%> <%@ tagl

Problem with image display in WAS environment

2005-11-01 Thread Jacob Wilson
Hi All- I have a problem with image display in Websphere environment. It works fine in tomcat. I would appreciate if somebody could help me out here... Details... I am trying to call an action class and the forwarded jsp has I have the images folder in the root directory. Th