Hi,
   I have the following property in my action class

private BookDto book=new BookDto();


in my jsp when i use EL as follows i am able to get the value of the
property but i am not able to understand how?

${book.property}

The EL checks only in the scopes for attributes so is book kept as
attribute in some scope?

*Thanks and Regards,*
Muralidhar Yaragalla.

*http://yaragalla.blogspot.in/ <http://yaragalla.blogspot.in/>*

Reply via email to