javascript - Calling JSP Custom Tags tld through Ajax -


so trying implement ajax functionality webapp. have tag library, tag handlers, set properly, if call tags when page refreshing. these custom tags work. however, have never implemented ajax in life , stuck on how proceed call these tags dynamically based on changes in webpage. e.x:

custom tag library under -->/web-inf/tld

tag handlers --> classes/classhandlers/tag1...tagxxx

with above calling following tag in jsp file works perfectly:

<taglib:tagname attribute1="" attribute2=""> 

however, how can dynamically inserted ajax?

please let me know if can provide more details.

well, said impossible. ajax , jsp 2 incompatible technologies. jsp tags can used on server side (during generating html) while ajax client side technology (it runs in user browser). can read more client-server model here.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -