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: 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

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

2012-03-24 Thread Lenny Primak
Short answer: yes. Longer answer: I have an existing web site. I don't want to change anything about it when including the bootstrap module on the class path. Right now the act of just including the module on the class path breaks the web site. I do want to write new pages and select whethe

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

2012-03-24 Thread Thiago H. de Paula Figueiredo
On Sat, 24 Mar 2012 10:09:16 -0300, trsvax wrote: Help me understand what you are saying. I understand most modules do not change the look of your site but to me if you include the bootstrap module it's because you want to change the look for your site. Agreed. Currently if you include boo

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

2012-03-24 Thread trsvax
Help me understand what you are saying. I understand most modules do not change the look of your site but to me if you include the bootstrap module it's because you want to change the look for your site. Currently if you include bootstrap it will for example modify all your Grid components. I thin

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

2012-03-23 Thread Lenny Primak
Forget about removing Got5-JQuery. If it isn't the problem let's table that issue. I will wind up using it anyway. About the CSS issues: In any CSS/JS library modules for T5, i.e. Got5-JQuery, T5Conduit for LessCSS/CoffeeScript, etc. the actual CSS or JS is included in the library. If you add

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

2012-03-23 Thread Barry Books
On Thu, Mar 22, 2012 at 9:42 PM, Thiago H. de Paula Figueiredo wrote: > On Thu, 22 Mar 2012 19:03:16 -0300, trsvax wrote: >> >> different template. All three have drawbacks but at least modifying the >> DOM does not require understanding how the component works. > > > I think that's the way to go

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

2012-03-22 Thread Thiago H. de Paula Figueiredo
On Thu, 22 Mar 2012 19:03:16 -0300, trsvax wrote: different template. All three have drawbacks but at least modifying the DOM does not require understanding how the component works. I think that's the way to go too. By the way, have you thought of doing part of the implementation as mixins,

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

2012-03-22 Thread Lenny Primak
Forget about removing Got5-JQuery. If it isn't the problem let's table that issue. I will wind up using it anyway. About the CSS issues: In any CSS/JS library modules for T5, i.e. Got5-JQuery, T5Conduit for LessCSS/CoffeeScript, etc. the actual CSS or JS is included in the library. If you add

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

2012-03-22 Thread trsvax
I guess it depends on what you mean by work. I'd like to be able to use existing components like grid and have them display like a Bootstrap table instead of Tapestry table. In my first attempt I wrote bsGrid, bsBeanEdit etc but after a few of them it seemed like the wrong direction. In the second

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

2012-03-22 Thread Lenny Primak
Barry, thanks for sending me in the right direction! Any chance of having it all work out-of-tbe-box without having to download bootstrap myself and modifying my layout component? I don't think the module should modify (break) the Tapestry components by default. Thanks a lot! On Mar 22, 2012, a

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

2012-03-22 Thread trsvax
The bootstrap module changes the output of Grid and BeanEditForm so it's probably it instead of a problem with got5-jquery. The Grid component should switch to the Bootstrap pagination control and it does change the sorting buttons. The Tapestry table headings look very out of place in the Bootstr

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

2012-03-22 Thread WINDEY Pieter AWL-IT
I think suprression of prototype is done by default and no need for the alias. Grid should normally work (see http://tapestry5-jquery.com/core/docsgrid) although I prefer to use the datatables (http://tapestry5-jquery.com/components/docsdatatables) but styles better ;) About the beaneditor I ha