Re: [OT] Re: writing dynamic content using JspWriter out

2007-09-12 Thread Antonio Petrelli
It works, but it is not your original request... anyway if it is ok for you... 2007/9/12, temp temp <[EMAIL PROTECTED]>: > > > > > > > > > > > > > > > > > > In my resource Iinsteand of > > > > I used > and in this jsp I used > . > This way

Re: [OT] Re: writing dynamic content using JspWriter out

2007-09-12 Thread temp temp
> > > > > > In my resource Iinsteand of I used and in this jsp I used . This way i can write all my dynamic stuff in a in a jsp and call that jsp in iframe. miro Antonio Petrelli <[EMAIL PROTECTED]> wrote: 2007/9/12, temp t

Re: [OT] Re: writing dynamic content using JspWriter out

2007-09-12 Thread temp temp
miro Antonio Petrelli <[EMAIL PROTECTED]> wrote: 2007/9/12, temp temp : > > What if I use Iframe I tested it it worked do you see any problems using > iframe ? What do you put in the iframe? Antonio - Take the Internet to Go: Yahoo!Go puts the Int

Re: [OT] Re: writing dynamic content using JspWriter out

2007-09-12 Thread Antonio Petrelli
2007/9/12, temp temp <[EMAIL PROTECTED]>: > > What if I use Iframe I tested it it worked do you see any problems using > iframe ? What do you put in the iframe? Antonio

Re: [OT] Re: writing dynamic content using JspWriter out

2007-09-12 Thread temp temp
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

Re: [OT] Re: writing dynamic content using JspWriter out

2007-09-12 Thread Antonio Petrelli
2007/9/12, temp temp <[EMAIL PROTECTED]>: > > > 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 libr

Re: [OT] Re: writing dynamic content using JspWriter out

2007-09-12 Thread 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

Re: [OT] Re: writing dynamic content using JspWriter out

2007-09-12 Thread Antonio Petrelli
2007/9/12, temp temp <[EMAIL PROTECTED]>: > > in this case is there is no way to invoke jsp compiler or is there any > workaround for this problem ? Do you want to invoke a JSP compiler inside a webapp? If it is possible, surely it is not portable. I suggest you to write pure HTML. Antonio

Re: [OT] Re: writing dynamic content using JspWriter out

2007-09-12 Thread temp temp
in this case is there is no way to invoke jsp compiler or is there any workaround for this problem ? Miro Antonio Petrelli <[EMAIL PROTECTED]> wrote: 2007/9/12, temp temp : > In my jsp I use JspWriter to write my page content .I can write lot of > static data but I cannot write dynamic con

[OT] Re: writing dynamic content using JspWriter out

2007-09-12 Thread Antonio Petrelli
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

writing dynamic content using JspWriter out

2007-09-12 Thread temp temp
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 ? Miro ---