Re: third-party grid

2012-03-25 Thread csckid
How do I use it? I am pretty novice -- View this message in context: http://tapestry.1045711.n5.nabble.com/third-party-grid-tp5592196p5594350.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscrib

Re: Change default session timeout interval

2012-03-25 Thread harry
Thank you, lprimak and RuralHunter. I am so dumb. I was so fixated with setMaxInactiveInterval() that I completely forgot about web.xml. Anyhow, I solved the problem by adding 10 to web.xml. Because I am using Jetty, this configuration overwrites the default of 30 set by webdefault

Re: Change default session timeout interval

2012-03-25 Thread Rural Hunter
why don't you just set it in web.xml? I don't think tapestry will violate it. 于 2012/3/26 9:51, harry 写道: Dear Tapestry community, I am wondering what's the best practice to change default session timeout interval. Specifically, I'd like to shorten it. The older discussions in the mailing li

Re: Change default session timeout interval

2012-03-25 Thread Lenny Primak
The session timeout is strictly a function of a servlet container you are using. Most of them listen to web.xml session-timeout property in session-config section. Look up web.xml syntax on the web. This has nothing to do with tapestry. On Mar 25, 2012, at 8:51 PM, harry wrote: > Dear Tap

Change default session timeout interval

2012-03-25 Thread harry
Dear Tapestry community, I am wondering what's the best practice to change default session timeout interval. Specifically, I'd like to shorten it. The older discussions in the mailing list seem to be either out-dated or not on point. I have been using the ApplicationStateManager (with the defau

Re: Got5-Jquery compatibility with Grid and BeanEditForm / Tapestry-Bootstrap

2012-03-25 Thread trsvax
I may have been a bit premature with my grim assessment of combining Tapestry and Bootstrap CSS. i tried grid first and ran into problems so i assumed there would be problems will everything. After looking into things a bit more it may be the only thing that does not work is grid and I think I may

Re: Got5-Jquery compatibility with Grid and BeanEditForm / Tapestry-Bootstrap

2012-03-25 Thread Lenny Primak
My vote is #2 On Mar 25, 2012, at 6:55 AM, trsvax wrote: > I experimented with the Grid component and as I suspected it's a problem if > you include both the Tapestry and Bootstrap CSS on the same page. While the > Tapestry side does have t- in the class names the Bootstrap does not. The > rea

Re: Tapestry5 services cookies not get writes in samsung galaxy nexus s

2012-03-25 Thread Bob Harner
On Sat, Mar 24, 2012 at 1:32 AM, karthi wrote: > Hi, > >   I am developing an application using tapestry (my first app), in that am > using cookies like below > > public class Portfolio { > >        @org.apache.tapestry5.ioc.annotations.Inject >        private Cookies cookies; > >        cookies.w

Re: third-party grid

2012-03-25 Thread Emmanuel DEMEY
First, if you want tp use the jqGrid, you should have a look to our tapestry5-jquery-jqgrid contribution : https://github.com/got5/tapestry5-jquery-jqgrid 2012/3/24 csckid > I liked the grid in http://trirand.com/blog/jqgrid/jqgrid.html > so to use this grid everywhere on the page, what changes

Re: Got5-Jquery compatibility with Grid and BeanEditForm / Tapestry-Bootstrap

2012-03-25 Thread trsvax
I experimented with the Grid component and as I suspected it's a problem if you include both the Tapestry and Bootstrap CSS on the same page. While the Tapestry side does have t- in the class names the Bootstrap does not. The real problem is the Bootstrap CSS works on the table elements not by a cl