RE: [PROPOSAL] Add Exception Handling to ActionForwards

2003-02-20 Thread Taylor, Jason
I remember avoiding reset() because any exceptions caused by DB interaction couldn't be handled gracefully-- i.e., the exceptions would be thrown prior to the execute() method. This case seems to be another of the type addressed by this proposal-- am I right? > -Original Message- > From

RE: [SURVEY] HREF attribute for FormTag

2002-10-29 Thread Taylor, Jason
your server bridge not append the > context path or > follow Ted's suggestion and subclass the FormTag to do what you want. > > David > > > > > >From: "Taylor, Jason" <[EMAIL PROTECTED]> > >Reply-To: "Str

RE: [SURVEY] HREF attribute for FormTag

2002-10-29 Thread Taylor, Jason
ge-relative links is a best practice because the contextPath can vary from installation to installation. All I wanted was some feedback on how to enable what could be an important feature for those developing on multi-tiered architectures. Thanks as always for your feedback. -JT > As always, I

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Taylor, Jason
lways does-- if you look at getActionMappingName and getActionMappingUrl, they both handle "login.do" just as well as "/login". There is no problem getting the form bean. All I want is to rid myself of the context path in the HTML form tag generated by Struts' FormTag. > Da

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Taylor, Jason
t; 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 PROTEC

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Taylor, Jason
RE: [SURVEY] HREF attribute for FormTag You still haven't addressed why you want to do this. If can't lookup the form bean because the action doesn't match an action mapping, then the other html form related tags are basically useless. You could just use straight html for this.

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Taylor, Jason
rm to be submitted across modules as with ActionForward. -JT -Original Message- From: Craig R. McClanahan [mailto:craigmcc@;apache.org] Sent: Monday, October 28, 2002 11:13 AM To: Struts Developers List Subject: Re: [SURVEY] HREF attribute for FormTag On Mon, 28 Oct 2002, Taylor, Jason

[SURVEY] HREF attribute for FormTag

2002-10-28 Thread Taylor, Jason
Hi all-- There have been two bugs (#12600, #13871) logged against the form tag for the behavior of its getActionMappingUrl method, which always prepends the context path. Other html tags that produce a URL that is sent to the browser such as LinkTag and ImgTag give the user at least the option

[BRANCH] RE: Going to other context and/or server in 1.1

2002-10-18 Thread Taylor, Jason
While this discussion is going on regarding 'relativity', I'd like to note that bug #12600 reports a problem with the form tag that seems related: Basically always prepends the module context, making it impossible to specify a true relative link (like "login.do" rather than "/app/login.do" or "/a

RE: Basic Issues

2002-10-11 Thread Taylor, Jason
happens to your js date formatting when I turn off javascript? Dave >From: "Taylor, Jason" <[EMAIL PROTECTED]> >Reply-To: "Struts Developers List" <[EMAIL PROTECTED]> >To: "'Struts Developers List'" <[EMAIL PROTECTED]> >Subjec

RE: Basic Issues

2002-10-11 Thread Taylor, Jason
I disagree with the idea that JavaBeans should handle date formats, and I think it is a good example of mixing view and model components-- of confusing the roles of front- and back-end developers. Date formats and the like are better left to the front-end developer since they are UI elements an

RE: Message Resources from database

2002-10-08 Thread Taylor, Jason
HTTP Status 404 - /struts-atlanta/downloads/DBMessageResources type Status report message /struts-atlanta/downloads/DBMessageResources description The requested resource (/struts-atlanta/downloads/DBMessageResour

RE: [Proposal] Sub-application inheritence

2002-10-08 Thread Taylor, Jason
My feeling is that if you really want to have sub-apps be independent, why not leave them in separate .war files? Any organization or project group that is large enough to have different people working on different parts of a given application (rather than having each application have its own m

RE: [Proposal] Sub-application inheritence

2002-10-07 Thread Taylor, Jason
I agree that sub-applications are handicapped by not utilizing some form of inheritance from the default sub-app or "parent" sub-apps. Given that Struts is a Java-based framework, it makes sense that there would be some way to "extend" an application. I'm probably at the far end of the spectrum

[OT] voting procedure

2002-10-04 Thread Taylor, Jason
o figure out how it works ;) -Original Message- From: Taylor, Jason Sent: Friday, October 04, 2002 2:17 PM To: 'Struts Developers List' Subject: RE: [VOTE] New Struts Committer: Eddie Bush +1 -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: [VOTE] New Struts Committer: Eddie Bush

2002-10-04 Thread Taylor, Jason
+1 -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 1:54 PM To: [EMAIL PROTECTED] Subject: [VOTE] New Struts Committer: Eddie Bush I'd like to propose Eddie Bush <[EMAIL PROTECTED]> as a committer on the Struts project. Eddie has de

RE: Applying patches

2002-10-04 Thread Taylor, Jason
impact of patches on each other to some degree. Just a thought. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 12:04 PM To: Struts Developers List Subject: RE: Applying patches On Fri, 4 Oct 2002, Taylor, Jason wrote: > Da

RE: Applying patches

2002-10-04 Thread Taylor, Jason
list and in the code. If I can help in this type of area by trying patches and voting for ones that work, that would be great. rom: Taylor, Jason <[EMAIL PROTECTED]> Subject: Applying patches Date: Fri, 4 Oct 2002 10:43:48 -0700 Content-Type: multipart/alternative; boundary="--

RE: Applying patches

2002-10-04 Thread Taylor, Jason
Maybe we can come up with some process of reviewing patches so that struts-dev subscribers can take care of some of the quality control tasks and committers can review the reviews, if that makes sense. Struts is so good at divvying up work between people and creating specialized tasks that someho

RE: who

2002-10-03 Thread Taylor, Jason
post to struts-user and you may get a better response... -Original Message- From: Marcelo Flores A. [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 1:49 PM To: [EMAIL PROTECTED] Subject: who who I do than element radio have the attribute checked ? help me Atte. Marce

RE: Applying patches

2002-10-03 Thread Taylor, Jason
+1 Eddie's right about the brokenness of the behavior he's trying to patch and he's right about the importance of addressing sub-app issues before the next release-- the importance of at least discussing them. Is it somehow taboo to discuss these things at this stage of 1.1's development? My 2c

RE: Faster View Components...

2002-10-02 Thread Taylor, Jason
Are you pre-compiling your JSPs? It sounds like you aren't. If you're really concerned about performance, you should use the compiler your container uses to compile JSPs and save it the trouble by doing it at build time (ant has built-in tasks to do this). It's really a container issue, I think

RE: Tomcat 4.1.x

2002-09-24 Thread Taylor, Jason
InvocationTargetExceptions happen when Method.invoke is used during reflection and the invoked method throws *any* exception. To hunt it down, you'll need to do trial and error, or hack PropertyUtils to spit out a stack trace on the exception it catches before rethrowing it. Anyone have any bett

RE: FW: getting MessageResources within ActionForm.reset()

2002-09-22 Thread Taylor, Jason
t the resources using the following: MessageResources resources = (MessageResources) request.getAttribute(Action.MESSAGES_KEY) --- "Taylor, Jason" <[EMAIL PROTECTED]> wrote: > I posted a question to the struts-user group asking how one could get a > Reso

FW: getting MessageResources within ActionForm.reset()

2002-09-21 Thread Taylor, Jason
ervletRequest) method to either the ActionForm or ActionServlet class. Any thoughts? -JT -Original Message- From: Taylor, Jason Sent: Saturday, September 21, 2002 12:21 PM To: 'Struts Users Mailing List' Subject: RE: getting MessageResources within ActionForm.reset() Because I