Re: jstl - define bean

2005-05-19 Thread Martin Gainty
Grzegorz- Yes - Unless otherwise specified you are correct in stating the default scope for the bean is 'page' Martin- - Original Message - From: "Laurie Harper" <[EMAIL PROTECTED]> To: Sent: Thursday, May 19, 2005 11:22 PM Subject: Re: jstl - define bean

Re: jstl - define bean

2005-05-19 Thread Laurie Harper
Grzegorz Stasica wrote: I thought defines a new bean in page scope. If this is true No, c:set sets a property on a bean that is already defined. I do not understand why attached code keeps throwing exception that no getB() is not defined. This is equivalent to <% d.setB("kicha"); %> Login You'

jstl - define bean

2005-05-19 Thread Grzegorz Stasica
I thought defines a new bean in page scope. If this is true I do not understand why attached code keeps throwing exception that no getB() is not defined. Login - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman