Re: Issue w/ Ajax and setting form containers visible in Deployment mode.

2013-11-08 Thread Ben S
. See IMarkupSettings#setStripWicketTags(boolean) On Thu, Nov 7, 2013 at 8:53 PM, Ben S wrote: > Hi, I found the solution before receiving an answer. > > I found that using the wicket:container markup tags in development mode > will actually work with setVisible toggling, but not in d

Re: Issue w/ Ajax and setting form containers visible in Deployment mode.

2013-11-07 Thread Ben S
or my solution I just switched the tags over to tags. I realized after the fact I probably could have used panels as opposed to containers for the solution, but it's a bit too late for that now. On Thursday, November 7, 2013 9:12 AM, Ben S wrote: Here's the code and markup, I'll b

Re: Issue w/ Ajax and setting form containers visible in Deployment mode.

2013-11-07 Thread Ben S
Markup and Source please) On Wed, Nov 6, 2013 at 8:14 PM, Ben S wrote: > Hello, > > I've been trying to work on this issue for hours and have had no luck. > > Basically, my code works just fine in development mode as intended, > however when in Deployment mode I can't se

Issue w/ Ajax and setting form containers visible in Deployment mode.

2013-11-07 Thread Ben S
Hello, I've been trying to work on this issue for hours and have had no luck. Basically, my code works just fine in development mode as intended, however when in Deployment mode I can't seem to get WebMarkupContainers toggle between visibility. If they're visible, they won't go invisible, howe

Issue w/ Ajax and setting form containers visible in Deployment mode.

2013-11-06 Thread Ben S
Hello, I've been trying to work on this issue for hours and have had no luck. Basically, my code works just fine in development mode as intended, however when in Deployment mode I can't seem to get WebMarkupContainers toggle between visibility. If they're visible, they won't go invisible, ho