2007/9/12, temp temp <[EMAIL PROTECTED]>:
> In my jsp I use JspWriter to write my page content .I can write lot of  
> static data but I cannot write dynamic content like scriptlet  or  tag 
> library ie even if I write tag library or scriptlet it will not be  executed 
> .Is there any solution for this  ?

No! When you use JspWriter, you send your data directly to the client!
Therefore, it does not pass to the JSP compiler.

Antonio

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

Reply via email to