Hi,

I guess a new config property (e.g. wicket.footer.visible=false) is just
enough.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Oct 30, 2015 at 10:32 AM, Martin Vogel <vo...@bi-web.de> wrote:

> Hi Martin,
>
> do you think a "NOOP"-component to disable certain page areas would be a
> desirable component for a patch ?
>
> thx,
> Martin
> -----Ursprüngliche Nachricht-----
> Von: Martin Grigorov [mailto:mgrigo...@apache.org]
> Gesendet: Freitag, 30. Oktober 2015 09:19
> An: users <users@isis.apache.org>
> Betreff: Re: how to disable the footer component in "PageAbstract"
>
> Hi,
>
> The footer (and the header) is loaded as other configurable components -
> thru the component registry.
> See
>
> https://github.com/apache/isis/blob/master/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/PageAbstract.java#L232
> So to disable it you have to register your own footer component. Simple
> WebMarkupContainer should do the job.
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Fri, Oct 30, 2015 at 10:16 AM, Martin Vogel <vo...@bi-web.de> wrote:
>
> > Hi all,
> >
> > as the how-to section of the official documentation states it´s
> > possible to suppress the page header respective footer. For my
> > application I would like to remove the footer component entirely from
> > the PageAbstract of the wicket-viewer-ui.
> > Since there is no simple solution such as just removing the wicket
> > html tag from the page template, I was wondering how you actually
> > suppress the footer via the request params ?
> >
> > Is the ServletWebResponse the suitable service or is there a wicket
> > property that I miss ?
> >
> > Thanks a lot in advance,
> > Martin
> >
> > Am 02. und 03. Juni 2016 findet das BI.Kundenforum in der Villa Ida in
> > Leipzig statt.
> > Die Themen: Geschäftskundenportal, Energie-Effizienzportal,
> > Beschaffungsportal für Großkunden, Marktpreisdatenbank, Business
> > Intelligence Lösungen.
> > Weitere Informationen unter: https://www.bi-web.de/kundenforum
> >
> > ________________________________
> >
> > BI Business Intelligence GmbH
> > August-Bebel-Str. 44
> > D-04275 Leipzig
> >
> > Tel.: +49 341 30383-40
> > Fax: +49 341 30383-52
> > E-Mail: vo...@bi-web.de<mailto:vo...@bi-web.de>
> > www.bi-web.de<http://www.bi-web.de/>
> >
> > Sie finden uns auch auf: Facebook     Google+     XING
> > ________________________________
> > BI Business Intelligence GmbH, Leipzig Registergericht/Registered Office:
> > Amtsgericht Leipzig Registernummer/Registered Number: HR 17142
> > Vertretungsberechtigte Geschäftsführer/Board of Managing Directors:
> > Conrad Moeller, Jürgen Schubert Diese E-Mail enthält vertrauliche
> > und/oder rechtlich geschützte Informationen. Wenn Sie nicht der
> > richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben,
> > informieren Sie bitte sofort den Absender und vernichten Sie diese
> > Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser
> > Mail ist nicht gestattet.
> > This e-mail may contain confidential and/or privileged information. If
> > you are not the intended recipient (or have received this e-mail in
> > error) please notify the sender immediately and destroy this e-mail.
> > Any unauthorized copying, disclosure or distribution of the material
> > in this e-mail is strictly forbidden.
> >
> >
> >
>

Reply via email to