Inside of the logic:iterate tag, I am passing a string to an xsl
tranformer, using pageContext.out as the writer the tranformer will
write its results to. When I do so, there is a complaint that says:

"Illegal to flush within a custom tag"


I tried to do the same thing (use an xsl tranformer) inside of some
custom tags I have written and I get no such error -- I only get the
erro inside of the login:iterate tag.

Does anyone know if there is soem reason this might be happening
inside the iterate tag? I have been banging my head against the wall on this
one.

I cant find what code is complaining and I thought you struts guys may
have an idea since I can only reproduce in the iterate tag.

thanks much in advance

-will

Reply via email to