Re: tapestry-bootstrap: Zone is rendered differently on "show"

2015-01-27 Thread Barry Books
I suspect it's tapestry-bootstrap. There is a visitor that changes the html from the Tapestry format to Bootstrap. In the case of forms I believe it wraps each input in a div. My guess is this does not happen on a zone. I suspect you can work around this by added the correct markup inside

tapestry-bootstrap: Zone is rendered differently on "show"

2015-01-26 Thread Stephan Windmüller
Hello, I am using tapestry-bootstrap with a BeanEditForm. For a select field which should only be displayed after a special event, I added this code: Value As defined in the zone, it should not be visible

Re: tapestry-bootstrap question

2013-12-07 Thread Barry Books
> On Fri, 06 Dec 2013 16:28:51 -0200, Nicolas Barrera > wrote: > > I 'm using 5.3 >> > > Check the documentation at https://github.com/trsvax/tapestry-bootstrap. > As far as I could see, fwtype is a parameter of the FW mixin, which is > applied to all compo

Re: tapestry-bootstrap question

2013-12-06 Thread Thiago H de Paula Figueiredo
On Fri, 06 Dec 2013 16:28:51 -0200, Nicolas Barrera wrote: I 'm using 5.3 Check the documentation at https://github.com/trsvax/tapestry-bootstrap. As far as I could see, fwtype is a parameter of the FW mixin, which is applied to all components automatically by Tapestry-Boot

Re: tapestry-bootstrap question

2013-12-06 Thread Nicolas Barrera
; > > > Just wandering why should I use the fwtype parameter as in the jumpstart > > bootstrap example ( > > > http://jumpstart.doublenegative.com.au/jumpstart/examples/styling/bootstrap/1 > > ) > > > > > href="#">Refresh > > > >

Re: tapestry-bootstrap question

2013-12-06 Thread Eugen
umpstart.doublenegative.com.au/jumpstart/examples/styling/bootstrap/1 > ) > > href="#">Refresh > > > I 've been using the tapestry-bootstrap library and using the class > parameter instead and obtained same results > > > href="#">Refresh &g

tapestry-bootstrap question

