Re: [jQuery] Re: Can Tooltip return a jsp page?
On Sun, Dec 20, 2009 at 1:15 AM, HenryRock <henryloke.myetrade@gmail.com> wrote:
> Hi Brian,
>
> I get this
>
> return "<jsp:include page='legend-table.jsp'/>";
>
> How come?
> How to fix that?
Like I said, your file is not being parsed correctly. JSP is a
server-side technology. Any JSP code must be evaluated on the server.
If you're seeing JSP code in the page source (in your browser) then it
wasn't properly evaluated before the web server sent it out to the
client. It's the same as with PHP or Server Side Includes.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home