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
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
> 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
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
; >
> > 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
> >
> >
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
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
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
>
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
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
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
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
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
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
@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
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
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...
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 >
&
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
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
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.
>>>>>
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.
> >>>
>
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
;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
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
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
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
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
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.
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
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
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
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
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
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
.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
--
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
.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
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
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
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
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
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
;> 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
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
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
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
://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
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
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
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
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
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
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
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
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
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 -
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
76 matches
Mail list logo