You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Hendy Irawan <he...@soluvas.com> on 2013/09/16 16:06:37 UTC

How to use DEPLOYMENT configuration but retain the detailed exception page?

Hi all,

How to use DEPLOYMENT configuration but retain the detailed exception page?

Or how to re-enable the detailed exception page feature?

Thank you.

Hendy



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-use-DEPLOYMENT-configuration-but-retain-the-detailed-exception-page-tp4661341.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: How to use DEPLOYMENT configuration but retain the detailed exception page?

Posted by Hendy Irawan <he...@soluvas.com>.
THANK YOU Martin !

Awesome!

To those who want the same as me, put this on your WebApplication's init() :

// we need this even for DEPLOYMENT at least for now
getExceptionSettings().setUnexpectedExceptionDisplay(IExceptionSettings.SHOW_EXCEPTION_PAGE);



Hendy Irawan - on Twitter <http://twitter.com/hendybippo> - on
LinkedIn<http://id.linkedin.com/in/hendyirawan>
Web Developer | Bippo Indonesia <http://www.bippo.co.id/> | Akselerator
Bisnis | Bandung


On Mon, Sep 16, 2013 at 9:11 PM, Martin Grigorov-4 [via Apache Wicket] <
ml-node+s1842946n4661342h0@n4.nabble.com> wrote:

>
> https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/Application.java?source=cc#L308
>
>
> On Mon, Sep 16, 2013 at 5:06 PM, Hendy Irawan <[hidden email]<http://user/SendEmail.jtp?type=node&node=4661342&i=0>>
> wrote:
>
> > Hi all,
> >
> > How to use DEPLOYMENT configuration but retain the detailed exception
> page?
> >
> > Or how to re-enable the detailed exception page feature?
> >
> > Thank you.
> >
> > Hendy
> >
> >
> >
> > --
> > View this message in context:
> >
> http://apache-wicket.1842946.n4.nabble.com/How-to-use-DEPLOYMENT-configuration-but-retain-the-detailed-exception-page-tp4661341.html
> > Sent from the Users forum mailing list archive at Nabble.com.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [hidden email]<http://user/SendEmail.jtp?type=node&node=4661342&i=1>
> > For additional commands, e-mail: [hidden email]<http://user/SendEmail.jtp?type=node&node=4661342&i=2>
> >
> >
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-wicket.1842946.n4.nabble.com/How-to-use-DEPLOYMENT-configuration-but-retain-the-detailed-exception-page-tp4661341p4661342.html
>  To unsubscribe from How to use DEPLOYMENT configuration but retain the
> detailed exception page?, click here<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4661341&code=aGVuZHlAc29sdXZhcy5jb218NDY2MTM0MXwxNTI0Njc4NzUy>
> .
> NAML<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-use-DEPLOYMENT-configuration-but-retain-the-detailed-exception-page-tp4661341p4661343.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: How to use DEPLOYMENT configuration but retain the detailed exception page?

Posted by Martin Grigorov <mg...@apache.org>.
https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/Application.java?source=cc#L308


On Mon, Sep 16, 2013 at 5:06 PM, Hendy Irawan <he...@soluvas.com> wrote:

> Hi all,
>
> How to use DEPLOYMENT configuration but retain the detailed exception page?
>
> Or how to re-enable the detailed exception page feature?
>
> Thank you.
>
> Hendy
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/How-to-use-DEPLOYMENT-configuration-but-retain-the-detailed-exception-page-tp4661341.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>