Re; Zammetti download app

2004-11-24 Thread fzlists
Argh, just realized my messages haven't been getting through to the list. Should be working now though Anyway... First, I don't think this got to anyone... Ken I think is right (I say I *think* he's right because I don't really remember writing that comment!). Reading it back now I suspect I

Re: Zammetti Download App

2004-11-24 Thread Dakota Jack
DOH! I bet you are right. I never thought of that reading. ;-) While I am here, I might as well ask Frank if he has any improvements, etc. he would like on this. Jack On Wed, 24 Nov 2004 12:26:15 -0600, Ken Pelletier <[EMAIL PROTECTED]> wrote: > Since this is an ActionMapping subclass, then

Re: Zammetti Download App

2004-11-24 Thread Ken Pelletier
Since this is an ActionMapping subclass, then 'className' is the attribute used to declare it in the struts config, not 'type'; 'type' refers to the Action class to use. As written there, of course, 'type' could be taken less literally to mean the class of the ActionMapping. Unfortunately, the

Re: Zammetti Download App

2004-11-24 Thread Dakota Jack
Hi Frank, The quote is in the class as follows: import org.apache.struts.action.ActionMapping; /** * This class defines a custom action mapping is used when downloading a file * from the file system. To use it, set the type of an action mapping in * struts-config.xml to this classname. All