From $25 to Half a Million, As Seen on TV

2001-01-15 Thread successfulmillionaire
Dear Friends & Future Millionaire:=20 AS SEEN ON NATIONAL TV:=20 Making over half million dollars every 4 to 5 months from your home for=20 an investment of only $25 U.S. Dollars expense one time=20 THANK'S TO THE COMPUTER AGE AND THE INTERNET !=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Digester used in EJB

2001-01-15 Thread Richard Bothne
I’m using the Digester class in an EJB. It works great under JRun. We’re moving our apps to WebLogic and I’ve been having a couple of problems. Since the Digester uses Class.forName(“className”) to load and create classes, the classes it creates while ‘Digesting’ must be loadable from

RE: Help Debug Form Error? - Can ActionForms be Serialized ?

2001-01-15 Thread Neal Kaiser
Thanks, I already did that. I just got it working, FYI. It was an Orion abnormality. I had to move the struts.jar to orion/lib instead of WEB-INF/lib and move my classes to orion/lib as well. > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Monday, Jan

Re: Statics and Thread Safety

2001-01-15 Thread Craig R. McClanahan
Greg Reddin wrote: > I have some issues with thread safety and could use some advice. Please look at > my assumptions and tell me if they are true or not. > > 1) Tomcat (or other container) creates one instance of the ActionServlet, > ActionBase, and all my Action classes and caches them for pe

Re: Invoking EJB from Action classes

2001-01-15 Thread Craig R. McClanahan
Roger Kjensrud wrote: > Jannik, > > thanks for your input. > > The concept of the EJB session manager returning references to other EJBs is > interesting. This EJB must be a stateful EJB with one instance per session, > correct? Not having the lookup and create logic in the Action class means > t

Re: Help Debug Form Error? - Can ActionForms be Serialized ?

2001-01-15 Thread Craig R. McClanahan
Neal Kaiser wrote: > This is a long shot, but one difference between my ActionForm and the > one from the struts example is that my ActionForm implements > java.io.Serializable > (and of course extends ActionForm). I do this because my Action Form is > eventually > passed to an EJB. Could that

Re: Container doesn't seem to allow *.do

2001-01-15 Thread Craig R. McClanahan
Ravi Mannem wrote: > Does anyone know when the 1.0 release of Struts is planned? > > Thanks, > -- > Ravi Mannem Soon ... there is currently a showstopper bug that needs to be fixed. Craig

RE: Container doesn't seem to allow *.do

2001-01-15 Thread Ravi Mannem
Does anyone know when the 1.0 release of Struts is planned? Thanks, -- Ravi Mannem

RE: Help Debug Form Error? - Can ActionForms be Serialized ?

2001-01-15 Thread Neal Kaiser
This is a long shot, but one difference between my ActionForm and the one from the struts example is that my ActionForm implements java.io.Serializable (and of course extends ActionForm). I do this because my Action Form is eventually passed to an EJB. Could that somehow break struts? Thanks.

RE: Action Mapping not getting called

2001-01-15 Thread Oliphant, Geoff
Here is the signature of my perform method: public ActionForward perform(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOExcep

1.0 release plan ?

2001-01-15 Thread Ravi Mannem
Does anyone know when the 1.0 release of Struts is planned? Thanks, -- Ravi Mannem

Re: Container doesn't seem to allow *.do

2001-01-15 Thread Steve Croft
I believe iWS 4.1 has the ability to map so maybe the same technique is possible in the app server - I have not done this myself, so it may be totally wrong, but check out the section, "Using Regular Expressions in rules.properties", Appendix C, in the iWS Programmer's Guide to Servlets: http

AW: RE: Container doesn't seem to allow *.do

2001-01-15 Thread Oliver . Lauer
Hello, I use IPlanet6.0 sp1 as well and it works but I have the problem that I get always the URL of the ActionServlet in the method getServletPath() although invoked by different *.do-URLs. Oliver Lauer AXA Insurance 50236 Cologne Germany -- Original Nachricht -- >I noticed that as well. It

RE: Always the same URL

2001-01-15 Thread Lou . Farho
This is the same problem I am having. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 12:32 AM To: [EMAIL PROTECTED] Subject: AW: Always the same URL Dear Craig, thanks a lot for your fast and spontaneous response. I have tried it

RE: Container doesn't seem to allow *.do

2001-01-15 Thread Frank Starsinic
I noticed that as well. It seems to me that the Netscape/Iplanet server is always behind on supporting java thingys like the latest in the JSP spec, servlet spec, etc. that's always been frustrating to me. you may have to create several x.do, y.do, z.do mappings to get it to work. either that or

Statics and Thread Safety

2001-01-15 Thread Greg Reddin
I have some issues with thread safety and could use some advice. Please look at my assumptions and tell me if they are true or not. 1) Tomcat (or other container) creates one instance of the ActionServlet, ActionBase, and all my Action classes and caches them for performance reasons. Therefore

RE: Invoking EJB from Action classes

2001-01-15 Thread Roger Kjensrud
Jannik, thanks for your input. The concept of the EJB session manager returning references to other EJBs is interesting. This EJB must be a stateful EJB with one instance per session, correct? Not having the lookup and create logic in the Action class means that this code does not have to be dup

Re: Cause of IOException

2001-01-15 Thread Peter Alfors
I think that 'null' is the query string portion of your request. Im not sure what causes the error however. Pete begin:vcard n:; x-mozilla-html:FALSE org:http://www.irista.com/logo/irista.gif">Bringing Vision to Your Supply Chain adr:;; version:2.1 end:vcard

RE: Help Debug Form Error?

2001-01-15 Thread Neal Kaiser
Also, FYI, I updated to last night's struts nightly build and I still have the same problem. For what it's worth, here's the genereated registration.jsp servlet snippet that's causing the error: // start __tag5.setParent(__tag4); __tag5.setProper

Re: InsertTag.doEndTag problem: Illegal to flush within a custom tag

2001-01-15 Thread Nathan Eric Probst
Ahhh...well, I figured out why one works and the other doesn't. The problem happens when using insert/include inside a tag, which is also a custom tag. I guess I'm stuck with using scriplets for iteration when I want to include something multiple times. Bummer! Nathan Nathan Eric Probst w

Cocoon

2001-01-15 Thread Allan Schweitz
Could anyone tell me if it is posible to use Cocoon and Struts together? And why or why not they should be used together.   Thanks in advance,   Allan Schweitz

InsertTag.doEndTag problem: Illegal to flush within a custom tag

2001-01-15 Thread Nathan Eric Probst
I'm using Components/Struts and I have encountered a strange problem. Below is all the information I could think to gather. If you look in the snippet from configureCompostition.jsp, there are two blocks. The strange thing is that it is failing at the end of the second block! So, the first on

RE: Action Mapping not getting called

2001-01-15 Thread Brian Bowman
The signature of the perform method has changed to four parameters for version .9xxx. Which is probably why your method isn't getting called. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] he.org]On Behalf Of Oliphant, Geoff Sent: Monday, January 15, 2001 9:17 AM To

bean:parameter error?

2001-01-15 Thread Matthias Bauer
Hi all, I already posted this message once. Can somebody please comment on it? Am I doing something wrong in my code or is this a known bug in the nightly build version I am using? Thanks for any comments. --- Matthias Original message: Hi all, I am quite new to struts, so I am not sure, if

Action Mapping not getting called

2001-01-15 Thread Oliphant, Geoff
I'm in the process of upgrading existing apps to 0.9 but having a problem getting my perform() method getting called from the main application controller servlet. in struts-config.xml: The code calls 'employeesearch.do' and it goes through the main controller servlet