Re: Fundamental Struts Concept

2004-03-16 Thread Ted Husted
The reason I ask is that since it is my understanding that either a new Action Form is created when the user submits the form or if one already exists it is reset, how can the Action Form have all of the original data, including the one or 2 fields the user just submitted? The ActionForm

RE: Fundamental Struts Concept

2004-03-15 Thread Robert Nocera
Ed, I'm not sure I understand your question exactly, but I'll answer the best I can. The only information that is sent to the client is the HTML that you see in the browser. The JSP gets converted to a servlet and the servlet just writes to the HTTPResponse, not the HTTPRequest. The request