Re: What is the best way to display pictures from a database using Struts

2001-11-24 Thread Ted Husted
Struts doesn't actually display anything. This task is delegated to the JSPs, or other view rendering system. So the first question is how to get the images displayed by a JSP. I'm don't actually know how that would work, since HTML expects the images to be in a separate file. You may need to look

Tomcat 4.0 and Apache

2001-11-24 Thread Todd J Morgan
Hey all, I realize that this is off subject, but I wonder if anyone here(I'm sure there is) has installed Tomcat 4.0 to run as a jsp container for Apache. If so, can you tell me how to configure it. I cant find the documentation. I tried setting up the way I did tomcat 3.x, but Apache threw an

What's the "correct" way to get remote data in struts?

2001-11-24 Thread T. Wheeler
I am fairly new to struts and want to learn how to do things the "right" way. Unfortunately, I haven't found a definitive, practical answer from looking at the example webapps, so I am hoping a more experienced user could give me some advice, which I promise to pass on to others :-) I am getting

Re: !! Problem whith struts anchor !!

2001-11-24 Thread Ted Husted
Struts doesn't control whether a page is reloaded. That's up to the browser. Are these relative or absolute URLs? Are you preventing pages from being cached? -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel +1 716 737-3463 -- http://www.husted.com/st

!! Problem whith struts anchor !!

2001-11-24 Thread Thierry Lempereur
Hello, I'm running Struts 1.0 under Weblogic 6.0 on a Windows platform. I've got a problem with internal HTML links in a JSP. My JSP expects an ActionForm in the "request" scope. When it is first loaded by the Action class everything works fine. However, the JSP also has HTML links that refer to