Re: Addition of two new actions

2003-08-01 Thread Benjamin Tomasini
an Http error code. If no one has any problems with adding these two, I'll put them in tomorrow. Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Benjamin

Re: Addition of two new actions

2003-08-01 Thread Benjamin Tomasini
] -- Benjamin Tomasini [EMAIL PROTECTED] NetEverything, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Addition of two new actions

2003-08-01 Thread Benjamin Tomasini
On Fri, 2003-08-01 at 10:21, David Graham wrote: --- Benjamin Tomasini [EMAIL PROTECTED] wrote: To the end of making it accessible to newcomers, what about making a samples directory for actions? Maybe even forms? That type of thing doesn't belong in the Struts core code, it belongs

Re: problems downloading with Struts action

2003-06-14 Thread Benjamin Tomasini
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Benjamin Tomasini [EMAIL PROTECTED] NetEverything, LLC

Re: Last Bug!

2003-02-05 Thread Benjamin Tomasini
FieldChecks doesn't extend Action, which has that method. I think that keeping with servlet spec 2.2 will prevent walking from request to session to context, too. On Wed, 2003-02-05 at 21:59, Vic Cekvenich wrote: Stuipd answer- Xcuse me: getServlet().getContext()? David Graham wrote: The

Re: OT: Re: Last Bug!

2003-02-05 Thread Benjamin Tomasini
/javadoc/javax/servlet/http/HttpSession.html Can we just ASSERT the container servlet container is 2.2 or 2.3 and call the right method? ASSERT- get it? Benjamin Tomasini wrote: FieldChecks doesn't extend Action, which has that method. I think that keeping with servlet spec 2.2

RE: [AXIS4STRUTS] The old In and Out

2003-01-24 Thread Benjamin Tomasini
I think Axis4Struts is a cool idea, but... there are some viability issues to address, IMO. I just implemented a web services project using access and thought about the MVC model of Struts, and if that could be of benefit for Axis. Web Services have much promise, when applied to the right

RE: [AXIS4STRUTS] The old In and Out

2003-01-24 Thread Benjamin Tomasini
True. But somehow, to leverage what struts really is, you would need to communicate some kind of instructions from the server side controller. I think the core of what I am saying is that Axis does *not* provide a view. And therefore you would have controller functions on the other side of the

RE: [AXIS4STRUTS] The old In and Out

2003-01-24 Thread Benjamin Tomasini
there will be some tradeoffs. Michael Oliver AppsAsPeers LLC 7391 S. Bullrider Ave. Tucson, AZ 85747 Phone:(520)574-1150 Fax:(520)844-1036 -Original Message- From: Benjamin Tomasini [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 3:38 PM To: Struts Developers List

RE: [AXIS4STRUTS] The old In and Out

2003-01-24 Thread Benjamin Tomasini
-1150 Fax:(520)844-1036 -Original Message- From: Benjamin Tomasini [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 7:36 PM To: Struts Developers List Subject: RE: [AXIS4STRUTS] The old In and Out I don't mean to sound overly negative. I think the idea is interesting

RE: [AXIS4STRUTS] The old In and Out

2003-01-24 Thread Benjamin Tomasini
of the VIEW can take some expanding. Michael Oliver AppsAsPeers LLC 7391 S. Bullrider Ave. Tucson, AZ 85747 Phone:(520)574-1150 Fax:(520)844-1036 -Original Message- From: Benjamin Tomasini [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 7:36 PM To: Struts

Re: What to do with all this documentation?

2003-01-01 Thread Benjamin Tomasini
Some projects, like JBoss, put advanced documentation as a separate download in PDF format. More of an online book. Since it is static, it may work. You may get some compression out of it, too, ... dunno. Ben On Wed, 2003-01-01 at 00:43, James Mitchell wrote: I'm sure most of you are aware

Re: [OT] Re: Why are people are up on Struts

2002-12-13 Thread Benjamin Tomasini
Normally a reader only in this list, but here are 2 cents... With a basic knowledge of Emacs, Ant, and Perl you can conquer the world faster than with any IDE I know of. And conquer it from pretty much any shell - bash, X, even Windows! Plus, Emacs is great for cleaning up messy code. Its

RE: [OT] Re: Why are people are up on Struts

2002-12-13 Thread Benjamin Tomasini
and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Benjamin Tomasini [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 11:15 AM To: Struts Developers List Subject: Re: [OT] Re: Why are people are up on Struts

Best way to pass java.util.Map to html:link

2002-06-12 Thread Benjamin Tomasini
With the following link tag html:link forward=Foo ... what is a good way to pass a java.util.Map to paramId and paramName without writing a scriplet in the JSP page? Any tricks? I need to render the href as: /do/Foo?param1=valueparam2=value and would rather not: % Hashtable params = new