A basic action mapping doesn't work

2002-06-06 Thread Aleksi Kallio
I have this action mapping: action path = /createMediaDesc type = fi.funet.medar.actions.UpdateRecording name = RecordingForm scope = session forward name = success path = /insert_ok.jsp / forward name = review path = /createMediaDesc /

RE: A basic action mapping doesn't work

2002-06-06 Thread Aleksi Kallio
screen. Other mappings work fine, but they all use forward instead of type. The action mapping isn't very helpful without the code being used to invoke it. What is the html:form action= parameter? -Original Message- From: Aleksi Kallio [mailto:[EMAIL PROTECTED]] Sent: Thursday, June

Re: A basic action mapping doesn't work

2002-06-06 Thread Aleksi Kallio
be stuck in an endless loop. Later, aj Aleksi Kallio wrote: I'm trying to invoke it directly ie. I point my browser to: myHost/medar/createMediaDesc.do I corrected the review-forward and now the error is gone: browser just keeps on loading and timeouts. So it works even less now

No input attribute for mapping?

2002-05-28 Thread Aleksi Kallio
I am trying to do a simple action mapping that creates an approriate form bean and forwards to a JSP page that displays the form. This is my mapping: action path = /createMediaDesc name = MediaDescForm scope = session forward = /addVideo.jsp /action This is

Re: what about avalon,it is also a framework!

2002-08-27 Thread Aleksi Kallio
Do you know avalon,it is also another framework,are there some overlapping betwen them?how about it when compare it with struts?and it same that it is the core of the cocoon! Avalon is a framework for building servers and Struts is a MVC-framework for Java web environment. I don't think