Re: I'm back! -- workflow include

2001-05-12 Thread Dan Connelly
Hey. What a coincidence! My boss had just asked Do you know of any good web workflow, Dan? And then, to my rescue, Craig T. is back. Of course I immediately told my boss that Struts was the way to go. Just a knee-jerk response. I may regret not thinking more about this before answering.

Dynamic Prop instead of Workflow

2001-05-12 Thread Dan Connelly
Let me retract my recent offer (under Re: I'm back) in which I signed up for the Workflow project. (But leave me on the mailing list.) The formulation of the Workflow Processing TODO item is a bit too grandiose for my sense of the Struts mission. (It goes too far into Business Process and

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-05-12 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
Martin, You mean if I have an Action that is invoked via POST with a file upload, and I try to forward from there using mapping.findForward(nextAction), where the forward has redirect=false, this will fail? No, right after the ActionForward is returned and right before ActionServlet processes

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-05-12 Thread craigmcc
craigmcc01/05/12 13:34:01 Modified:src/share/org/apache/struts/taglib/bean IncludeTag.java src/share/org/apache/struts/taglib/html LinkTag.java RewriteTag.java src/share/org/apache/struts/taglib/logic RedirectTag.java

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-05-12 Thread Ted Husted
Craig, Speaking of schemes, any advice on the easiest way to flip between http: and https: -- the context being able to offer the option of logging in securely under https:, and then returning to http: afterwards. Yahoo! Auctions does this, and I'm trying to do that same at

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-05-12 Thread Craig R. McClanahan
On Sat, 12 May 2001, Ted Husted wrote: Craig, Speaking of schemes, any advice on the easiest way to flip between http: and https: -- the context being able to offer the option of logging in securely under https:, and then returning to http: afterwards. You can calculate an absolute

cvs commit: jakarta-struts/web/example registration.jsp

2001-05-12 Thread craigmcc
craigmcc01/05/12 15:35:43 Modified:src/share/org/apache/struts/util RequestUtils.java web/example registration.jsp Log: Fix the way that RequestUtils.computeParameters() adds parameters to a URL dynamically: * Append to the correct Map (results) instead of the

cvs commit: jakarta-struts/doc release-notes-1.0-b2.xml

2001-05-12 Thread craigmcc
craigmcc01/05/12 19:56:19 Modified:doc release-notes-1.0-b2.xml Log: Bring the release notes for beta-2 up to date with respect to recent changes. Revision ChangesPath 1.5 +91 -2 jakarta-struts/doc/release-notes-1.0-b2.xml Index:

cvs commit: jakarta-struts/doc release-notes-1.0-b2.xml struts-html.xml

2001-05-12 Thread craigmcc
craigmcc01/05/12 20:24:18 Modified:doc release-notes-1.0-b2.xml struts-html.xml Log: Miscellaneous updates. Revision ChangesPath 1.6 +6 -12 jakarta-struts/doc/release-notes-1.0-b2.xml Index: release-notes-1.0-b2.xml

UN-subscribe me please

2001-05-12 Thread Sridhar H C
-Original Message- From: William Shulman [SMTP:[EMAIL PROTECTED]] Sent: Saturday, May 12, 2001 3:18 AM To: [EMAIL PROTECTED] Subject: RE: RE-2: cvs commit: jakarta-struts/src/share/org/apache/struts/acti on Action.java ActionForm.java Sounds like another good solution

To SSL and back again

2001-05-12 Thread Ted Husted
Craig R. McClanahan wrote: You can calculate an absolute URL for this web app, based on things like request.getServerName(), request.getContextPath(), and so on. So, one way to do this would be to have an action that calculated the new absolute URL, wrapped it in a new ActionForward with the