1 other thing, you will have to Import the bootstrap.js into your ui class
to get it all working.

@Import(library = {"context:bootstrap/js/bootstrap.js"})
public class Index {


On Mon, May 26, 2014 at 4:59 PM, Jon Williams
<williams.jonat...@gmail.com>wrote:

> it's easy to custom setup Tapestry 5.4 to the latest bootstrap version,
> with all the widgets.
>
> make the contribution to the environment like so:
>
> configuration.add(SymbolConstants.BOOTSTRAP_ROOT, "context:bootstrap");
>
> then, make a bootstrap distro directory in your webapp context. then put a
> a full bootstrap distro in it.
>
> Walla, you are running "whatever" version of bootstrap with any of the the
> widgets.
>
>
> On Mon, May 26, 2014 at 4:01 PM, Thiago H de Paula Figueiredo <
> thiag...@gmail.com> wrote:
>
>> On Mon, 26 May 2014 16:46:27 -0300, Ilya Obshadko <
>> ilya.obsha...@gmail.com> wrote:
>>
>>  I did. Still got the same error.
>>>
>>
>> Tapestry doesn't include the full Bootstrap set of .js files, so you'll
>> need to import yourself. The Tapestry out-of-the-box Bootstrap offerings
>> right now are focused on the CSS side, not on the widget one.
>>
>> There's https://github.com/trsvax/tapestry-bootstrap, but it wasn't
>> upgraded to 5.4 yet.
>>
>> --
>> Thiago H. de Paula Figueiredo
>> Tapestry, Java and Hibernate consultant and developer
>> http://machina.com.br
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>

Reply via email to