--- cree <[EMAIL PROTECTED]> wrote:
> My problem arises when I write out html to a jsp in a way like
> out.println("<s:a href...");.  Well the <s:a html is built on server side
> with theme="ajax" and targets set to a panel div.  

That's not how things work.

JSPs are compiled (by the container) into a servlet; you don't have a JSP,
you have an output stream, so there's no compilation process, hence no custom
tags will be executed.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to