Updated WebApp Tutorial

2004-02-01 Thread struts
Hi, Some of you may know my site: HOWTO: Installing Web Services with Linux / Tomcat / Apache / Struts / Postgresql / Openssl / JDBC I've worked on it a lot and have added many features, including -JDBC/JNDI configuration w/DBCP-commons Pool -build scripts for everything -all the configurati

Re: OT: Need help downloading latest commons-sandbox and Struts Contrib from CVS

2004-02-01 Thread James Mitchell
On Sun, 1 Feb 2004, Jim Anderson wrote: > Sorry, I'm feeling very stupid, but could someone please send me the > cvs command(s) needed to download each of these from the Jakarta site? > IIn case you haven't guessed, I'm rather new to CVS :-) Yes, you are right. This is VERY OT. But I'm feeling

Re: Capturing Previous Action Request

2004-02-01 Thread Michael McGrady
Sorry, David, I did not clean up that code. Here is a cleaner version to think on: public interface Command {} public interface Do extends Command {} public final class Redo implements Command {} public final class Undo implements Command {} public class UndoableList { private int maxHis

Re: Capturing Previous Action Request

2004-02-01 Thread Michael McGrady
At 01:57 PM 2/1/2004, you wrote: I am working on a work-flow web app and need to provide the user with the ability to navigate back to their previous page by the use of a "back" button within the web app not the browser's back button. How can I capture the action mapping that was processed

Capturing Previous Action Request

2004-02-01 Thread David Liles
I am working on a work-flow web app and need to provide the user with the ability to navigate back to their previous page by the use of a "back" button within the web app not the browser's back button. How can I capture the action mapping that was processed in order to allow the user to na

OT: Need help downloading latest commons-sandbox and Struts Contrib from CVS

2004-02-01 Thread Jim Anderson
Sorry, I'm feeling very stupid, but could someone please send me the cvs command(s) needed to download each of these from the Jakarta site? IIn case you haven't guessed, I'm rather new to CVS :-) Thanks very much! A CVS ignoramus... -

Re: Response not XHTML-comliant when using

2004-02-01 Thread Adam Hardy
Use this instead in your tiles: I validate my tiles xhtml & the only error I ever get is one saying that I shouldn't be using the onclick event due to accessibility issues. Adam On 01/31/2004 10:46 PM Michael McGrady wrote: I have run into similar difficulties with Tiles and have just made do

RE: Detect messages with Jstl

2004-02-01 Thread Karr, David
Why are you trying to avoid the logic taglib? If there's not much left from it that you use, then so be it. You use what you need and leave the rest. If you use the Struts-EL version, there's not much left in it in the first place. You'll find that directly referencing most (all?) of the Stru

Re: AW: action executed and input ignored (?)

2004-02-01 Thread struts
Hi Oliver, On Sunday 01 February 2004 14:37, Oliver Thiel wrote: > If you want to load search.jsp just call it from another jsp with [...] > In your search.jsp you probably should have something like that: > Yes, I can directly link to search.jsp but it did previously work with search.do. And I

AW: action executed and input ignored (?)

2004-02-01 Thread Oliver Thiel
Hi Timo, If you want to load search.jsp just call it from another jsp with Search (or use a global forward or what ever you like ...) In your search.jsp you probably should have something like that: : : which calls the action. And in your struts-conf.xml you already defined the search.jsp to b

AW: Navigating back

2004-02-01 Thread Oliver Thiel
Hi Sudhakar, If you can/want use JavaScript: previous page Oliver -Ursprüngliche Nachricht- Von: Namasivayam, Sudhakar (Cognizant) [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 1. Februar 2004 11:30 An: [EMAIL PROTECTED] Betreff: Navigating back Hi , What is the simplest w

action executed and input ignored (?)

2004-02-01 Thread struts
Hi! This did work once. I did something trivial I don't remember and now visiting /search.do does immediately call SearchAction.execute() and does not load search.jsp. I don't see the wood for the tree - can somebody help ple

Re: What does "do" stand for in .do files

2004-02-01 Thread Michael McGrady
Otavio, this is not a struts thing. This is a servlets thing. Struts uses it to forward a request from the server to the ActionServlet, but that has NOTHING to do with Struts. This is purely an issue having to do with servlets and you should read something on servlets. Any book on servlets

Re: What does "do" stand for in .do files

2004-02-01 Thread Michael McGrady
Yup. As several people have said, myself included, the "do" is purely conventional and has no import at all. If you look at my post, I said I use my name instead of "do". You merely have to do something to allow the framework to know that you want it to forward the request to a servlet which

Navigating back

2004-02-01 Thread Namasivayam, Sudhakar (Cognizant)
Title: Navigating back Hi ,  What is the simplest way to navigate back? Like On exception on any page I forward to a error page and then i want a link in the error page that forwards back to the previous page. Thanks and regards, Sudhakar This e-mail and any files transmitted wit