Re: FW: Struts 1.3 chaining sequence

2005-03-23 Thread Bill Siggelkow
You may want to take a look at http://www.onjava.com/pub/a/onjava/2005/03/02/commonchains2.html -Bill Siggelkow On 2005-03-22 05:41:40 -0500, "Rajaneesh" <[EMAIL PROTECTED]> said: Hi, With respect to the previous versions of struts, we had the controller 1. instantiat

How to provide custom impl of ActionContext

2005-03-12 Thread Bill Siggelkow
I have been trying to more closely follow the discussions on Struts use of Chain and have a few comments and questions on mechanisms for users to provide custom ActionContext impl. It seems that the current mechanism is to extend the ComposableRequestProcessor. First, I think having to extend

Re: Compiling STRUTS and STRUTS-FACES with servlet 2.4 and jsp 2.0

2005-03-12 Thread Bill Siggelkow
On 2005-03-11 00:25:35 -0500, Martin Cooper <[EMAIL PROTECTED]> said: On Tue, 1 Mar 2005 09:11:28 -0800, Craig McClanahan <[EMAIL PROTECTED]> wrote: Doing the simple version of a change like this will cause the wrapper class to not be compilable against a 2.2 or 2.3 version of the servlet API any l

Re: How Strategy Relates to CoR

2005-03-06 Thread Bill Siggelkow
One thing that I see is that the PopulateActionForm you supplied is essentially the same as the Abstract one -- that is, it defines the algorithm in the template -- the difference, of course, being that the method implementations are delegated to a Helper instead of left up to a concrete subcla

Re: Question on Command implementations

2005-03-05 Thread Bill Siggelkow
said: At 7:52 PM -0500 3/5/05, Bill Siggelkow wrote: I apologize if this has been discussed in the archives. But I was wondering if there was a reason why the command implementations did not use the getSessionScope methods as opposed directly acquiring the HttpSession. For example, in SelectLoca

Question on Command implementations

2005-03-05 Thread Bill Siggelkow
stupid question ... -Bill Siggelkow - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

What is the LocalSpellingWords page used for?

2005-03-01 Thread Bill Siggelkow
What is the LocalSpellingWords page used for? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TLDs not included in maven build of struts-taglib jar

2005-02-06 Thread Bill Siggelkow
to create the TLDs -- (very clever I might add). How would we want to package the taglib separately outside of the jar? Or would we just provide instructions on where to find the TLDs within the jar (they are located in the META-INF/tlds dir). -Bill

Re: Building struts-taglib subproject via Maven

2005-02-05 Thread Bill Siggelkow
ing ourselves is a good one, but it will mostly depend on Maven as to how well we can avoid that. Joe At 3:46 PM -0500 2/5/05, Bill Siggelkow wrote: Well, I updated "current" and then attempted to build 'core' and 'taglib'. 'core' built successfully (as

Re: TLDs not included in maven build of struts-taglib jar

2005-02-05 Thread Bill Siggelkow
Germuska wrote: At 10:23 PM -0500 2/4/05, Bill Siggelkow wrote: After deploying then struts-mailreader app, built with maven, the /WEB-INF/struts-logic.tld could not be found. In fact, neither the built 'struts-mailreader' directory or war file contained any of the struts-taglib tld

Building struts-taglib subproject via Maven

2005-02-05 Thread Bill Siggelkow
when trying to generate the checkstyle report from the generated xdoc: -- [echo] Generating C:/svn/current/taglib/target/docs/checkstyle-report.html from C:\svn\current\taglib\target\generated-xdocs\c heckstyle-report.xml BUILD FAILED File.. C:\Doc

TLDs not included in maven build of struts-taglib jar

2005-02-04 Thread Bill Siggelkow
b. Perhaps we should change the mailreader app so the TLDs can be pulled from the jar. (Coincidentally, the TLDs are not be included in the struts-taglib.jar) -Bill Siggelkow - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: help building taglib sub-project with maven

2005-02-04 Thread Bill Siggelkow
Thanks Paul, I actually added the setting for the 'maven.changelog.factory' property to the changelog plugin's plugin.properties file. This fixed the problem. The error message you suggested sounds good. -Bill Siggelkow Paul Sundling wrote: I already submitted a patch to mave

help building taglib sub-project with maven

2005-02-04 Thread Bill Siggelkow
After building struts-core using maven; I tried to build the struts-taglib subproject (maven dist) and received the following error: -- BUILD FAILED File.. C:\Documents and Settings\Bill Siggelkow\.maven\cache\maven-file

Re: Experiences with MockObjects for Servlet testing?

2004-11-24 Thread Bill Siggelkow
It sounds like StrutsTestCase could really take advantage of AOP. The whole notion of injecting a custom request processor to intercept the returned forward could be handled by an aspect. -Bill Siggelkow Ted Husted wrote: On Mon, 22 Nov 2004 18:55:36 -0600, Joe Germuska wrote: From http

Re: migrate xsl into jsps/struts

2004-10-19 Thread Bill Siggelkow
Vicky, please post this to the struts-user list -- it's the proper place for this kind of question (the dev is list is for people developing Struts itself). You'll reach a much broader audience ... also most Struts developers monitor the user list as well. -Bill Siggelkow Vicky wr

PATCH - struts-example LogonAction (Bug 31658)

2004-10-11 Thread Bill Siggelkow
I submitted bug 31658 -- here is the patch for it ... please let me know if I'm following the appropriate guidelines for bug/patch submission. TIA - Bill Siggelkow Index: LogonAction.java === RCS file: /home/cvspublic/jakarta-s