Re: [IDE War] Java IDE choices

2003-02-05 Thread jmattucci
You do not discuss ones likes and choice of colours Emmanuel Boudrant <[E

RE: Can anyone help me out with this

2003-02-04 Thread jmattucci
thank you so much. You have cleared things up. Jarnot Voytek Contr AU H

RE: Can anyone help me out with this

2003-02-04 Thread jmattucci
So if I changed my global forward name = "welcome" to name = "Welcome" it should work? Sorry I think I tried that already Jarnot Voytek Contr

RE: Can anyone help me out with this

2003-02-04 Thread jmattucci
package binary.solutions; import javax.servlet.*; import javax.servlet.http.*; import org.apache.struts.action.*; public final class BinaryAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletRespons

Can anyone help me out with this

2003-02-04 Thread jmattucci
This is driving me crazy. Originally in my index.jsp I had and the page was never forwarded to welcome.do. I changed my tag to and the page was sent to welcome.do, but the page was blank. In my console window I get the message RequestProcessor-Processing a GET for path /welcome and no other erro

Can anyone help me out with this

2003-02-04 Thread jmattucci
This is driving me crazy. Originally in my index.jsp I had and the page was never forwarded to welcome.do. I changed my tag to and the page was sent to welcome.do, but the page was blank. In my console window I get the message RequestProcessor-Processing a GET for path /welcome and no other erro

RE: Can anyone help me out with this

2003-02-03 Thread jmattucci
Yes I obtained the error below from the catalina log. No error shows up on the browser. I type in my url localhost:8080/strutTest and the page is sent to localhost:8080/strutTest/index.jsp and nothing more happens. I dont understand why its not being forwarded to 8080/strutTest/welcome.do

Re: Can anyone help me out with this

2003-02-03 Thread jmattucci
Im using tomcat 4.1.8 and I checked and the app is running. Im trying to connect to a database to register the number of hits my page is getting. Could that be causing the problems? And what does LifecycleException mean?

Can anyone help me out with this

2003-02-03 Thread jmattucci
When I attempt to forward to welcome.do the page remains at index.jsp and I get the following error. Can anyone shed some light on the matter? Im really stuck. Thank you for all for you time ---

What does LifecycleException mean?

2003-02-03 Thread jmattucci
When I attempt to forward to welcome.do the page remains at index.jsp and I get the following error. Can anyone shed some light on the matter? Im really stuck. Thank you for all for you time --

Page remains at index.jsp

2003-01-31 Thread jmattucci
Im not sure what im doing wrong. Or if im understanding the concept correctly, but im trying to forward to welcome.do but the page remains at index.jsp. Thank you for your time <%@ taglib uri="/tags/struts-logic" prefix="logic" %> <%-- Redirect default requests to Welcome action. --

RE: Cannot find global ActionForward for

2003-01-28 Thread jmattucci
no its not a typo Jarnot Voytek Contr AU HQ/SC To:

Cannot find global ActionForward for

2003-01-28 Thread jmattucci
Im new to struts. Bought several books and now starting to put a simple program together. My web app simply contains one page and im trying to register the number of hits. Im getting the following error. I cant figure out why.If you require more info please let me know. Thank you all for your time

RE: Struts Job

2003-01-23 Thread jmattucci
im a developer in toronto. Can I contact you max? "Mark Galbreath"

RE: [OT] Struts Job

2003-01-23 Thread jmattucci
im a developer in toronto. Can I contact you max? "Mark Galbreath"

Re: Struts Job

2003-01-22 Thread jmattucci
Hi max im a java developer in the toronto area "Max Kremer"

newbie question

2003-01-15 Thread jmattucci
Im new to struts. I have been reading struts in action, and Im trying to develop my first web app. My application is currently quite simple. I have a welcome which I would like to incorporate a counter on this page. To keep tabs of the # of people who have hit my site. I have a servlet which needs

should i learn Struts, JSF or both?

2002-11-29 Thread jmattucci
Im new to Struts. I bought a Struts book which Im still waiting for. So I have read the various Struts tutorials. But I recently I have begun to hear more and more about JSF. My question since Im new to all of this should Iearn JSF , Struts or both?? *

does javascript have a place in mvc & struts

2002-10-28 Thread jmattucci
Sorry this might be an elementary question, but im new to jsp and struts. I have done a lot of reading in the last few weeks. I realize that struts is the way to go in terms of following the mvc model. My one question at this time is in regards to form validation. By that i mean when a user enters

Re: Printing User Guide

2002-10-24 Thread jmattucci
no the same thing happened to me last night "Bradley G Smith" <[EMAIL PROT