Re: need some explaination with logon.do

2001-03-29 Thread Ted Husted

First, be sure that you have followed the "tour" that comes with the
example. There's a small link on the first page. 

The "do" pages are "action mappings". When the Struts ActionServlet is
registered with the container, it asks for the "do" pages. The
ActionServlet then refers to the mappings defined in the struts-config
file to call the appropriate Action class. The Action class is not
really a page, but it does have access to the ActionServlet, and so can
create a HTTP response, or forward control on to a JSP. 

"Charlemagne L. Rey" wrote:
> 
> Hello everybody,
> 
> I think I still don't understand how did the struts-example flows.
> Could anybody please give me an explaination of what is happening
> to have the virtual page logon.do? Who created this page? How this
> page come-up?  It is here where I am stocked up with my learning
> of the Jakarta Struts.
> Any help will be greatly appreciated.
> 
> Thank you.
> Charlemagne Rey

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 737-3463.
-- http://www.husted.com/about/struts/



Re: need some explaination with logon.do

2001-03-29 Thread Maya Muchnik

Here is a good explanation how this application works and other stuff.
http://www.husted.com/about/struts/example-tour.html
http://www.husted.com/about/struts/
Maya

"Charlemagne L. Rey" wrote:

> Hello everybody,
>
> I think I still don't understand how did the struts-example flows.
> Could anybody please give me an explaination of what is happening
> to have the virtual page logon.do? Who created this page? How this
> page come-up?  It is here where I am stocked up with my learning
> of the Jakarta Struts.
> Any help will be greatly appreciated.
>
> Thank you.
> Charlemagne Rey




need some explaination with logon.do

2001-03-29 Thread Charlemagne L. Rey

Hello everybody,

I think I still don't understand how did the struts-example flows.
Could anybody please give me an explaination of what is happening
to have the virtual page logon.do? Who created this page? How this
page come-up?  It is here where I am stocked up with my learning
of the Jakarta Struts.
Any help will be greatly appreciated.

Thank you.
Charlemagne Rey