Re: Why do we need the input property of action in the struts-config.xmlfile

2003-02-19 Thread Bert Catsburg
registrationForm program. This is all handled by the Controller. But how does the Controller tell the saveRegistrationAction that it was triggered by registration.jsp? If you don't know either, maybe that's the answer. Bert Catsburg Mike Mattox wrote: Looking at the struts-config.xml from the struts

Action not executed, only the *.do url is shown and the screen isempty

2003-02-17 Thread Bert Catsburg
) throws IOException, ServletException { Logger log = Logger.getLogger(LogonAction.class); log.debug(Entered the LogonAction class); If anybody can help me, it would be appreciated. Thank you, Bert Catsburg

Re: Action not executed, only the *.do url is shown and the screenis empty

2003-02-17 Thread Bert Catsburg
with other examples, like the one from the Wiley book about Struts, but I can see no differences in the parts that should matter. Bert Catsburg Bert Catsburg wrote: Hello, I have the problem that an Action is not executed. When I process the Form (by clicking Submit button), the .do url is shown

Re: Action not executed, only the *.do url is shown and the screenis empty

2003-02-17 Thread Bert Catsburg
/ /action /action-mappings To rephrase the quesion to a smaller one: HEEEPP !!! :-) Thanks, Bert Catsburg Jim Theodoridis wrote: Hi. Check the log files of your container to see the errors. Usualy this occurs because of wrong path of the JSP Check the line forward name=success-login path

Re: Action not executed, only the *.do url is shown and the screenis empty

2003-02-17 Thread Bert Catsburg
extends Action { public ActionForward perform(ActionMapping mapping, Now I do get the logger info in my JDBC-appender. Problem solved. Bert Catsburg Bert Catsburg wrote: Jim, Thanks for your answer. To be sure I changed the index2.jsp to main.jsp, maybe it looks too much like

How to link to an Action which has no Form.

2003-02-13 Thread Bert Catsburg
to look any further would be of much help. Thank you, Bert Catsburg Code samples: JSP with the link: -- phtml:link page=/petrolPetrol/html:link/p Struts Config - global-forwards forward name=index path=/index.jsp / /global-forwards !-- Process

Re: How to link to an Action which has no Form.

2003-02-13 Thread Bert Catsburg
People, Since I asked the question in the first place, thanks for all the help. (I know, this is just taking up traffic, but it seemed unpolite not doing this) Bert Catsburg -Original Message- From: Raible, Matt [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 11:27 AM

Action without a Form. Error is Cannot retrieve definition for formbean null

2003-02-12 Thread Bert Catsburg
in advance for your help. Bert Catsburg == Extract from Tomcat-Apache.logfile 2003-02-12 17:33:06 StandardContext[/fimp]: Mapping contextPath='/fimp' with requestURI='/fimp/index.html' and relativeURI='/index.html' 2003-02-12 17:33:06 StandardContext[/fimp]: Trying exact match 2003-02-12 17:33