Re: LOGIC:INTERATE

2004-05-21 Thread Joe Germuska
In all Struts tags, the "scope" attribute should be one of the scopes in which a JSP tag can find an attribute: page request session application If none is specified, then all available scopes are searched in standard JSP tag order (as above) until a value matching the name is found. As you're

RE: LOGIC:INTERATE

2004-05-21 Thread Matthias Wessendorf
aker) > [mailto:[EMAIL PROTECTED] > Sent: Friday, May 21, 2004 11:15 PM > To: 'Struts Users Mailing List' > Subject: LOGIC:INTERATE > > > Can you send me one interate sample workin with one object > colletion how attribute? > > > I'm tried it >

LOGIC:INTERATE

2004-05-21 Thread Teixeira, Jorge (Informaker)
Can you send me one interate sample workin with one object colletion how attribute? I'm tried it And My attribute call resultado and my ActionForm is tb_estadoForm the scope is setted how attribute But the server return the message "Invalid bean scope null" or "Cannot cre