Re: [T4.0.2] Conditions inside Foreach ends with Stale Session

2007-08-08 Thread Mahmut Izci
estry/ComponentReference/For.html Mahmut Izci wrote: Hi, It seems that conditions inside of Foreachs cause a "stale session": After submitting the form, this references always to the "Stale Session" page. Has anybody else experienced this

[T4.0.2] Conditions inside Foreach ends with Stale Session

2007-08-08 Thread Mahmut Izci
Hi, It seems that conditions inside of Foreachs cause a "stale session": After submitting the form, this references always to the "Stale Session" page. Has anybody else experienced this behaviour? Thanks Mahmut - To

Re: [T 4.1.2] overriding default exception page

2007-07-30 Thread Mahmut Izci
Hi, please use instead of Mahmut ccmail schrieb: Hi all, I've tried to override default Tapestry as described here (http://tapestry.apache.org/tapestry4.1/developmentguide/exceptionpages.html). Unfortunately after adding to my hivemodule.xml file I am getting an exception like this:

4.0.2 - Friendly URLs

2007-07-13 Thread Mahmut Izci
Hi all, friendly URLs are working well, as long as the page URLs are called directly. But how about activating a page after form submit? If I call "cycle.activate("NextPage"), it results in "http://localhost:8080/myapp/app"; and not "http://localhost:8080/myapp/NextPage.html";. Is there a way

Re: how to retrieve an Application State Object (ASO) with an application scope from the ServletContext ?

2007-01-04 Thread Mahmut Izci
Hi, how about using an InjectState annotation: @InjectState("MyApplicationObject") public abstract MyApplicationObject getMyApplicationObject(); Maybe this works. Regards Mahmut Tapestry User List schrieb: It doesn't work. Registry registry = (Registry)context.getAttribute("org.apache.

Re: EventListener annotation

2006-12-29 Thread Mahmut Izci
Ok, I got it working now. I didn't use the and components. Mahmut Mahmut Izci schrieb: Hi all, I'm just trying out the new EventListener annotation in tapestry 4.1.1 according to the explanation at "http://tapestry.apache.org/tapestry4.1/ajax/eventlistener.html";

EventListener annotation

2006-12-29 Thread Mahmut Izci
Hi all, I'm just trying out the new EventListener annotation in tapestry 4.1.1 according to the explanation at "http://tapestry.apache.org/tapestry4.1/ajax/eventlistener.html"; and I can't get it working. Do I have to make any additional configurations? The EventListener method is not called.

Re: How to move tapestry project to the web root

2006-12-29 Thread Mahmut Izci
Huang Gehua schrieb: Always our project is run under the path with a context path ,For example: http://someHost:8080/prjectName/app If i want use url like this [http://someHost:8080/app] to visit my app ,How to do? Tomcat always defines a default context named "ROOT" under webapps folder. Norm

Re: Tapestry making Java use 99% cpu?

2006-06-23 Thread Mahmut Izci
Alex Kartashev: This is clearly a garbage collection in action. Happened to me many times on Tomcat in development. You're running out of Perm space. Try increasing the perm size to its max (256M - I believe with XX:MaxPermZize=256m). It will still happen but less often (every 10 reloads?), it