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
Post a Comment