Hi Thiago,

Thanks for your reply and suggestion. Actually the event handler in this
case returns a StreamResponse. I also found my mistake that caused the
problem. I replace the createActionLink with createEventLink but forgot to
remove one redundant parameter ("false") passed in.


-----Original Message-----
From: Thiago H. de Paula Figueiredo [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 17, 2008 6:18 PM
To: Tapestry users
Subject: Re: [T5] createEventLink problem

Em Mon, 17 Nov 2008 20:10:39 -0300, Henry Chen <[EMAIL PROTECTED]>  
escreveu:

> I want to use jfreechart in my app and found an example on wiki.

In my humble opinion, the best and easier way to handle file generation  
(including charts) is to have a page class that returns a StreamResponse  
on its onActivate method.

-- 
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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


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

Reply via email to