jepp - that works.

but be aware - if you use the "alerts" component, the core stack will be
imported nevertheless: https://issues.apache.org/jira/browse/TAP5-2190


On Tue, Sep 24, 2013 at 2:17 AM, Bob Harner <bobhar...@gmail.com> wrote:

> You mean just this?
>
>     public void
> contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter>
> configuration) {
>         configuration.override("ImportCoreStack", null);
>     }
>
>
>
> On Mon, Sep 23, 2013 at 12:49 PM, Howard Lewis Ship <hls...@gmail.com
> >wrote:
>
> > Right on the money, but you can also override with null for the same
> > effect.
> >
> >
> > On Mon, Sep 23, 2013 at 2:38 AM, Felix Gonschorek <fe...@netzgut.net>
> > wrote:
> >
> > > intermediate solution. put this in your AppModule:
> > >
> > > public void
> > > contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter>
> > > configuration) {
> > >
> > > MarkupRendererFilter NOOP = new MarkupRendererFilter() {
> > >
> > >  @Override
> > > public void renderMarkup(MarkupWriter writer, MarkupRenderer renderer)
> {
> > >  renderer.renderMarkup(writer);
> > > }
> > >  };
> > >
> > > configuration.override("ImportCoreStack", NOOP);
> > > }
> > >
> > >
> > >
> > > On Mon, Sep 23, 2013 at 11:29 AM, Felix Gonschorek <fe...@netzgut.net
> > > >wrote:
> > >
> > > > Can we get a switch to turn off the auto-include of the core stack?
> > > > Please? ;-)
> > > >
> > > >
> > > >
> > > >
> > > > On Thu, Sep 19, 2013 at 2:58 AM, Barry Books <trs...@gmail.com>
> wrote:
> > > >
> > > >> I agree with Geoff. It's easy to include the core stack in a Layout
> > > >> component.
> > > >>
> > > >>
> > > >> On Wed, Sep 18, 2013 at 7:48 PM, Lenny Primak <
> lpri...@hope.nyc.ny.us
> > > >> >wrote:
> > > >>
> > > >> > Technically I agree but it breaks compatibility. So I reluctantly
> > > >> disagree.
> > > >> >
> > > >> >
> > > >> >
> > > >> > On Sep 18, 2013, at 7:39 PM, Geoff Callender <
> > > >> > geoff.callender.jumpst...@gmail.com> wrote:
> > > >> >
> > > >> > > What changed? The JIRA issue says "fixed" but there's no info
> > about
> > > >> how.
> > > >> > >
> > > >> > > IMHO, it was a FABULOUS decision to emit minimal css classes and
> > NO
> > > >> > > stylesheet. Developers are free to add the core stack if they
> wish
> > > and
> > > >> > free
> > > >> > > to add refining css classes to the tml.
> > > >> > >
> > > >> > > Who agrees/disagreees?
> > > >> > >
> > > >> > >
> > > >> > > On 12 September 2013 11:57, Hudson (JIRA) <j...@apache.org>
> > wrote:
> > > >> > >
> > > >> > >>
> > > >> > >>    [
> > > >> > >>
> > > >> >
> > > >>
> > >
> >
> https://issues.apache.org/jira/browse/TAP5-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13765081#comment-13765081
> > > >> > ]
> > > >> > >>
> > > >> > >> Hudson commented on TAP5-2169:
> > > >> > >> ------------------------------
> > > >> > >>
> > > >> > >> SUCCESS: Integrated in tapestry-trunk-freestyle #1159 (See [
> > > >> > >> https://builds.apache.org/job/tapestry-trunk-freestyle/1159/])
> > > >> > >> TAP5-2169: Always import the core stack (hlship: rev
> > > >> > >> ec83d78d77c7dfde8688dd1f4db351414f42be7f)
> > > >> > >> * 54_RELEASE_NOTES.md
> > > >> > >> *
> > > >> > >>
> > > >> >
> > > >>
> > >
> >
> tapestry-core/src/main/java/org/apache/tapestry5/modules/TapestryModule.java
> > > >> > >>
> > > >> > >>
> > > >> > >>> Core stack is not included by default
> > > >> > >>> -------------------------------------
> > > >> > >>>
> > > >> > >>>                Key: TAP5-2169
> > > >> > >>>                URL:
> > > https://issues.apache.org/jira/browse/TAP5-2169
> > > >> > >>>            Project: Tapestry 5
> > > >> > >>>         Issue Type: Bug
> > > >> > >>>         Components: tapestry-core
> > > >> > >>>   Affects Versions: 5.4
> > > >> > >>>           Reporter: Lenny Primak
> > > >> > >>>           Assignee: Howard M. Lewis Ship
> > > >> > >>>           Priority: Minor
> > > >> > >>>            Fix For: 5.4
> > > >> > >>>
> > > >> > >>>
> > > >> > >>> For simple applications, "core" stack is not included, which
> > > breaks
> > > >> the
> > > >> > >> UI,
> > > >> > >>> because bootstrap.css and other assets are not loaded.
> > > >> > >>> I think "core" stack should be forced to be included (possibly
> > > >> > >> optionally turned off by config)
> > > >> > >>> but it should be included by default
> > > >> > >>
> > > >> > >> --
> > > >> > >> This message is automatically generated by JIRA.
> > > >> > >> If you think it was sent incorrectly, please contact your JIRA
> > > >> > >> administrators
> > > >> > >> For more information on JIRA, see:
> > > >> > http://www.atlassian.com/software/jira
> > > >> > >>
> > > >> >
> > > >> >
> > ---------------------------------------------------------------------
> > > >> > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
> > > >> > For additional commands, e-mail: dev-h...@tapestry.apache.org
> > > >> >
> > > >> >
> > > >>
> > > >
> > > >
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > Howard M. Lewis Ship
> >
> > Creator of Apache Tapestry
> >
> > The source for Tapestry training, mentoring and support. Contact me to
> > learn how I can get you up and productive in Tapestry fast!
> >
> > (971) 678-5210
> > http://howardlewisship.com
> >
>

Reply via email to