2013-12-05 Thread Nicolas Barrera
Hi, Just wandering why should I use the fwtype parameter as in the jumpstart bootstrap example ( http://jumpstart.doublenegative.com.au/jumpstart/examples/styling/bootstrap/1 ) Refresh I 've been using the tapestry-bootstrap library and using the class parameter instead and obtained

Re: tapestry-bootstrap repository issue

2013-07-03 Thread Kalle Korhonen
On Wed, Jul 3, 2013 at 8:54 AM, Chris Cureau wrote: > Apparently, the issue goes away if I manually add tapestry5-jquery before > attempting to add tapestry-bootstrap. Maybe the whole issue is that > tapestry5-jquery isn't in the main Maven repo and its doing its best to >

Re: tapestry-bootstrap repository issue

2013-07-03 Thread Chris Cureau
Kalle, Thanks for letting me know. I knew that they weren't Apache projects...and I already know which version of Tapestry I want to use. Apparently, the issue goes away if I manually add tapestry5-jquery before attempting to add tapestry-bootstrap. Maybe the whole issue is that tape

Re: tapestry-bootstrap repository issue

2013-07-03 Thread Kalle Korhonen
The repo for tapestry5-jquery is http://nexus.devlab722.net/nexus/content/repositories/releases, it says so right there on the front page of https://github.com/got5/tapestry5-jquery. Now, neither tapestry-bootstrap (this one right? https://github.com/trsvax/tapestry-bootstrap) nor tapestry5-jquery

tapestry-bootstrap repository issue

2013-07-03 Thread Chris Cureau
I got a strange error from Eclipse this morning when trying to add tapestry-bootstrap to my pom... ArtifactDescriptorException: Failed to read artifact descriptor for org.got5:tapestry5-jquery:jar:3.2.1: ArtifactResolutionException: Failure to transfer org.got5:tapestry5-jquery:pom:3.2.1 from

Re: Tapestry Bootstrap Module for 5.4 Preview

2013-06-07 Thread Barry Books
switching to JQuery and Bootstrap and it's true! However for me at least > > that does not mean an end to the Tapestry-Bootstrap module. In fact I > think > > I can make it better because I can now throw away the thousands of lines > > that converted the old Tapestry HTM

Re: Tapestry Bootstrap Module for 5.4 Preview

2013-06-07 Thread Dmitry Gusev
mean an end to the Tapestry-Bootstrap module. In fact I think > I can make it better because I can now throw away the thousands of lines > that converted the old Tapestry HTML to something that could be formatted > Bootstrap and focus on features. > > The goal of the old modul

Tapestry Bootstrap Module for 5.4 Preview

2013-06-07 Thread Barry Books
I finally got around to trying out Tapestry 5.4 Alpha. I'd heard 5.4 was switching to JQuery and Bootstrap and it's true! However for me at least that does not mean an end to the Tapestry-Bootstrap module. In fact I think I can make it better because I can now throw away the thousand

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-13 Thread George Ludwig
@Ken: Thanks for the in-depth example! I actually have my own Artifactory repository running...if something is not available from a public repository, I manually upload it there and everything works out. @Thiago: Thanks for the reassurance! In any event, I've now got this totally resolved. For th

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-13 Thread Thiago H de Paula Figueiredo
On Sat, 09 Feb 2013 02:08:17 -0200, George Ludwig wrote: @Lenny: so running my app with the bootstrap stuff in it, the first thing I notice is that none of my onProgressiveDisplay events are getting triggered, and I have no idea if this is related to the yuicompressor, or if it's something

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-10 Thread Ken in Nashua
I maintain my own folder of dependencies and fabricate them into my own repository by invoking a batch script. kinda like this.. look at the mail...tools...hibernate... ones it dsont hurt pre-populating your local repo to get thru builds that fail for example... if I need the oracle jars...

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread George Ludwig
t;> ...yahoo.platform.yuicompressor-2.4.7 in the classpath..I can only > >> wonder > >>>>> how this is possible. > >>>>> > >>>>> > >>>>> > >>>>> On Fri, Feb 8, 2013 at 7:01 PM, Lenny Primak > &

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread Lenny Primak
gt;> This is really a maven question. >>>>>> Just put an exclusion in your bootstrap dependency and then >>>>>> add your own tapestry dependency. >>>>>> This way you control what versions you get. >>>>>> >>>>&g

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread George Ludwig
r own tapestry dependency. > >>>> This way you control what versions you get. > >>>> > >>>> On Feb 8, 2013, at 9:12 PM, George Ludwig wrote: > >>>> > >>>>> I've been running in circles trying to make Eclipse and

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread Lenny Primak
you get. >>>> >>>> On Feb 8, 2013, at 9:12 PM, George Ludwig wrote: >>>> >>>>> I've been running in circles trying to make Eclipse and Maven happy >> with >>>>> the dependencies, but I've had no luck. >>>>>

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread George Ludwig
rol what versions you get. > >> > >> On Feb 8, 2013, at 9:12 PM, George Ludwig wrote: > >> > >>> I've been running in circles trying to make Eclipse and Maven happy > with > >>> the dependencies, but I've had no luck. > >>> >

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread Lenny Primak
ns you get. >> >> On Feb 8, 2013, at 9:12 PM, George Ludwig wrote: >> >>> I've been running in circles trying to make Eclipse and Maven happy with >>> the dependencies, but I've had no luck. >>> >>> My final play was to downl

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread George Ludwig
;ve had no luck. > > > > My final play was to download Jumpstart 6.6.5 and run the build, then > > upload tapestry5-jquery-3.3.4.jar and tapestry-bootstrap-2.1.3.jar to my > > artifact repository. > > > > I then ad those to my pom.xml, but when I run mvn:eclipse, it s

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread Lenny Primak
ppy with > the dependencies, but I've had no luck. > > My final play was to download Jumpstart 6.6.5 and run the build, then > upload tapestry5-jquery-3.3.4.jar and tapestry-bootstrap-2.1.3.jar to my > artifact repository. > > I then ad those to my pom.xml, but when I run

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread Chris Cureau
Tapestry-bootstrap needs tapestry 5.3.4. I just cloned the tapestry-bootstrap git repository and changed the dependency to 5.3.6. If there's a better way, please let me know! On Feb 8, 2013 8:12 PM, "George Ludwig" wrote: > I've been running in circles trying to make

Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread George Ludwig
I've been running in circles trying to make Eclipse and Maven happy with the dependencies, but I've had no luck. My final play was to download Jumpstart 6.6.5 and run the build, then upload tapestry5-jquery-3.3.4.jar and tapestry-bootstrap-2.1.3.jar to my artifact repository. I then a

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-12-19 Thread trsvax
rings in got5-jquery. With 5.4 this may not be needed. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Announce-Tapestry-Bootstrap-2-0-early-Alpha-tp5718845p5718849.html Sent from the Tapestry - User mailing list archive at Nabbl

[Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-12-19 Thread Matías Blasi
Hi all! Is this great tapestry-bootstrap module ready for 5.4? Or is it a full-stack replacement for 5.3 like got5-jquery is for jquery? Regards! Matias.

Re: Tapestry Bootstrap : Autocomplete dropdown style

2012-09-05 Thread trsvax
start. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Bootstrap-Autocomplete-dropdown-style-tp5716016p5716062.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To

Re: Tapestry-Bootstrap : Using the component

2012-09-04 Thread indiancomet
I would agree with you. I am thinking of creating another component now ... maybe ButtonGroupSelect that will let me achieve the look and feel of a ButtonGroup for a select -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Bootstrap-Using-the-t-select-component

Re: Tapestry Bootstrap : Autocomplete dropdown style

2012-09-04 Thread indiancomet
Sure. I did fork the repo yesterday. Would you care to point me to which files i should be focussing on. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Bootstrap-Autocomplete-dropdown-style-tp5716016p5716052.html Sent from the Tapestry - User mailing list

Re: Tapestry-Bootstrap : Using the component

2012-09-03 Thread trsvax
rom a database just using the Loop Component. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Bootstrap-Using-the-t-select-component-tp5715967p5716022.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: Tapestry Bootstrap : Autocomplete dropdown style

2012-09-03 Thread trsvax
I just have not gotten to that component yet. I'd gladly take a look at a pull request. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Bootstrap-Autocomplete-dropdown-style-tp5716016p5716021.html Sent from the Tapestry - User mailing list archive at Nabbl

Tapestry Bootstrap : Autocomplete dropdown style

2012-09-03 Thread indiancomet
The style for jquery/Autocomplete is does not appear as that of a Bootstrap autocomplete. I can see that it is inheriting the style from jQuery (Tapestry-jQuery). [It is a shade of yellow rather being a shade of blue] I was hoping the Tapestry-Bootstrap should override that style rather than me

Re: Tapestry-Bootstrap : Using the component

2012-09-03 Thread indiancomet
.nabble.com/Tapestry-Bootstrap-Using-the-t-select-component-tp5715967p5716015.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: Tapestry-Bootstrap : Using the component

2012-09-03 Thread trsvax
-- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Bootstrap-Using-the-t-select-component-tp5715967p5716007.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To

Re: Tapestry-Bootstrap : Using the component

2012-09-03 Thread Jay Ginete
.n5.nabble.com/Tapestry-Bootstrap-Using-the-t-select-component-tp5715967p5715998.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: Tapestry-Bootstrap : Using the component

2012-09-03 Thread indiancomet
Ok. My bad. There is a direct correlation with the select component. I am tryping to make it appear like http://twitter.github.com/bootstrap/components.html#buttonDropdowns. Is that possible? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Bootstrap-Using-the-t

Tapestry-Bootstrap : Using the component

2012-09-03 Thread indiancomet
I using Tapestry-Bootstrap and am struggling to get the Tapestry component to appear as Twitter-Bootstrap dropDown. I am sure it something simple which i am missing here. Would someone care to point me in right direction. -- View this message in context: http://tapestry.1045711.n5.nabble.com

Re: Tapestry-Bootstrap : Using the component

2012-09-03 Thread indiancomet
control with any other control in Bootstrap. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Bootstrap-Using-the-t-select-component-tp5715967p5715993.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Tapestry-Bootstrap : Using the component

2012-09-02 Thread trsvax
I don't think the select component requires any special markup for Bootstrap. Do other form elements look like the Bootstrap ones? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Bootstrap-Using-the-t-select-component-tp5715967p5715986.html Sent fro

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-07-09 Thread trsvax
I'll take a look. I've been working on iPhone apps for the past few weeks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Announce-Tapestry-Bootstrap-2-0-early-Alpha-tp5462931p5714379.html Sent from the Tapestry - User mailing list archive at

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-07-09 Thread Lenny Primak
;> websites that did not look like they were designed by a programmer. At >>>> the time Bootstrap was 1.x and I developed some components that used >>>> it. When the Bootstrap developers created a 2.x branch they started >>>> over. Of course the 2.0 version

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-07-09 Thread Alex Kotchnev
totypes and simple > > > websites that did not look like they were designed by a programmer. At > > > the time Bootstrap was 1.x and I developed some components that used > > > it. When the Bootstrap developers created a 2.x branch they started > > > over. Of course the

tapestry bootstrap

2012-06-18 Thread liquid_sun
L for classpath resource com/trsvax/bootstrap/assets/bootstrap/js/bootstrap.js: The resource path was not within an aliased path.* What could be? Any help is really appreciated. Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-bootstrap-tp5713946.html Sent

Re: tapestry bootstrap

2012-06-17 Thread liquid_sun
I pulled down as a dependency via maven and build it again, the exception disappeared but now the CSS is missing. The site is displayed without css. I found really frustrating using maven ... -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-bootstrap

Re: tapestry bootstrap

2012-06-17 Thread liquid_sun
://tapestry.1045711.n5.nabble.com/tapestry-bootstrap-tp5713946p5713953.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e

Re: tapestry bootstrap

2012-06-17 Thread trsvax
My guess would be the bootstrap.jar file did not get into the war file somehow. Look in the log file and see if any of the bootstrap components are listed. -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-bootstrap-tp5713946p5713952.html Sent from the Tapestry

Re: Tapestry-Bootstrap Beta

2012-06-06 Thread Serge Eby
Great job! I ran it a few minor issues and log tickets in GitHub. /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/Tapestry-Bootstrap-Beta-tp7577604p7579924.html Sent from the Tapestry Users mailing list archive at Nabble.com

Tapestry-Bootstrap Beta

2012-05-26 Thread trsvax
After a few comments, fixes and pull requests the tapestry-bootstrap module is ready for beta. The maven repo is now on github: com.trsvax.bootstrap tapestry-bootstrap 2.0-SNAPSHOT trsvax-repo GitHub

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

2012-03-25 Thread trsvax
be able to fix that by including the Bootstrap CSS before the Tapestry one. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Got5-Jquery-compatibility-with-Grid-and-BeanEditForm-Tapestry-Bootstrap-tp5584806p5593813.html Sent from the Tapestry - User mailing list archive at

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

2012-03-25 Thread Lenny Primak
ling argument to > get me to head down that path. I think 4 is currently possible but you'd > really have to really know what you were doing. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Got5-Jquery-compatibility-with-Grid-and-BeanEditFo

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

2012-03-25 Thread trsvax
27;t see much value in 3 and it would take a compelling argument to get me to head down that path. I think 4 is currently possible but you'd really have to really know what you were doing. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Got5-Jquery-compatibility-with-Gri

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

2012-03-24 Thread Lenny Primak
if you include bootstrap it will for example modify all your Grid > components. I think what you are saying is you would like control over what > Grids are modified? It that correct? > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Got5-Jquery-compat

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
ts. I think what you are saying is you would like control over what Grids are modified? It that correct? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Got5-Jquery-compatibility-with-Grid-and-BeanEditForm-Tapestry-Bootstrap-tp5584806p5591666.html Sent from the Tapestry -

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

2012-03-23 Thread Lenny Primak
esentation framework and only have to > change the Layout.tml really shows the flexibility of Tapestry. > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Got5-Jquery-compatibility-with-Grid-and-BeanEditForm-Tapestry-Bootstrap-tp5584806p5587937.htm

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

2012-03-23 Thread Barry Books
port only what it really uses. > Currently I have all the JS included separately by the mixin but now Twitter allows you to download a bundle configured the way you want it and I think I'm going to switch to that method. The javascript file is only 21K, CSS 90K so I think it's easier to just go

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

2012-03-22 Thread Thiago H. de Paula Figueiredo
ach one of them will be able to @Import the needed CSS and JS files, so you can have all them inside the JAR but each page import only what it really uses. Gosh, I really wish I had the time to try Tapestry-Bootstrap. :( Maybe next week. :) -- Thiago H. de Paula Figueiredo Independent

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

2012-03-22 Thread Lenny Primak
esentation framework and only have to > change the Layout.tml really shows the flexibility of Tapestry. > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Got5-Jquery-compatibility-with-Grid-and-BeanEditForm-Tapestry-Bootstrap-tp5584806p5587937.htm

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

2012-03-22 Thread trsvax
x27;ve had issues (I'm looking at you @SupportsInformalParameters) the fact that you can replace the entire presentation framework and only have to change the Layout.tml really shows the flexibility of Tapestry. -- View this message in context: http://tapestry.1045711.n5.nabble.com/G

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

2012-03-22 Thread Lenny Primak
could add the dependency on jQuery. > > Currently I use got5-jQuery in all my new projects but if there is > sufficient interest I don't mind splitting the module into two. So if you > are interested (or not) go to GitHub and comment > > https://github.com/trsvax/tapestry-b

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

2012-03-22 Thread trsvax
to two. So if you are interested (or not) go to GitHub and comment https://github.com/trsvax/tapestry-bootstrap/issues/10 The current status of the Bootstrap module is i think I have the basics worked out and I'm about to start writing test cases and flush things out. So if I'm going to

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

2012-03-22 Thread WINDEY Pieter AWL-IT
have no idea, never use it. -Original Message- From: Lenny Primak [mailto:lpri...@hope.nyc.ny.us] Sent: Thursday 22 March 2012 06:36 To: Tapestry users Subject: Got5-Jquery compatibility with Grid and BeanEditForm / Tapestry-Bootstrap I am trying to use Tapestry-Bootstrap module, and it

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

2012-03-21 Thread Lenny Primak
I am trying to use Tapestry-Bootstrap module, and it requires JQuery, which I am new to. So, I tried to use got5-jquery, and using SUPPRESS_PROTOTYPE(true) and JQUERY_ALIAS($j) like it says in the docs. Some of my current screens work exactly the way they should, but those contain BeanEditForms

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-02-09 Thread David Woods
d > > over. Of course the 2.0 version is better but not backward compatible. > > That branch was released a few days ago. I wanted to release about the > > same time hence the early alpha designation. > > > > So what is/was Tapestry-Bootstrap? > > > > The o

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-02-08 Thread Chris Mylonas
t; That branch was released a few days ago. I wanted to release about the > same time hence the early alpha designation. > > So what is/was Tapestry-Bootstrap? > > The original idea was to create a set of components that could be used > along with the Twitter Bootstrap frame

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-02-08 Thread Barry Books
kward compatible. That branch was released a few days ago. I wanted to release about the same time hence the early alpha designation. So what is/was Tapestry-Bootstrap? The original idea was to create a set of components that could be used along with the Twitter Bootstrap framework. The 2.0 versi

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-02-08 Thread Chris Mylonas
ote: > Thanks Steve, > > It was tough throwing out the old version and starting over but I think this > way is much better. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Announce-Tapestry-Bootstrap-2-0-early-Alpha-tp5462931p5466207.html > Sen

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-02-08 Thread trsvax
Thanks Steve, It was tough throwing out the old version and starting over but I think this way is much better. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Announce-Tapestry-Bootstrap-2-0-early-Alpha-tp5462931p5466207.html Sent from the Tapestry - User mailing list

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-02-07 Thread Steve Eynon
teve Eynon --- "If at first you don't succeed,    so much for skydiving!" On 7 February 2012 20:24, Ulrich Stärk wrote: > A short introduction about what Tapestry Bootstrap is about would have been > nice for those that > don't know Bootstrap ;) > > U

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-02-07 Thread Ulrich Stärk
A short introduction about what Tapestry Bootstrap is about would have been nice for those that don't know Bootstrap ;) Uli On 07.02.2012 13:04, Barry Books wrote: > I've committed version 2.0 of Tapestry Bootstrap to Github. > > https://github.com/trsvax/tapestry-bootstr

[Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-02-07 Thread Barry Books
I've committed version 2.0 of Tapestry Bootstrap to Github. https://github.com/trsvax/tapestry-bootstrap This version supports Twitter Bootstrap version 2.0 http://twitter.github.com/bootstrap/index.html This is a complete rewrite of the first version and is very early Alpha.The first ve

Re: [ANN] Tapestry Bootstrap Module

2011-11-01 Thread Donyee
Great Idea! 2011/10/30 Barry Books > I'm working on a couple of projects that will use Twitter Bootstrap > http://twitter.github.com/bootstrap/ templates so I decided to create > a Tapestry Module for this. The project is on GitHub > https://github.com/trsvax/tapestry-bootst

[ANN] Tapestry Bootstrap Module

2011-10-30 Thread Barry Books
I'm working on a couple of projects that will use Twitter Bootstrap http://twitter.github.com/bootstrap/ templates so I decided to create a Tapestry Module for this. The project is on GitHub https://github.com/trsvax/tapestry-bootstrap and I've been working on it about a week. It contain