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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo