Submit form is very slow in IE

2013-05-08 Thread Haiming Zhang
Hi All, Unfortunately I am still using tapestry 4. I have an issue in my new developed page. In this page I have 2500 checkboxes, 180 propertySelction components and 350 text fields. The main purpose of this page is to collect information by configure these checkboxes and text fields. When I l

Re: strange markup being injected

2013-05-08 Thread Thiago H de Paula Figueiredo
On Wed, 08 May 2013 20:51:27 -0300, nhhockeyplayer nashua wrote: Hi Folks, Hi! On EDIT page... I have a problem... the whole page markup becomes corrupted. Please get the source code of the page from the browser (usually Control-U) and post it here as a whole. web.xml please too, as

Re: How do you remove link Parameters generically?

2013-05-08 Thread Howard Lewis Ship
I suspect you are using @ActivationRequestParameter annotatations and that is the source of your "sticky" query parameters. It may be a bug that you explicitly supply an empt parameters map to the PageLink and it still adds the ARP in, but that is likely a feature. To accomplish what you want, yo

Re: strange markup being injected

2013-05-08 Thread Howard Lewis Ship
There's a lot going on there far from vanilla Tapestry 5. I'd start looking to see if something else in the mix is involved, such as odd client-side code. I'd also use the developer tools to verify what is coming over the wire, and when. On Wed, May 8, 2013 at 4:51 PM, nhhockeyplayer nashua < nh

RE: permgen error

2013-05-08 Thread nhhockeyplayer nashua
Thanks guys for the helpful feedback. I am not sure if my latest corrupted markup bug could be a biproduct of this memory mauling. yes I am in development mode on a live deployment under tomcat and mysql jetty jdbc it happened on the live server... so I was cussin a few over it Here is a blip

strange markup being injected

2013-05-08 Thread nhhockeyplayer nashua
Hi Folks, Sorry to present this... but I was hoping maybe anyone else has seen something like this. I am operating a fairly stealthy crud framework. Fairly stable. I am sensitive to the markup being spit out. On EDIT page... I have a problem... the whole page markup becomes corrupted. Somethi

Re: permgen error

2013-05-08 Thread Bob Harner
If you're running in development mode and have made a lot of iterative changes to page/component/mixin/service classes since the last restart (a lot being dozens or hundreds, depending on your MaxPermSize setting), this can be considered normal. Tapestry's live class reloading does chew up permgen

Re: permgen error

2013-05-08 Thread Boris Horvat
It means that you dont have enough memory for the application try running the application with something like -XX:MaxPermSize=128M On Wed, May 8, 2013 at 7:18 PM, nhhockeyplayer nashua < nhhockeypla...@hotmail.com> wrote: > Folks, > > has anyone seen this? ANy ideas how to remedy ? > > HTTP Sta

permgen error

2013-05-08 Thread nhhockeyplayer nashua
Folks, has anyone seen this? ANy ideas how to remedy ? HTTP Status 500 - type Exception reportmessage description The server encountered an internal error () that prevented it from fulfilling this request.exception org.apache.shiro.subject.ExecutionException: java.lang.OutOfMemoryError: PermGe

How do you remove link Parameters generically?

2013-05-08 Thread Barry Books
I've got a menu item generated from a database with a pagelink like this ${drop.label} I've added a search function to one of the linked pages that adds parameters to the URL with Page I'd like to make the menu item clear the search so I tried this: ${drop.label} but it does not work. It

Re: Dynamically add fields to form

2013-05-08 Thread Nathan Quirynen
On 07/05/13 16:07, Lance Java wrote: Perhaps, as George mentioned, this is better handled by a single form with two submit buttons. You can use the onSelectedFromX() event to flag which submit button was pressed. Hey, I fixed my problem using an AjaxFo

Re: dependencies of tapestry5

2013-05-08 Thread Taha Hafeez Siddiqi
For gradle you can use ./gradlew dependencies or gradle depedencies On 08-May-2013, at 12:06 PM, Stefan Baur wrote: > Once you have your maven project set up, run this: > > mvn dependency:tree > > or > > mvn dependency:tree > tree.txt (to output the content into a file) > > This will sho