| Author |
Simple Tag Handler Example
|
Mohit Chauhan
Greenhorn
Joined: Dec 23, 2012
Posts: 3
|
|
In Chapter - 10 on page -521 of book Head first Servlets and Jsp
There is an example with movieList as attribute , getting it from context using EL ...
Then we are using that "movieList" attribute in tag handler class ..
How are we setting Movie class getter and setter methods to get the values of name and gender ?...
Please explain the same ....
Regards
Mohit Chauhan
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
|
What do name and gender have to do with moveiList? Your question is not very clear.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Mohit Chauhan
Greenhorn
Joined: Dec 23, 2012
Posts: 3
|
|
|
Sorry its name and genre instead of Gender , I am not able to understand that how access to "movie.name" and "movie.genre" is happening ....
|
 |
 |
|
|
subject: Simple Tag Handler Example
|
|
|