JQuery .load JSP File -


i trying load jsp file. jsp file getting load jstl tags inside jsp not getting rendered. thoughts? process.jsp has jstl tags not getting rendered.

<script>            $(document).ready(function(){              $("button").click(function(){                $("#holder").load("/process.jsp");              });            });            </script>            <button>get data</button>         <div id="holder">            </div> 

never mind, tags scope not define. works


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -