RE: JavaScriptStack markup syntax ok

2015-01-08 Thread nhhockeyplayer nashua
I put this at the base of my home page if (typeof angular == 'undefined') alert('angular did not load properly'); and the alert box comes up for some reason angular is not being loaded when I public class CustomJavaScriptStack implements JavaScriptStack { public static final

JavaScriptStack markup syntax ok

2015-01-08 Thread nhhockeyplayer nashua
Hi Folks, I am trying to operate my own stack within tapestry. Below is the lower portion of my Home page Does it seem questionable to you? Angular doesnt seem to want to be running and I am wondering if this is a tap bug or I mis-used the JavaScript stack class erronaously. Thanks for any h

Re: this code doesnt scale... advise thanks

2015-01-08 Thread Thiago H de Paula Figueiredo
On Thu, 08 Jan 2015 17:15:56 -0200, nhhockeyplayer nashua wrote: Render queue error in SetupRender[psi/Home:gallery.itemsperpageselect]: Component psi/Home:gallery.itemsperpageselect must be enclosed by a Form component. All form field components must be surrounded by a Form, so this cha

RE: this code doesnt scale... advise thanks

2015-01-08 Thread nhhockeyplayer nashua
Upon trying to change the Form to Any I receive this Render queue error in SetupRender[psi/Home:gallery.itemsperpageselect]: Component psi/Home:gallery.itemsperpageselect must be enclosed by a Form co

Re: this code doesnt scale... advise thanks

2015-01-08 Thread Thiago H de Paula Figueiredo
On Thu, 08 Jan 2015 16:54:30 -0200, nhhockeyplayer nashua wrote: You commented on this in the past for me but I havent gotten it yet as to whether t-5 is capable of rendering images or not. Yes it is. :) If this Loop is inside a Form and don't have any fields inside

RE: this code doesnt scale... advise thanks

2015-01-08 Thread nhhockeyplayer nashua
it actually blows apart when a user attempts to change ITEMS_PER_PAGE select control It pages nicely but any attempts to alter the anatomy of the structure after its rendered result in untraceable crash if I remove the -Dorg.mortbay.jetty.Request.maxFormContentSize=-1 or set it to some high va

RE: this code doesnt scale... advise thanks

2015-01-08 Thread nhhockeyplayer nashua
feel free to take it for a ride http://psinh.ddns.net:9011/psi/home its running on a pavilion intel quad core with 8gigs dram i hope to increase performance somehow.

RE: this code doesnt scale... advise thanks

2015-01-08 Thread nhhockeyplayer nashua
Thank you Howard I really appreciate the help. You commented on this in the past for me but I havent gotten it yet as to whether t-5 is capable of rendering images or not. I can render an ID or a link easily. If I resort to rendering an ID... how does the image make it into the form ? It hasnt

RE: this code doesnt scale... advise thanks

2015-01-08 Thread nhhockeyplayer nashua
this is whats landing in my form just for telling a page link to render an tag need I paste more ? Any tips on how to work around this are highly appreciated

Re: this code doesnt scale... advise thanks

2015-01-08 Thread Howard Lewis Ship
This is usually because of how a Loop inside the Form (and around your snippet) is configured. You are probably forcing the currentObject itself to be serialized, and if that has references to other serializable objects, it can get large. Generally, you should just be serializing an object's id. Se

this code doesnt scale... advise thanks

2015-01-08 Thread nhhockeyplayer nashua
Hi Folks, This blip of code doesnt scale. I was hoping for someone to offer a solution. Its a gallery widget in T5.4...no js It gathers all relevent images from hibernate/mysql and renders them < 50 images and these can get bulky large ones I sized down with width height. My code wont scale t

[5.4-beta-22] AjaxFormLoop, Zone, DateField issue

2015-01-08 Thread Diego Socaceti
Hi @all, i try to use an AjaxFormLoop to implement a dynamic filter component. U can interactively add or remove new single filter to a filter form. Every single filter row has a select to specify the column. This select replace the input field for the filter expression depending on the column ty