A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
JSP
Author
JSP Custom Tag Vs AJAX JSP tags
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
posted
Feb 27, 2006 11:57:00
0
What is the difference between
JSP
Custom Tag and AJAX JSP tags ?
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
posted
Feb 28, 2006 08:48:00
0
Any reply ?
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
I like...
posted
Feb 28, 2006 09:22:00
0
JSP custom tags are part of the JSP spec.
I have no idea what AJAX JSP tags are.
Maybe they are part of some third party library.
Where did you hear of them?
Java API
J2EE API
Servlet Spec
JSP Spec
How to ask a question...
Simple Servlet Examples
jsonf
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
posted
Feb 28, 2006 15:57:00
0
Ben Souther, see this link
http://ajaxtags.sourceforge.net/
Stefan Evans
Bartender
Joined: Jul 06, 2005
Posts: 1005
posted
Feb 28, 2006 16:01:00
0
What is the difference between JSP Custom Tag and AJAX JSP tags ?
The Ajax jsp tags ARE jsp custom tags.
They are custom tags written to help with AJAX. So they do what any other custom tag does: produce html/javascript onto a web page.
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: JSP Custom Tag Vs AJAX JSP tags
Similar Threads
JspFragment
which tag is invoked?
What are tag libs?
Query on Custom Tags
web-app advice
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter