Ate Douma wrote:
> 
> The ActionForm CategoryBean used by the Catalog.jsp seems to be filled in 
> during
> the actionRequest and stored in the session. During the subsequent 
> renderRequest
> the same CategoryBean *is* retrieved again. So, if the DefineTag is getting a 
> null
> value (from catalogBean .getCategory() or .getProductList()) I suggest 
> debugging
> the CategoryBean.viewCategory() method which is invoked by the ActionBean
> during the actionRequest. That should retrieve and fill in the required 
> values from
> the database. Then, if that works, debug the getCategory() and 
> getProductList()
> method when invoked from the defineTag.
> 
Many thanks for the info - now, debugging revealed that the category is
never set,
so the setter of the bean is not invoked. Can you please help me again,
and tell me
who triggers the setter?

Many thanks
Carsten


-- 
Carsten Ziegeler - Open Source Group, S&N AG
http://www.s-und-n.de
http://www.osoco.org/weblogs/rael/

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

Reply via email to