Re: Development / Deployment mode problem

2011-03-29 Thread Tejash Tarun
Hi,

The wicket component which I have created extends WebMarkupContainer and in
this way it encapsulates and interacts with the jquery calendar.
I have not used wicket:container tag explicitly.

On Mon, Mar 28, 2011 at 7:09 PM, MattyDE ufer.mar...@gmail.com wrote:

 My first clue: Are you using wicket:container Tags in your markup? In
 Deployment Mode this tags could not be rendered to the markup by
 Application
 Settings.

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Development-Deployment-mode-problem-tp3411737p3411751.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




Development / Deployment mode problem

2011-03-28 Thread Tejash Tarun
Hi,

I have used a jquery control full calendar from
http://arshaw.com/fullcalendar/.
I have used that control in a wicket application, where in one page there
are two tabs, and in one tab there  are some text-fields and in the other
this calendar control.

But now for my local server which is on development mode everything is fine.
But when I deploy my application on any deployment server then, in Chrome
and Safari
calendar comes for the first time when i go to the calendar tab. But when I
navigate to the other tab and come back again then calendar never comes
again. This works fine for FF and IE.

So my question is: Why is this difference in Deployment/Development mode ??
How to solve this issue ??

Thanks in advance.


Re: Development / Deployment mode problem

2011-03-28 Thread MattyDE
My first clue: Are you using wicket:container Tags in your markup? In
Deployment Mode this tags could not be rendered to the markup by Application
Settings.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Development-Deployment-mode-problem-tp3411737p3411751.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