Re: Wicket dojo DragAndDrop problem

2008-03-23 Thread Igor Vaynberg
missing header contributions are a wicket problem, so yes, open a jira
and attach it there

-igor


On Sun, Mar 23, 2008 at 7:07 AM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
> I have stripped it down to a little demnstation application (a complete 
> Eclipse projet, ready for build/deploy). Where can I put it? Should I open a 
> issue for wicket (even if it's related to wicket extensions)?
>
>  Stefan
>
>  -Ursprüngliche Nachricht-
>  Von: Igor Vaynberg [mailto:[EMAIL PROTECTED]
>  Gesendet: Dienstag, 18. März 2008 17:34
>  An: users@wicket.apache.org
>  Betreff: Re: Wicket dojo DragAndDrop problem
>  Wichtigkeit: Hoch
>
>
>
>  can you please provide a quickstart for this. seems like a 1.3.2 problem if 
> the reason is indeed that wicket ignores header contributions.
>
>  -igor
>
>
>  On Tue, Mar 18, 2008 at 2:32 AM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
>  > I try to use Wicket 1.3.2 together with wicketstuff dojo (both 1.3.0
>  > beta and 1.3.0 latest) Everything works fine if I deploy my
>  > applicatioin  in development mode. Some lines like
>  >
>  > DEBUG:  Initialized drop contianer for dropContainer01, dropIds:
>  >  *,
>  > DEBUG:  Callback url base:
>  >
>  > ?wicket:interface=:0:dropContainer0::IActivePageBehaviorListener:0:&am
>  > p;
>  >  wicket:ignoreIfNotActive=true
>  >
>  >  are shown on my page but the functionality is perfect. I use the
>  > Custom  drag and drop classes from the dojo examples achive. But when
>  > I switch  to deploymnet mode
>  >
>  > 
>  > configuration
>  > deployment
>  > 
>  >
>  >  Nothing works anymore. Can't even drag the source object. Looks like
>  > no  javascript library was loaded.
>  >  What am I doing wrong? Any idea?
>  >
>  >  Stefan
>  >
>  >  -
>  >  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >  For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Wicket dojo DragAndDrop problem

2008-03-23 Thread Stefan Lindner
I have stripped it down to a little demnstation application (a complete Eclipse 
projet, ready for build/deploy). Where can I put it? Should I open a issue for 
wicket (even if it's related to wicket extensions)?

Stefan

-Ursprüngliche Nachricht-
Von: Igor Vaynberg [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 18. März 2008 17:34
An: users@wicket.apache.org
Betreff: Re: Wicket dojo DragAndDrop problem
Wichtigkeit: Hoch

can you please provide a quickstart for this. seems like a 1.3.2 problem if the 
reason is indeed that wicket ignores header contributions.

-igor


On Tue, Mar 18, 2008 at 2:32 AM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
> I try to use Wicket 1.3.2 together with wicketstuff dojo (both 1.3.0  
> beta and 1.3.0 latest) Everything works fine if I deploy my 
> applicatioin  in development mode. Some lines like
>
> DEBUG:  Initialized drop contianer for dropContainer01, dropIds:
>  *,
> DEBUG:  Callback url base:
>  
> ?wicket:interface=:0:dropContainer0::IActivePageBehaviorListener:0:&am
> p;
>  wicket:ignoreIfNotActive=true
>
>  are shown on my page but the functionality is perfect. I use the 
> Custom  drag and drop classes from the dojo examples achive. But when 
> I switch  to deploymnet mode
>
> 
> configuration
> deployment
> 
>
>  Nothing works anymore. Can't even drag the source object. Looks like 
> no  javascript library was loaded.
>  What am I doing wrong? Any idea?
>
>  Stefan
>
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Wicket dojo DragAndDrop problem

2008-03-18 Thread Igor Vaynberg
can you please provide a quickstart for this. seems like a 1.3.2
problem if the reason is indeed that wicket ignores header
contributions.

-igor


On Tue, Mar 18, 2008 at 2:32 AM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
> I try to use Wicket 1.3.2 together with wicketstuff dojo (both 1.3.0
>  beta and 1.3.0 latest) Everything works fine if I deploy my applicatioin
>  in development mode. Some lines like
>
> DEBUG:  Initialized drop contianer for dropContainer01, dropIds:
>  *,
> DEBUG:  Callback url base:
>  ?wicket:interface=:0:dropContainer0::IActivePageBehaviorListener:0:&
>  wicket:ignoreIfNotActive=true
>
>  are shown on my page but the functionality is perfect. I use the Custom
>  drag and drop classes from the dojo examples achive. But when I switch
>  to deploymnet mode
>
> 
> configuration
> deployment
> 
>
>  Nothing works anymore. Can't even drag the source object. Looks like no
>  javascript library was loaded.
>  What am I doing wrong? Any idea?
>
>  Stefan
>
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Wicket dojo DragAndDrop problem

2008-03-18 Thread Stefan Lindner
I try to use Wicket 1.3.2 together with wicketstuff dojo (both 1.3.0
beta and 1.3.0 latest) Everything works fine if I deploy my applicatioin
in development mode. Some lines like 

DEBUG:  Initialized drop contianer for dropContainer01, dropIds:
*, 
DEBUG:  Callback url base:
?wicket:interface=:0:dropContainer0::IActivePageBehaviorListener:0:&
wicket:ignoreIfNotActive=true

are shown on my page but the functionality is perfect. I use the Custom
drag and drop classes from the dojo examples achive. But when I switch
to deploymnet mode


configuration
deployment


Nothing works anymore. Can't even drag the source object. Looks like no
javascript library was loaded.
What am I doing wrong? Any idea?

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]