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

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -