Hi guys, I realized that adding the flush="true" to my <templage:get tag works just fine... The problem is that inside that <template:put direct=true> tag, I have some <jsp:include flush="true"> that is the reason for all my problems...
Does anyone knows a good workaround for that? I'm trying <bean:include, so far without success... thanks in advance, Marcelo. On Wed, 27 Mar 2002 12:52:17 -0500 Marcelo Caldas <[EMAIL PROTECTED]> wrote: > Hi guys, > I'm trying to deploy my application (developed so far on Oracle 91AS) to > WebSphere... > > First error I got is a illegal to flush within a custom tag... > I realized that the only struts tag that tries to flush is the > template.GetTag. Although I'm using a very recent nightly build > (2002-03-17), this behavior exists even on struts 1.0 > > I tried to add the <template:get flush="true", but so far, no success.. > Any one knows how to overcome this problem? > > The Websphere that I'm using is 4.0.2 on a linux machine > > thanks in advance, Marcelo. > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

