| Author |
Jsp standard actions, how they will work?
|
Chinmaya Chowdary
Ranch Hand
Joined: Apr 21, 2008
Posts: 432
|
|
Hi, jsp standard actions syntax is similar to the JSTL tags or custom tags. For jsp actions is there any file, like .tld(tld file) incase of tags, and classes like tag handlers? Where they are present? How they will work internally? Thankyou.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56548
|
|
|
That's completely dependent upon how the container chooses to implement them.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Chinmaya Chowdary
Ranch Hand
Joined: Apr 21, 2008
Posts: 432
|
|
|
Thankyou Sir.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56548
|
|
|
The Tomcat source code can be downloaded if you'd like to see hoe they do it.
|
 |
 |
|
|
subject: Jsp standard actions, how they will work?
|
|
|