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