Re: OutOfMemory in tapestry 4.0.3

2006-08-28 Thread Rodnei Couto
I removed the @Body from the page and now the output seems to be working fine. The report is being outputed onfly as each component is rendered. I guess the problem was really the buffer in the tag Body. Thanks, Rodnei Couto Henri Dupre escreveu: On 8/28/06, andyhot <[EMAIL PROTEC

Re: OutOfMemory in tapestry 4.0.3

2006-08-28 Thread Rodnei Couto
I did this and it didn't work it seems that Tapestry still does not send the html to the browser... Is it expected that Tapestry will render everything before sending the output to the browser? Can somebody help me? Rodnei Couto Martin Strand escreveu: Maybe Tapestry needs to r

Correction: OutOfMemory in tapestry 4.0.2

2006-08-28 Thread Rodnei Couto
Rodnei Couto escreveu: I´m using tapestry 4.0.2 and i am having problems with OutOfMemory exceptions generating some VERY big reports (more than 1 elements). I searched in the maillist but didn´t find any solution: http://marc2.theaimsgroup.com/?l=tapestry-user&m=112864214530411&

OutOfMemory in tapestry 4.0.3

2006-08-28 Thread Rodnei Couto
I´m using tapestry 4.0.2 and i am having problems with OutOfMemory exceptions generating some VERY big reports (more than 1 elements). I searched in the maillist but didn´t find any solution: http://marc2.theaimsgroup.com/?l=tapestry-user&m=112864214530411&w=2 The report page is quite simple

Re: Component events

2006-07-25 Thread Rodnei Couto
You can use pageBeginRender with components too... work fine.. Thanks, Rodnei Couto Rui Pacheco escreveu: Hi all One quick question, as the API got me a bit confused: which event is equivalent to pageBeginRender for a component that extends BaseComponent

Re: Switch between components

2006-07-25 Thread Rodnei Couto
Hi, If you are making something like tabs, you can use divs and javascript look this site. You have just copy the javascript code: http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm thanks, Rodnei Couto Kosarev A.V. escreveu: Hi all! What best way for switching between components? I

Re: Context path

2006-07-25 Thread Rodnei Couto
.ServletContext into a tapestry service is at http://lombok.demon.co.uk/tapestry4Demo/Inject.html Shing --- Rodnei Couto <[EMAIL PROTECTED]> wrote: Hi list, I'm creating a service. I need to know the context path to get an image used in my service. How can I discover t

Context path

2006-07-25 Thread Rodnei Couto
Hi list, I'm creating a service. I need to know the context path to get an image used in my service. How can I discover this? Thanks, Rodnei Couto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Context path

2006-07-25 Thread Rodnei Couto
Hi list, I'm creating a service. I need to know the context path to get an image used in my service. How can I discover this? Thanks, Rodnei Couto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Ajax Reload

2006-07-14 Thread Rodnei Couto
yes, work fine... But i had tested in firefox and didn't work... i test in IE now and work... Somebody now why didn't work in Firefox? Thanks, Rodnei Couto Andreas Andreou escreveu: Perhaps http://tacos.sourceforge.net/components/Refresh.html ? Rodnei Couto wrote: Hi list, How

Ajax Reload

2006-07-14 Thread Rodnei Couto
Hi list, How can i make a partial reload of one page with ajax? I know use AjaxForm, AjaxDirectLink etc, but a didn't know how to make a partial reload by javascript I need to know how make a ajax reload by javascript... is it possible? Thanks, Rodnei

AjaxForm submit problem

2006-07-10 Thread Rodnei Couto
public abstract void setValues(Object value); public abstract Object getValues(); public void pageBeginRender(PageEvent event){ if( getValues() == null){ setValues("Start"); } } public void formSubmit(IRequestCycle cycle){ setValues("Submi

Re: Preferred method to search Tapestry mailing list history

2006-06-07 Thread Rodnei Couto
Hi, I use google. I put: site:http://mail-archives.apache.org/mod_mbox/jakarta-tapestry-user/ KEYWORD Replace KEYWORD with the words you want to search for. []'s Rodnei Couto Aaron Bartell escreveu: In the past I have used http://www.mail-archive.com/users%40tapestry.apache.org/ to s