What if  I use Iframe I tested it it worked do you see any problems using 
iframe ?
  Miro

Antonio Petrelli <[EMAIL PROTECTED]> wrote:  2007/9/12, temp temp :
>
>
> My applications writes html  out of an xml file.this xml has  feilds
> with there presentation type.This field   element  in xml can have  cdata
> section which allows user to  write any thing like
>   scripts or bean tags or any other custom tag library ,html.
>   for example
>   
>       
>           
>             >                  
>                   
>               ]]-->
>            
>      
>   
>
>   I parse this information and use JspWiter to write.The probelm is,
> in  cdata scetion the first part    works
> but  the second line    does not work ie
> bean:write does  not print value of my-object
>   Is there any way  I can reslve this



If you haven't a JSP page, it won't be compiled!
You could use FreeMarker, instead, that can be evaluated at every time. You
can use JSP taglibs with FreeMarker:
http://freemarker.org/docs/pgui_misc_servlet.html

Antonio


       
---------------------------------
Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.

Reply via email to