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
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
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
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
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
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...
-
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo