RE: permgen error

2013-05-09 Thread nhhockeyplayer nashua
With my maven pom.xml settings setup like This... ${jetty-maven-plugin-version} ${mysql.groupId} ${mysql.artifactId} ${mysql.jConnect.JDBC.version}

RE: strange markup being injected

2013-05-09 Thread nhhockeyplayer nashua
Hi Thiago... sorry about half answers... just trying to do things concurrently. Ok here i s my web.xml really not doing anything else http://java.sun.com/dtd/web-app_2_3.dtd";> pphl tapestry.app-package org.tynamo.examples.pphl

RE: strange markup being injected

2013-05-09 Thread nhhockeyplayer nashua
Hi Thiago... sorry for delay...been coding all day. ok here is sendBroadcast... it just rifles out a broadcast to a mailing list using javamail I hid the port 3's for safety but it works beautiful just have to fix the rendering private void sendBroadcast() throws Exception {

RE: Submit form is very slow in IE

2013-05-09 Thread Haiming Zhang
Hi, Thank you. Although we should not concern about the "full time operator" 's feeling under this topic, I actually asked her for you. She is quite happy of the new feature as she does not need to go through and fill the 100 pages documents everyday manually (After that is the calculation of

RE: Submit form is very slow in IE

2013-05-09 Thread Haiming Zhang
Thanks. It seems I do not have any code level way to fix the problem. And you are right, this page works very slow in IE7, slow in IE8 and faster in IE9. Thank you for the information again. Regards. -Original Message- From: Thiago H de Paula Figueiredo [mailto:thiag...@gmail.com] Sen

RE: Submit form is very slow in IE

2013-05-09 Thread Haiming Zhang
thank you. I only have 7 onchange listeners and all these are Javascript actions. Except I only have the Submit button to submit all the changes. Regards, -Original Message- From: Lance Java [mailto:lance.j...@googlemail.com] Sent: Thursday, 9 May 2013 8:58 PM To: Tapestry users Subject

Re: strange markup being injected

2013-05-09 Thread Thiago H de Paula Figueiredo
On Thu, 09 May 2013 17:54:16 -0300, nhhockeyplayer nashua wrote: I had hoped that was it... but not... even though it made it into dozen or more of my templates... Tapestry does catch this kind of error because its templates must be valid XML and your template, before the correction, was

RE: strange markup being injected

2013-05-09 Thread nhhockeyplayer nashua
I had hoped that was it... but not... even though it made it into dozen or more of my templates... the problem still persists. half a comment.

RE: strange markup being injected

2013-05-09 Thread nhhockeyplayer nashua
yikes... MESSAGE --> notice the "-->" on the right hand side of my property override? i got a hunch... but testing it out now. that might be it sne

Re: strange markup being injected

2013-05-09 Thread Thiago H de Paula Figueiredo
On Thu, 09 May 2013 15:21:20 -0300, nhhockeyplayer nashua wrote: @Log @CommitAfter @OnEvent(EventConstants.SUCCESS) Link success() { try { sendBroadcast(); } catch (Exception ex) { System.out.println(ex); }

RE: strange markup being injected

2013-05-09 Thread nhhockeyplayer nashua
Basically... on SUBMIT all i want the BroadCastAdd.tml to do is fabricate and send the broadcast (which it does successfully). but I want it to go back to show the broadcast entity or the list of broadcasts using the grid. What I see on the screen is ... a jquery carousel showing all the images

RE: strange markup being injected

2013-05-09 Thread nhhockeyplayer nashua
I modeled a thing called BROADCAST. And my page for BROADCAST is as follows... BroadcastAdd.tml Here that is..,. http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://tapestry.apache.org/schema/tapestry_5_3.xsd"; xmlns:p="tapestry:parameter">

RE: strange markup being injected

2013-05-09 Thread nhhockeyplayer nashua
Thanks Thiago for the generous attention. just waking up... been coding all night and listening to david sereda on astrophysics. ' Ok here is the tml... This one is from the framework... SHOW.TML (i believe this is the guy geting injected somehow...this is reproducable everytime) http://www.w

Re: Submit form is very slow in IE

2013-05-09 Thread Lance Java
Why don't you ask your "full time operator" what he thinks of 2500 checkboxes on a single page? I bet he's got something to say about it :)

Re: How do you remove link Parameters generically?

2013-05-09 Thread Barry Books
I am using @ActivationRequestParameter and perhaps this is feature under some circumstances but currently it seems like a bug to me. In this case I have a menu item called 'All Prints' that goes to a page that might set ARP fields from a search. I'd like the menu link to always go to the page with

Re: Submit form is very slow in IE

2013-05-09 Thread Thiago H de Paula Figueiredo
On Thu, 09 May 2013 07:46:44 -0300, Haiming Zhang wrote: Thank you. Our aim is to support IE7-IE9. Do you have any code level suggestions? Or it's really not possible to speed up? Thanks again. Besides rewriting your page to not have this hge amount of fields, there's absolutely

Re: strange markup being injected

2013-05-09 Thread Thiago H de Paula Figueiredo
On Thu, 09 May 2013 02:08:09 -0300, nhhockeyplayer nashua wrote: Hi Guys, Hi! Sorry if I prompted any buzz... Here is the source code... That's quite weird. One template is inserted commented out and a little modified in the output of another. Is there anything else you're running?

RE: Submit form is very slow in IE

2013-05-09 Thread Lance Java
Surely a tabgroup or a select pull down could filter the fields based on a category or some other grouping? Failing that, I'd look at the javascript that is executing and the number of clientside objects being created. Do you attach hundreds of onchange listeners to hundreds of fields? Sometimes,

RE: Submit form is very slow in IE

2013-05-09 Thread Haiming Zhang
Thank you. Our aim is to support IE7-IE9. Do you have any code level suggestions? Or it's really not possible to speed up? Thanks again. -Original Message- From: Rural Hunter [mailto:ruralhun...@gmail.com] Sent: Thursday, 9 May 2013 7:13 PM To: users@tapestry.apache.org Subject: Re: Submi

Re: Submit form is very slow in IE

2013-05-09 Thread Rural Hunter
Try to upgrade your ie to latest versions. 于 2013/5/9 16:56, Haiming Zhang 写道: Hi, Thank you for your reply and suggestion. The suggestion is good but we need so many checkboxes and text fields, this page is after filtering. We have 10 more similar pages and we have a full time operator on th

RE: Submit form is very slow in IE

2013-05-09 Thread Haiming Zhang
Hi, Thank you for your reply and suggestion. The suggestion is good but we need so many checkboxes and text fields, this page is after filtering. We have 10 more similar pages and we have a full time operator on this. My question is how come this works fast in Chrome/Firefox but slow in IE (IE

Re: Submit form is very slow in IE

2013-05-09 Thread Lance Java
Here's a suggestion: Never create a page with 2500 checkboxes, 180 propertySelction components and 350 text fields!!! No human can possibly comprehend a form like that. You could add filters (ie a search box) and / or paging to the form to make it more usable.