Re: Problem with RuntimeConfigurationType.DEPLOYMENT.

2013-01-23 Thread Martin Grigorov
What markup do you use for the components which you update ?
You cannot update wicket:container for example. You need to use div,
span, ...


On Wed, Jan 23, 2013 at 1:30 PM, Raul ralva...@netwie.com wrote:

 Hello, I have a problem and Deployment Mode is that some of my templates
 are
 not working properly, I use AjaxFormComponentUpdatingBehavior specifically
 to hide or show some components of templates. I have succeeded recreate the
 development mode error, adding the application init, this line.
 getMarkupSettings (). setStripWicketTags (true);
 In this case the debug ajax returns that can not find the component.
 Note.I use the setOutpuMarkupId (true), and also correctly in development
 mode without the line, it works fine, I use wicket 6.5.0




 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Problem-with-RuntimeConfigurationType-DEPLOYMENT-tp4655679.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




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: Problem with RuntimeConfigurationType.DEPLOYMENT.

2013-01-23 Thread Raul
Was using wicket:container/ using div has fixed the problem. Thank you.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Problem-with-RuntimeConfigurationType-DEPLOYMENT-tp4655679p4655681.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