RE: [SURVEY] HREF attribute for FormTag

2002-10-29 Thread Taylor, Jason
-Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Monday, October 28, 2002 5:54 PM To: [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag It seems that the only use of the requested behavior is to allow a struts app to submit

Re: RE: [SURVEY] HREF attribute for FormTag

2002-10-29 Thread Ted Husted
As Craig pointed out, we decided some time ago not to support the idea of page-relative paths. Why? Because the pages are often in one place and the actions are in another. The action path is not really a file path or an URL it is simply a URI. People tend to dress up like it was an URL, but

RE: [SURVEY] HREF attribute for FormTag

2002-10-29 Thread edgar
attribute for FormTag -Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Monday, October 28, 2002 5:54 PM To: [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag It seems that the only use of the requested behavior is to allow a struts

RE: [SURVEY] HREF attribute for FormTag

2002-10-29 Thread David Graham
' [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag Date: Tue, 29 Oct 2002 08:10:25 -0800 -Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Monday, October 28, 2002 5:54 PM To: [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag

RE: [SURVEY] HREF attribute for FormTag

2002-10-29 Thread Taylor, Jason
, October 29, 2002 12:23 PM To: [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag I understand the behavior you want and the reason you want it. You stated that : both Struts and the server bridge are adding the contextPath, so I get the form submitted to appserver.com

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Taylor, Jason
Developers List Subject: Re: [SURVEY] HREF attribute for FormTag On Mon, 28 Oct 2002, Taylor, Jason wrote: Date: Mon, 28 Oct 2002 10:38:21 -0800 From: Taylor, Jason [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread David Graham
PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag Date: Mon, 28 Oct 2002 12:21:51 -0800 My first thought was you could use the 'action' to identify the form bean and the 'href' to specify

Re: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Craig R. McClanahan
On Mon, 28 Oct 2002, Alan P Sexton wrote: Date: Mon, 28 Oct 2002 20:20:36 + From: Alan P Sexton [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: [SURVEY] HREF attribute for FormTag Here is a problem which

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Hal Deadman
--using tiles and container managed security/form based login -see below -Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org] Sent: Monday, October 28, 2002 4:14 PM To: Struts Developers List Subject: Re: [SURVEY] HREF attribute for FormTag On Mon, 28 Oct

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Taylor, Jason
if anyone has an opinion before I offer a patch. Any ideas? -JT -Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Monday, October 28, 2002 12:40 PM To: [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag You still haven't addressed why you want

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Craig R. McClanahan
On Mon, 28 Oct 2002, Taylor, Jason wrote: Date: Mon, 28 Oct 2002 13:54:29 -0800 From: Taylor, Jason [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag I thought I addressed

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread David Graham
which bean to use given html:form action=login.do? David From: Taylor, Jason [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag Date: Mon, 28 Oct 2002 13:54:29 -0800 I thought I

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Taylor, Jason
Thanks for your comments-- I have some responses below. -Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Monday, October 28, 2002 2:43 PM To: [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag The statement that hardcoding the context

Re: RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Ted Husted
10/28/2002 5:42:41 PM, David Graham [EMAIL PROTECTED] wrote: I'm still not convinced we need the behavior you desire. The value of struts html tags comes from the ability to use a form bean to populate input elements. Without html:form being able to use a form bean the tags are pretty

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread David Graham
PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag Date: Mon, 28 Oct 2002 15:29:11 -0800 Thanks for your comments-- I have some responses below. -Original Message- From: David Graham