Do you call formComponentPanel#setOutputMarkupPlaceholderTag(true)?

Sven


On 02.06.2015 17:52, lucast wrote:
Dear Forum,
On a form which is inside a modal window, I have an ajax checkbox where if I
tick the box, I display a number of panels and if the checkbox is not
ticked, I hide said panels.

The functionality works well on development mode and does not work at all on
deployment mode.

I call
FormComponentPanel.setVisible( True/False ); and then,

AjaxRequestTarget.add( FormComponentPanel );

Has anyone experienced anything similar where ajax works on development mode
but not on deployment mode?


Thanks in advance,
Lucas


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Panels-not-refreshing-when-calling-AjaxRequestTarget-add-only-in-production-mode-tp4671035.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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

Reply via email to