Re: Why does a Form Bean declared as session-scope appear on both session and request?

2004-11-27 Thread erh
On Fri, Nov 26, 2004 at 11:49:43AM -, Paul McCulloch wrote: The attribute in org.apache.struts.taglib.html.BEAN is set by the html:form tag. This is how the other html: tags know which form bean they are dealing with. I'd be interested to know why the other html tags are made aware of

RE: Why does a Form Bean declared as session-scope appear on both session and request?

2004-11-26 Thread Paul McCulloch
The attribute in org.apache.struts.taglib.html.BEAN is set by the html:form tag. This is how the other html: tags know which form bean they are dealing with. I'd be interested to know why the other html tags are made aware of the form bean this way, rather than directly asking their enclosing