ajax - Trigger custom JSP tag manually -


lets pretend have custom jsp tag somewhere on page:

<mytag:loadlist data=${asyncdata} /> 

when page starts loading, asynchronous ajax call server made. result of call data asyncdata parameter should provided.

the question - how can "trigger" custom tag rendering manually based on successful ajax request? thank you!


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -