Mick Wever wrote the following on 10/13/2004 11:53 AM:

<c:import url="/customAction.do?number=${number}"/>

I guess this would be like doing the equivalent of trying to do a forward. On your second loop you'll have already wrote stuff out to the JSP so I don't think you could then do any forwarding. Any reason why you are trying to do fowards within a forEach loop? I can't imagine what good that could accomplish? If there was a bunch of different processing you needed to do, do that in one action business method (do the looping there, not in the JSP).


--
Rick

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



Reply via email to