This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSP and the fly likes Jsp standard actions, how they will work? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Jsp standard actions, how they will work?" Watch "Jsp standard actions, how they will work?" New topic
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
    
  14

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
    
  14

The Tomcat source code can be downloaded if you'd like to see hoe they do it.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Jsp standard actions, how they will work?
 
Similar Threads
jsp standard actions
tag library?
scriptlets acceptance
Tld files in WEB-INF
Why SimpleTag handler's not accepts<body-content>JSP</body-content>?