Hey Martin, actually I’m not running in Prod mode, but development.  The
behavior for the output is different between 7.1 and 7.2 (which is the
error message I sent).  In 7.1, I don’t see an error message on the page at
all, but only in the console.

I definitely saw the exception, I guess it wasn’t clear to me what I had
done wrong…where a lot of other Wicket errors suggest what the problem
might be.

-Lon

On Wed, Apr 20, 2016 at 11:16 PM, Martin Grigorov <mgrigo...@apache.org>
wrote:

> Hi Lon,
>
> Welcome to Wicket!
>
> It seems you run your application in Production mode and that's why it
> shows this almost empty page. In Production it is recommended to not show
> detailed information about your application problems to your audience.
> If you change the configuration type to Development then the exception with
> its stacktrace is being shown also in the browser.
> I say "also" because in both cases the exception is logged in the server
> logs too. Always consult with the server logs because there might be some
> hints when you do something that is not optimal! ;-)
>
> Have fun and let us know if you face any issues!
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Thu, Apr 21, 2016 at 3:22 AM, Lon Varscsak <lon.varsc...@gmail.com>
> wrote:
>
> > Hey all, I’m new to wicket and I got this horrendous error earlier today:
> >
> >
> > I had NO idea what it meant. :P  I was able to debug it and see what was
> > left in queue, and that reminded me that I hadn’t finished the html for a
> > new component I had added in the constructor.  My question is, isn’t
> there
> > a better way to explain to the developer what’s going on?  It would be
> > super helpful to newbs like me. ;D
> >
> > Just a thought.
> >
> > Thanks,
> >
> > Lon
> >
>

Reply via email to