* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
> that eleminates one of the two scriplets, but leaves me with:
>  pageContext.setAttribute("bk2", new BuchKatalog().getBuecher());
> 
> 
> Anyway I can remove that one too?

You can set the "bk2" attribute in your action's execute method.

request.setAttribute("bk2", new BuchKatalog().getBuecher());

Then you can remove that scriptlet because the attribute is set in your
action.


Anders

--
Anders Hermansen
YoYo Mobile as

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

Reply via email to