scope on bean:size isn't doing what you think it is
doing.  bean:size create page scope and scripting
var...

"The bean scope within which to search for the JSP
bean specified by the name attribute. If not
specified, the available scopes are searched in
ascending sequence."

sandeep
--- Dmitri Ilyin <[EMAIL PROTECTED]> wrote:
> Hello all,
> 
> i have problem with bean:size tag
> 
> it works so for me:
>  <bean:size id="ak_size" scope="request"
> name="cawisReport"
> property="userArbeitskreis"/>
> 
> but don't work so:
>  <bean:define id="cawisUserArbeitskreis"
> name="cawisReport"
> property="userArbeitskreis" scope="request"/>
>  <bean:size collection="cawisUserArbeitskreis"
> id="ak_size" scope="page"
> property="value"/>
> 
> stacktrace:
>  javax.servlet.jsp.JspException
> at
>
org.apache.struts.taglib.bean.SizeTag.doStartTag(SizeTag.java:201)
> ...............
> 
> i use struts 1.0.2.
> 
> What do i wrong???
> 
> thanks for adwise
> 
> regards
> 
> Dmitri
> 
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to