Where is the ImageStreamResponse class defined? You should move it out of
your pages package.

On Mon, Feb 6, 2012 at 8:11 PM, sigenz <sig...@yahoo.co.nz> wrote:
> Hi,
>
> I have a page which displays an image from StreamResponse:
>
> public class Map {
> ......
>        public Object onActivate(){
>                return new ImageStreamResponse();
>        }
> }
>
> It works with T5.0.9, but when I upgrade to T5.3.1, I get the following
> Exception:
>
> Exception assembling root component of page Map: Unable to instantiate
> instance of transformed class org.....pages.Map:
> java.lang.reflect.InvocationTargetException
>
> Tried  ...  in the page template but the problem still exists.
>
> Anyone has the same issue before?
>
> Thanks.
>
> Sige
>
>
>
> --
> View this message in context:
http://tapestry.1045711.n5.nabble.com/T5-3-1-Page-with-StreamResponse-no-longer-work-tp5462162p5462162.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

Reply via email to