Re: [T5.2.6] JS: No Tapestry.FormEventManager object has been created for form

2011-08-19 Thread olip
got it to work after this tip here: http://tapestry-users.832.n2.nabble.com/Exception-invoking-function-Tapestry-Initializer-validate-tp6583272p6665025.html i had to rename my form id because there seemed to be a conflict with it. cheers, Oliver -- View this message in context: http://tapestry-

[T5.2.6] JS: No Tapestry.FormEventManager object has been created for form

2011-08-19 Thread olip
Hi everyone, Just trying to update from 5.1 to 5.2.6. I got the following javascript error message (popups as a red bar) using a form which worked before under 5.1 (tried ff5,ff6,safari ...its in all browsers): Exception invoking function Tapestry.Initializer.validate with parameters [{"newslett

chenillekit access module

2011-08-08 Thread olip
Hello, I am just trying to update from t5 5.1.0.5 to the latest 5.2.6 and for that reason I need to update chenillekit as well (from 1.0.2 to 1.3) and now I just see that I also have to update the chenillekit access module we are using. After updating chenillekit access from 1.0.2 to 1.3.2 I just

Re: Tapestry Application produces "GC overhead limit exceeded"

2011-08-08 Thread olip
Dear Howard, Thanks for your answer. I use 5.1.0.5. I think I found it out only by inspecting the exception msg. I was creating a large table and was creating two large java objects out of hibernate calls for every row I rendered (not creating the table data in someting like setupRender) but duri

Tapestry Application produces "GC overhead limit exceeded"

2011-08-03 Thread olip
Hi everyone! We are running a Tapestry application on an Jetty7 hightide deployment server. The server has 2gig ram and jetty is configured the following way: JAVA_OPTIONS="-Xmx1024m -XX:MaxPermSize=256m -Djava.awt.headless=true" (On the server is only running jetty, mysql and postfix nothing e

Re: Creating direct download links to files

2011-05-05 Thread olip
thanks LLTYK again for your reply. I was really stupid and feel a bit embarrased now. I solved it but it had nothing to do with wget, that was fine. Problem was for security reason I stored the URL of the inital calling request from the external webservice in a sessionstate variable and checked

Re: Creating direct download links to files

2011-05-04 Thread olip
Thanks for your response. Actually I have the following problem: I now have tapestry URLS with the following format: http://host/webapp/STREAMPAGE/JOBID/RUNID/PASSWORD when I am accessing this URL in the browser I get the file behind it streamed back. When I use wget to fetch it I get the html

Re: [T 5.1.0.5]Parameter namespacePrefix was null

2010-10-29 Thread olip
Thanks so much! Now I can clearly see where those old wstx libs are coming from! -- View this message in context: http://tapestry-users.832.n2.nabble.com/T-5-1-0-5-Parameter-namespacePrefix-was-null-tp5685838p5685935.html Sent from the Tapestry Users mailing list archive at Nabble.com. ---

[T 5.1.0.5]Parameter namespacePrefix was null

2010-10-29 Thread olip
Hi everyone! Using T 5.1.0.5. When I build my project with maven integrated jetty webserver everything works fine. When I am deploying the war package to our deployment webserver with a standalone jetty instance I get the following error "Parameter namespacePrefix was null" which other thread exi

Re: Grids embedded in custom component interfer with each other

2010-08-06 Thread olip
thanks for confirming. This seems like a serious bug and you do not need to put the grids in components to see this not working. If you have several grids without components on the same page the pagerenderers do interfer each other as well! -- View this message in context: http://tapestry-user

Re: Grids embedded in custom component interfer with each other

2010-08-05 Thread olip
Hi here is a test code: === EmbeddedGrid.tml: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"; xmlns:p="tapestry:parameter"> embeddedgrid

Grids embedded in custom component interfer with each other

2010-08-05 Thread olip
Hi! I have a problem or suggestion. I have made a custom component which has a Grid embedded. Now I render multiple times my cusom components. The GridPager of those rendered Grids interfer with each other. If I click on one Grip page the others will be changed too. If I look into the html co

Re: Saving state when changing grid pages

2010-07-28 Thread olip
Hi everyone, Just for the records I found a more simple solution for this without the javascript stuff: I also had problems that the pager did not update or jump to the new row/page when clicked on a page and all this packed in a hidden div. your tml:

Re: Tapesty Testify Tapestry360 missing dependency

2010-02-24 Thread olip
thanks! its online again! -- View this message in context: http://n2.nabble.com/Tapesty-Testify-Tapestry360-missing-dependency-tp4613235p4624435.html Sent from the Tapestry Users mailing list archive at Nabble.com. - To unsubsc

Re: [T5] Missing dependency "tapestry360-project"

2010-02-24 Thread olip
Now the folder is online again! -- View this message in context: http://n2.nabble.com/T5-Missing-dependency-tapestry360-project-tp4604461p4624413.html Sent from the Tapestry Users mailing list archive at Nabble.com. - To unsubs

Tapesty Testify Tapestry360 missing dependency

2010-02-22 Thread olip
Hi everyone, I am desperately tring to get the tapestry testify to work (http://tapestry.formos.com/nightly/tapestry-testify/) I have tried incoperating the normal pom and the dev version (see http://tapestry.formos.com/nightly/tapestry-testify/) I always get an : [WARNING] An error occurred

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-12-18 Thread olip
scripts may help. > > Kind regards, > Joachim > > olip wrote: >> Found out that on 5.1.0.1 it is still working (tapestry.js is rendered) >> but >> 5.1.0.2. it is no longer working >> >> olip wrote: >> >>> I have the same problems wit

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-12-18 Thread olip
Found out that on 5.1.0.1 it is still working (tapestry.js is rendered) but 5.1.0.2. it is no longer working olip wrote: > > > I have the same problems with T5.1.0.5. I downgraded to 5.0.18 and the > Tapestry.js reappears in my code again. > > > > Eric Ma wrote:

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-12-18 Thread olip
I have the same problems with T5.1.0.5. I downgraded to 5.0.18 and the Tapestry.js reappears in my code again. Eric Ma wrote: > > > Howard Lewis Ship wrote: >> >> Well, you could verify that with a "view source"; it seems unlikely to >> me, but that would be a start towards investigating th

Re: winstone-maven-plugin and Exception pages

2009-11-26 Thread olip
[Winstone 2009/11/26 16:19:26] - Header: X-Tapestry-ErrorMessage: Cannot create directory on the server to upload files: /bla/jasdjkaksd/asasds. olip wrote: > > Hi everyone! > > I am using the winstone-maven-plugin to compile my tapestry5 webapp to an > executable jar file

winstone-maven-plugin and Exception pages

2009-11-26 Thread olip
Hi everyone! I am using the winstone-maven-plugin to compile my tapestry5 webapp to an executable jar file with integrated webserver. Here is the instruction I followed: http://blog.jayway.com/2008/11/28/executable-war-with-winstone-maven-plugin/ I am using T5: 5.1.0.5 Everything works fine e

IE 8 and Javascript Rendersupport.addScript() problem

2009-04-22 Thread olip
Hi everyone! The following code works fine under Firefox3 but not under IE8. I made a little component where I build up a drop down menue and a javascript section which should access the components id element. Test.java (a component): @IncludeJavaScriptLibrary(value = {"T

Re: VM State Objects...share information between sessions of a VM

2009-03-17 Thread olip
e.html for more > information. Don't forget to > synchronize access to your data. > > Uli > > olip schrieb: >> Hi everyone, >> >> I am having the problem that I need some information not for every page >> of >> one session (ASO) but instead betwe

VM State Objects...share information between sessions of a VM

2009-03-17 Thread olip
Hi everyone, I am having the problem that I need some information not for every page of one session (ASO) but instead between all sessions of a VM. In my example every user/session has the possibility to run an external program (in a seperate thread) which I would like to limit the parallel acces

Re: T5: Tabset and expired Sessions

2009-03-17 Thread olip
>> >> - Original Message - >> From: "raviz" >> To: users@tapestry.apache.org >> Sent: Wednesday, 11 March, 2009 13:04:48 GMT +02:00 Athens, Beirut, >> Bucharest, Istanbul >> Subject: Re: T5: Tabset and expired Sessions >> &

Re: T5: Tabset and expired Sessions

2009-03-11 Thread olip
> From: "raviz" > To: users@tapestry.apache.org > Sent: Wednesday, 11 March, 2009 13:04:48 GMT +02:00 Athens, Beirut, > Bucharest, Istanbul > Subject: Re: T5: Tabset and expired Sessions > > > Hello Olip, > > I am having same issues. I am not very sure

T5: Tabset and expired Sessions

2009-03-10 Thread olip
Hi everyone, Is there a way to deal with expired sessions when you click on a tab from the component Tabset and it has already expired? It throws me some Rendering phase errors because all of the server-side data is lost. I am using the new tabset class from chenillekit. I tried the tips from th

Re: How to refresh a component in a different html file

2008-12-19 Thread olip
Hey JoeMayo, I am currently having the same problem. I use the onEvent component and have a event handler for it. The eventhandler refreshes the page but my layout component (which surrounds the page...such in the tapestry tutorial for nonbelievers the layout.tml component) gets not refreshed eve

Re: [T5]t5component Chart interfere with TabSet problem

2008-10-24 Thread olip
the flotr library cant calculate the dimension of the chart > > i have change the flotr code a bit, so if element is hidden, the dimension > is getting from style tag if set. > please get the latest trunk from t5components > > 2008/10/23 olip <[EMAIL PROTECTED]> > >>

Re: [T5]t5component Chart interfere with TabSet problem

2008-10-22 Thread olip
have somebody had a look over it?? Thank you Oliver olip wrote: > > I have got problems with the t5component chart when using in conjunction > with the t5 component tabset. > > As an example I use the code from the t5components site and make a test > site > with three

t5component Chart interfere with TabSet problem

2008-10-17 Thread olip
I have got problems with the t5component chart when using in conjunction with the t5 component tabset. As an example I use the code from the t5components site and make a test site with three tabs. the middle tab should contain a chart (also from the examples on t5components) When running this co