How to stay on same page

2013-05-12 Thread nhhockeyplayer nashua
Hi Folks, I created a page called Query. http://powerplayhockey.noip.us:9011/pphl/query It offers two things to the user... a select component and a grid. My select has two options... TEAM or PLAYER. So I toggle my beanType to Team.class or Player.class and render a grid based on the colle

hover pop show image widget

2013-05-12 Thread nhhockeyplayer nashua
Hi Folks, Is there a hover show widget? Something like what netflix does when you hover over a movie, it produces a dialogue with image and details ? I would like to add something like this to my grid items when a user hovers over an id or a photo. Best regards and thanks... KEN

Tapestry Hibernate Session usage

2013-05-12 Thread Boris Horvat
Hi all, I have a question about what should be the best way to use hibernate session in tapestry. My environment consists of 2 layers (relevant to this). The first one would be a group of classes that represent an access point to a table. For example if I have a table student then I will have a

RE: Executing Javascript when page changes or a column is sorted in a Grid

2013-05-12 Thread Ben Titmarsh
Hi Thiago, I don't believe this will work because if I register to the click event, I rebind my javascript click listeners before the sort has changed to DOM. > To: users@tapestry.apache.org > Subject: Re: Executing Javascript when page changes or a column is sorted in > a Grid > Date: Sat, 11

Re: load all assets in folder

2013-05-12 Thread Jan Fryblik
 Oh, i thought there is some trick for that in Tapestry (as usually :)). So for completeness i'm sending my raw solution...   Thank you for advise.@Injectprivate Context context;@Injectprivate PersistentLocale persistentLocale;@Injectprivate AssetSource assetSource;File res

Re: Tapestry5 force eager load

2013-05-12 Thread Dmitry Gusev
It works exactly like that, though I used new configuration symbol for that. Its value is "false" by default, and I set it to "true" only in my ProductionModule.java On Sun, May 12, 2013 at 11:33 AM, Kalle Korhonen wrote: > Thanks Dmitry, that's an interesting solution. You could easily make it

Re: Tapestry5 force eager load

2013-05-12 Thread Kalle Korhonen
Thanks Dmitry, that's an interesting solution. You could easily make it eager load in production mode only that might be a fairly lucrative option for many. Kalle On Sun, May 12, 2013 at 12:29 AM, Dmitry Gusev wrote: > On Sat, May 11, 2013 at 1:20 PM, Dmitry Gusev >wrote: > > > This may work..

Re: Tapestry5 force eager load

2013-05-12 Thread Dmitry Gusev
On Sat, May 11, 2013 at 1:20 PM, Dmitry Gusev wrote: > This may work... but how would I know which services I need for that page? > I want as much as possible. > > I did some research and found that there's no such global option. > > I did some reflection hack to call eagerLoad() on service defini