Dear Forum, I have a page component that initially is hidden. These are the steps taken:
When I try to make the component visible, inside an AjaxLink.onClick(), I do it like so: pageComponent.setVisible(true); target.add(pageComponent); However, on the page, the component is not made visible at all. On wicket Ajax debug, I get the following error: Would you happen to know what I am missing, please? Thank you, Lucas -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Hidden-to-visible-not-working-even-after-having-set-up-setOutputMarkupId-true-tp4678430.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
