Hi, Wicket throws an exception when the markup for a markup container is missing. I'm not sure why it didn't do this in your case.
On Mon, Jun 18, 2012 at 9:02 PM, Richard W. Adams <[email protected]> wrote: > I just spent two and a half hours wondering why my modal dialog would > open, but have no content (just an empty background). I finally discovered > the HTML file for the content had its name misspelled (missing a letter). > Surprisingly (at least to me), Wicket generated no errors or warning, even > though it clearly knew the HTML file was missing. This is in contrast the > errors Wicket DOES throw when the HTML file is correctly named, but has > component ID's that aren't mentioned in the corresponding Java file. > > Is there a way to make Wicket issue warnings about missing HTML files? I'd > REALLY like never to go through all this frustration again in the future. > > ** > > This email and any attachments may contain information that is confidential > and/or privileged for the sole use of the intended recipient. Any use, > review, disclosure, copying, distribution or reliance by others, and any > forwarding of this email or its contents, without the express permission of > the sender is strictly prohibited by law. If you are not the intended > recipient, please contact the sender immediately, delete the e-mail and > destroy all copies. > ** -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
