FYI, I found it necessary to add the following to my Layout component
@Import(stack="core")
Otherwise the bootstrap CSS was only included if I had a on my
page.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-5-4-alpha-2-css-overriding-tp5719856p5719906.html
Se
There are few T5.4-a2 components (that I seem to use) that pull in the
core stack which then imports the bootstrap.css. Alerts is one of
them, which I've Munky Patched not to. You're then free to import
whatever CSS you want in whatever order as per usual.
Another option (which I also do to keep t
If I was to take a guess, it would be the new usage of require.js in tapestry
5.4. Tapestry has defined a bootstrap module. You might need to define a
module which depends on the bootstrap module to guarantee that yours is
loaded after bootstrap.
As I said, this is a guess... I've not yet dug too
Thanks guys, but I tried both with no success.
My custom.css is loaded first in any case
Is there any change on this in 5.4-alpha-2? I am used to override
default.css definitions with a custom.css in 5.3.x through @Import with no
problem.
Regards,
Matías.
Saludos,
Matias.
On Thu, Feb 7, 20
Note that @Import does not need to be used at the class level. You can
specify @Import on one of the later render phases, eg: afterRender()
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-5-4-alpha-2-css-overriding-tp5719856p5719863.html
Sent from the Tapestry -
Hi Matias,
does it work, if you include the stylesheet manually via
at the end of the HTML head?
I'm not yet using T5.4, so I don't know if this works, but you could
try, just as workaround for the moment.
René
On 07.02.2013 21:23, Matías Blasi wrote:
> Hi all,
>
> I'm using Tapestry-5.4-alph
Hi Howard, I'm using the 5.4-alpha-2 and it would be nice if the errors
component used the "alert-error" class from bootstrap instead of t-error.
Something like http://bootsnipp.com/snipps/simple-login-form.
Cheers,
Lance.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/
I'll see what I can do. My goal was to change TapestryFilter to be easier
to override or replace. I think the feature you were depending on was one
that I was not aware of!
On Thu, Jan 3, 2013 at 4:59 PM, Kristian Marinkovic <
kristian.marinko...@gmail.com> wrote:
> hi Howard,
>
> i am already
hi Howard,
i am already testing and exploring the possibilities. Would you
consider fixing https://issues.apache.org/jira/browse/TAP5-2040 as a
5.4-alpha-3?
g,
Kris
On Thu, Jan 3, 2013 at 11:01 PM, Howard Lewis Ship wrote:
> I've created a new preview release, available from the Maven reposi