RE: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-11-04 Thread Stefan Lindner
My work was for the wicket 1.4 trunk 6 months ago. Some things have changed 
since then. Actually I'm stuck into converting a huge wicket 2.0 Application to 
1.4. It's a pain! I think I will get back to the Dojo project in 3 weeks. Then 
I will try to build a version for current wicket 1.4 trunk.
For former development I will no longer trust in wicketstuff projects. Perhaps 
I will build my own drag and drop library based upon jquery.

Stefan

-Ursprüngliche Nachricht-
Von: Reinout van Schouwen [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 4. November 2008 16:18
Cc: users
Betreff: Re: AW: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
Wichtigkeit: Hoch

Hi Stefan,

Op vrijdag 25-04-2008 om 18:03 uur [tijdzone +0200], schreef Stefan Lindner:

> To all the other WicketStuff Dojo users: I have successfully built a
> version for current wicket 1.4 trunk. If someone nedds it, please let
> me know!

Actually I'm trying to get it for wicket 1.3.5, but please make your
work available so that others don't have to duplicate it. Thanks! :)

regards,

-- 
Reinout van Schouwen


-
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 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-11-04 Thread Reinout van Schouwen
Op maandag 28-04-2008 om 14:18 uur [tijdzone +0200], schreef Arthur
Bogaart:
> Hi Stefan,
> 
> I presume this build is based on the 'old' dojo-0.4 version? If so,
> are there any plans in updating the wicketstuff-dojo project to
> dojo-1.1.0 or is there to much resistance since Dojo has changed it's
> api already a couple of times?

I was looking at wicketstuff-dojo today and would like an answer to this
question as well! :-)

regards,

-- 
Reinout van Schouwen


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



Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-30 Thread Ryan Sonnek
i'll try to test out the example app to see if something is broken with 1.4.

On Wed, Apr 30, 2008 at 1:23 AM, Stefan Lindner <[EMAIL PROTECTED]> wrote:

> Now it works but I had to specify the javacript libraries explicit in the
> header section. The auto generated header contribution of libraries did not
> work. I hat a similar problem with WicketStuff Dojo.
>
> Stefan
>
> -Ursprüngliche Nachricht-
> Von: Stefan Lindner [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 29. April 2008 17:01
> An: users@wicket.apache.org
> Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
>
> I got everything to compile and deploy but not to work. No drag. The
> DraggableBehavior added to a Markupcontainer leads to some javascript code
> [new Draggable("product_1", {})] but nothing happens when I klick on the
> MarkupContainer and move the mouse. I think I wait until you did the thin.
>
> Stefan.
>
> -Ursprüngliche Nachricht-
> Von: Ryan Sonnek [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 28. April 2008 14:55
> An: users@wicket.apache.org
> Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
> Wichtigkeit: Hoch
>
> i'll try to create a 1.4 branch of the scriptaculous project sometime this
> week.  of course patches are always welcome.  =)
>
> On Mon, Apr 28, 2008 at 7:20 AM, Maurice Marrink <[EMAIL PROTECTED]>
> wrote:
>
> > The source is located at sourceforge
> >
> > http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wic
> > ket-contrib-scriptaculous
> >
> > As for when it will be available for wicket 1.4?, i have no idea since
> > i have nothing to do with that project.
> > Perhaps Ryan Sonnek can answer that.
> >
> > Maurice
> >
> > On Mon, Apr 28, 2008 at 2:13 PM, Stefan Lindner <[EMAIL PROTECTED]>
> > wrote:
> > > Dear Maurice,
> > >
> > >  Can you give me a timeframe for the availability of WicketStuff
> > Scriptaculous for wicket 1.4? The Drag and Drop will lnot work, becaus
> > a component no langer has a public 'addBeahivor' method. This is now
> > replaced by a simple 'add(Ibehavior...)' method. The 'DraggableTarget'
> > class seems to internally make a call to 'addBeahivor' which no longer
> exists?
> > >
> > >  As an alternativ way: Where can I find the source (subversion
> > repository)? It's not on sourceforge.
> > >
> > >  Kind Regards
> > >  Stefan
> > >
> > >  -Ursprüngliche Nachricht-
> > >  Von: Maurice Marrink [mailto:[EMAIL PROTECTED]
> > >  Gesendet: Freitag, 25. April 2008 16:03
> > >
> > > An: users@wicket.apache.org
> > >  Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
> > >  Wichtigkeit: Hoch
> > >
> > >
> > > snapshots should be available, And i think a 1.4-m1 should be
> > > available
> > any time soon too.
> > >
> > >  Maurice
> > >
> > >  On Fri, Apr 25, 2008 at 3:49 PM, Ryan Sonnek
> > > <[EMAIL PROTECTED]>
> > wrote:
> > >
> > >
> > > > the wicketstuff-scriptaculous project has drag/drop support.  I
> > >  > haven't  updated it to reflect 1.4 changes yet.
> > >  >
> > >  >  are 1.4 snapshots available for wicket yet on the bamboo
> > > snapshot  > repository?
> > >  >
> > >  >
> > >  >
> > >  >  On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner
> > > <[EMAIL PROTECTED]>
> > wrote:
> > >  >
> > >  >  > Ok, before I lay ma hands on it: Is there another LIVING
> > > project,  > that  > deals with drag and drop for wicket? Are there
> > > other users of  > wicketstuff  > dojo out there, who want to migrate
> to wicket 1.4?
> > Does
> > >  > it still make sense  > to investigate in wicketstuff/doho? Are
> > > there  > commercial solutions fprt drag  > and drop?
> > >  >  >
> > >  >  > Stefan
> > >  >  >
> > >  >  > -Ursprüngliche Nachricht-  >  > Von: Gerolf Seitz
> > > [mailto:[EMAIL PROTECTED]  > Gesendet:
> > >  > Freitag, 25. April 2008 09:02  > An: users@wicket.apache.org  >
> > > > Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop  >  > all
> > > of  > the mentioned project maintainers have been away for some time
> now.
> > >  >  > you might need to lay your own hands on it.
> > >  >  &g

Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-29 Thread Stefan Lindner
Now it works but I had to specify the javacript libraries explicit in the 
header section. The auto generated header contribution of libraries did not 
work. I hat a similar problem with WicketStuff Dojo.

Stefan 

-Ursprüngliche Nachricht-
Von: Stefan Lindner [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 29. April 2008 17:01
An: users@wicket.apache.org
Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop

I got everything to compile and deploy but not to work. No drag. The 
DraggableBehavior added to a Markupcontainer leads to some javascript code [new 
Draggable("product_1", {})] but nothing happens when I klick on the 
MarkupContainer and move the mouse. I think I wait until you did the thin.

Stefan.

-Ursprüngliche Nachricht-
Von: Ryan Sonnek [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 28. April 2008 14:55
An: users@wicket.apache.org
Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
Wichtigkeit: Hoch

i'll try to create a 1.4 branch of the scriptaculous project sometime this 
week.  of course patches are always welcome.  =)

On Mon, Apr 28, 2008 at 7:20 AM, Maurice Marrink <[EMAIL PROTECTED]> wrote:

> The source is located at sourceforge
>
> http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wic
> ket-contrib-scriptaculous
>
> As for when it will be available for wicket 1.4?, i have no idea since 
> i have nothing to do with that project.
> Perhaps Ryan Sonnek can answer that.
>
> Maurice
>
> On Mon, Apr 28, 2008 at 2:13 PM, Stefan Lindner <[EMAIL PROTECTED]>
> wrote:
> > Dear Maurice,
> >
> >  Can you give me a timeframe for the availability of WicketStuff
> Scriptaculous for wicket 1.4? The Drag and Drop will lnot work, becaus 
> a component no langer has a public 'addBeahivor' method. This is now 
> replaced by a simple 'add(Ibehavior...)' method. The 'DraggableTarget'
> class seems to internally make a call to 'addBeahivor' which no longer exists?
> >
> >  As an alternativ way: Where can I find the source (subversion
> repository)? It's not on sourceforge.
> >
> >  Kind Regards
> >  Stefan
> >
> >  -Ursprüngliche Nachricht-----
> >  Von: Maurice Marrink [mailto:[EMAIL PROTECTED]
> >  Gesendet: Freitag, 25. April 2008 16:03
> >
> > An: users@wicket.apache.org
> >  Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
> >  Wichtigkeit: Hoch
> >
> >
> > snapshots should be available, And i think a 1.4-m1 should be 
> > available
> any time soon too.
> >
> >  Maurice
> >
> >  On Fri, Apr 25, 2008 at 3:49 PM, Ryan Sonnek 
> > <[EMAIL PROTECTED]>
> wrote:
> >
> >
> > > the wicketstuff-scriptaculous project has drag/drop support.  I
> >  > haven't  updated it to reflect 1.4 changes yet.
> >  >
> >  >  are 1.4 snapshots available for wicket yet on the bamboo 
> > snapshot  > repository?
> >  >
> >  >
> >  >
> >  >  On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner 
> > <[EMAIL PROTECTED]>
> wrote:
> >  >
> >  >  > Ok, before I lay ma hands on it: Is there another LIVING 
> > project,  > that  > deals with drag and drop for wicket? Are there 
> > other users of  > wicketstuff  > dojo out there, who want to migrate to 
> > wicket 1.4?
> Does
> >  > it still make sense  > to investigate in wicketstuff/doho? Are 
> > there  > commercial solutions fprt drag  > and drop?
> >  >  >
> >  >  > Stefan
> >  >  >
> >  >  > -Ursprüngliche Nachricht-  >  > Von: Gerolf Seitz 
> > [mailto:[EMAIL PROTECTED]  > Gesendet:
> >  > Freitag, 25. April 2008 09:02  > An: users@wicket.apache.org  >
> > > Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop  >  > all
> > of  > the mentioned project maintainers have been away for some time now.
> >  >  > you might need to lay your own hands on it.
> >  >  > i would guess nobody objects to such efforts.
> >  >  >
> >  >  >  Gerolf
> >  >  >
> >  >  > On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner  > 
> > <[EMAIL PROTECTED]>  > wrote:
> >  >  >
> >  >  > > Is there a Wicketstuff/dojo version that works together with
> Wicket 1.4?
> >  >  > > Is Wicketstuff/Dojo still alive? The latest news on the 
> > webpage  > state  > > that Wicketstuff/Dojo is still based upon wicket 1.3 
> > beta.
> >  >  > >
> >  >  > > Stefan
> >  >  > >
> >  >  >

Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-29 Thread Stefan Lindner
I got everything to compile and deploy but not to work. No drag. The 
DraggableBehavior added to a Markupcontainer leads to some javascript code [new 
Draggable("product_1", {})] but nothing happens when I klick on the 
MarkupContainer and move the mouse. I think I wait until you did the thin.

Stefan.

-Ursprüngliche Nachricht-
Von: Ryan Sonnek [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 28. April 2008 14:55
An: users@wicket.apache.org
Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
Wichtigkeit: Hoch

i'll try to create a 1.4 branch of the scriptaculous project sometime this 
week.  of course patches are always welcome.  =)

On Mon, Apr 28, 2008 at 7:20 AM, Maurice Marrink <[EMAIL PROTECTED]> wrote:

> The source is located at sourceforge
>
> http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wic
> ket-contrib-scriptaculous
>
> As for when it will be available for wicket 1.4?, i have no idea since 
> i have nothing to do with that project.
> Perhaps Ryan Sonnek can answer that.
>
> Maurice
>
> On Mon, Apr 28, 2008 at 2:13 PM, Stefan Lindner <[EMAIL PROTECTED]>
> wrote:
> > Dear Maurice,
> >
> >  Can you give me a timeframe for the availability of WicketStuff
> Scriptaculous for wicket 1.4? The Drag and Drop will lnot work, becaus 
> a component no langer has a public 'addBeahivor' method. This is now 
> replaced by a simple 'add(Ibehavior...)' method. The 'DraggableTarget' 
> class seems to internally make a call to 'addBeahivor' which no longer exists?
> >
> >  As an alternativ way: Where can I find the source (subversion
> repository)? It's not on sourceforge.
> >
> >  Kind Regards
> >  Stefan
> >
> >  -Ursprüngliche Nachricht-----
> >  Von: Maurice Marrink [mailto:[EMAIL PROTECTED]
> >  Gesendet: Freitag, 25. April 2008 16:03
> >
> > An: users@wicket.apache.org
> >  Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
> >  Wichtigkeit: Hoch
> >
> >
> > snapshots should be available, And i think a 1.4-m1 should be 
> > available
> any time soon too.
> >
> >  Maurice
> >
> >  On Fri, Apr 25, 2008 at 3:49 PM, Ryan Sonnek 
> > <[EMAIL PROTECTED]>
> wrote:
> >
> >
> > > the wicketstuff-scriptaculous project has drag/drop support.  I
> >  > haven't  updated it to reflect 1.4 changes yet.
> >  >
> >  >  are 1.4 snapshots available for wicket yet on the bamboo 
> > snapshot  > repository?
> >  >
> >  >
> >  >
> >  >  On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner 
> > <[EMAIL PROTECTED]>
> wrote:
> >  >
> >  >  > Ok, before I lay ma hands on it: Is there another LIVING 
> > project,  > that  > deals with drag and drop for wicket? Are there 
> > other users of  > wicketstuff  > dojo out there, who want to migrate to 
> > wicket 1.4?
> Does
> >  > it still make sense  > to investigate in wicketstuff/doho? Are 
> > there  > commercial solutions fprt drag  > and drop?
> >  >  >
> >  >  > Stefan
> >  >  >
> >  >  > -Ursprüngliche Nachricht-  >  > Von: Gerolf Seitz 
> > [mailto:[EMAIL PROTECTED]  > Gesendet:
> >  > Freitag, 25. April 2008 09:02  > An: users@wicket.apache.org  >  
> > > Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop  >  > all 
> > of  > the mentioned project maintainers have been away for some time now.
> >  >  > you might need to lay your own hands on it.
> >  >  > i would guess nobody objects to such efforts.
> >  >  >
> >  >  >  Gerolf
> >  >  >
> >  >  > On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner  > 
> > <[EMAIL PROTECTED]>  > wrote:
> >  >  >
> >  >  > > Is there a Wicketstuff/dojo version that works together with
> Wicket 1.4?
> >  >  > > Is Wicketstuff/Dojo still alive? The latest news on the 
> > webpage  > state  > > that Wicketstuff/Dojo is still based upon wicket 1.3 
> > beta.
> >  >  > >
> >  >  > > 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]
> >
> >
>
> -
> 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 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-28 Thread Igor Vaynberg
branch? wicketstuff trunk is already 1.4, i have created a branch for
older 1.3.x

-igor


On Mon, Apr 28, 2008 at 5:54 AM, Ryan Sonnek <[EMAIL PROTECTED]> wrote:
> i'll try to create a 1.4 branch of the scriptaculous project sometime this
>  week.  of course patches are always welcome.  =)
>
>
>
>  On Mon, Apr 28, 2008 at 7:20 AM, Maurice Marrink <[EMAIL PROTECTED]> wrote:
>
>  > The source is located at sourceforge
>  >
>  > 
> http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-scriptaculous
>  >
>  > As for when it will be available for wicket 1.4?, i have no idea since
>  > i have nothing to do with that project.
>  > Perhaps Ryan Sonnek can answer that.
>  >
>  > Maurice
>  >
>  > On Mon, Apr 28, 2008 at 2:13 PM, Stefan Lindner <[EMAIL PROTECTED]>
>  > wrote:
>  > > Dear Maurice,
>  > >
>  > >  Can you give me a timeframe for the availability of WicketStuff
>  > Scriptaculous for wicket 1.4? The Drag and Drop will lnot work, becaus a
>  > component no langer has a public 'addBeahivor' method. This is now replaced
>  > by a simple 'add(Ibehavior...)' method. The 'DraggableTarget' class seems 
> to
>  > internally make a call to 'addBeahivor' which no longer exists?
>  > >
>  > >  As an alternativ way: Where can I find the source (subversion
>  > repository)? It's not on sourceforge.
>  > >
>  > >  Kind Regards
>  > >  Stefan
>  > >
>  > >  -Ursprüngliche Nachricht-
>  > >  Von: Maurice Marrink [mailto:[EMAIL PROTECTED]
>  > >  Gesendet: Freitag, 25. April 2008 16:03
>  > >
>  > > An: users@wicket.apache.org
>  > >  Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
>  > >  Wichtigkeit: Hoch
>  > >
>  > >
>  > > snapshots should be available, And i think a 1.4-m1 should be available
>  > any time soon too.
>  > >
>  > >  Maurice
>  > >
>  > >  On Fri, Apr 25, 2008 at 3:49 PM, Ryan Sonnek <[EMAIL PROTECTED]>
>  > wrote:
>  > >
>  > >
>  > > > the wicketstuff-scriptaculous project has drag/drop support.  I
>  > >  > haven't  updated it to reflect 1.4 changes yet.
>  > >  >
>  > >  >  are 1.4 snapshots available for wicket yet on the bamboo snapshot
>  > >  > repository?
>  > >  >
>  > >  >
>  > >  >
>  > >  >  On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner <[EMAIL PROTECTED]>
>  > wrote:
>  > >  >
>  > >  >  > Ok, before I lay ma hands on it: Is there another LIVING project,
>  > >  > that  > deals with drag and drop for wicket? Are there other users of
>  > >  > wicketstuff  > dojo out there, who want to migrate to wicket 1.4?
>  > Does
>  > >  > it still make sense  > to investigate in wicketstuff/doho? Are there
>  > >  > commercial solutions fprt drag  > and drop?
>  > >  >  >
>  > >  >  > Stefan
>  > >  >  >
>  > >  >  > -Ursprüngliche Nachricht-
>  > >  >  > Von: Gerolf Seitz [mailto:[EMAIL PROTECTED]  > Gesendet:
>  > >  > Freitag, 25. April 2008 09:02  > An: users@wicket.apache.org  >
>  > >  > Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop  >  > all of
>  > >  > the mentioned project maintainers have been away for some time now.
>  > >  >  > you might need to lay your own hands on it.
>  > >  >  > i would guess nobody objects to such efforts.
>  > >  >  >
>  > >  >  >  Gerolf
>  > >  >  >
>  > >  >  > On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner
>  > >  > <[EMAIL PROTECTED]>  > wrote:
>  > >  >  >
>  > >  >  > > Is there a Wicketstuff/dojo version that works together with
>  > Wicket 1.4?
>  > >  >  > > Is Wicketstuff/Dojo still alive? The latest news on the webpage
>  > >  > state  > > that Wicketstuff/Dojo is still based upon wicket 1.3 beta.
>  > >  >  > >
>  > >  >  > > 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]
>  > >
>  > >
>  >
>  > -
>  > 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 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-28 Thread Stefan Lindner
OK! As soon as a brach is available, I'll check ist out and try to modify 
source for Wicket 1.4. So let me know

Stefan

-Ursprüngliche Nachricht-
Von: Ryan Sonnek [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 28. April 2008 14:55
An: users@wicket.apache.org
Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop

i'll try to create a 1.4 branch of the scriptaculous project sometime this 
week.  of course patches are always welcome.  =)

On Mon, Apr 28, 2008 at 7:20 AM, Maurice Marrink <[EMAIL PROTECTED]> wrote:

> The source is located at sourceforge
>
> http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wic
> ket-contrib-scriptaculous
>
> As for when it will be available for wicket 1.4?, i have no idea since 
> i have nothing to do with that project.
> Perhaps Ryan Sonnek can answer that.
>
> Maurice
>
> On Mon, Apr 28, 2008 at 2:13 PM, Stefan Lindner <[EMAIL PROTECTED]>
> wrote:
> > Dear Maurice,
> >
> >  Can you give me a timeframe for the availability of WicketStuff
> Scriptaculous for wicket 1.4? The Drag and Drop will lnot work, becaus 
> a component no langer has a public 'addBeahivor' method. This is now 
> replaced by a simple 'add(Ibehavior...)' method. The 'DraggableTarget'
> class seems to internally make a call to 'addBeahivor' which no longer exists?
> >
> >  As an alternativ way: Where can I find the source (subversion
> repository)? It's not on sourceforge.
> >
> >  Kind Regards
> >  Stefan
> >
> >  -----Ursprüngliche Nachricht-----
> >  Von: Maurice Marrink [mailto:[EMAIL PROTECTED]
> >  Gesendet: Freitag, 25. April 2008 16:03
> >
> > An: users@wicket.apache.org
> >  Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
> >  Wichtigkeit: Hoch
> >
> >
> > snapshots should be available, And i think a 1.4-m1 should be 
> > available
> any time soon too.
> >
> >  Maurice
> >
> >  On Fri, Apr 25, 2008 at 3:49 PM, Ryan Sonnek 
> > <[EMAIL PROTECTED]>
> wrote:
> >
> >
> > > the wicketstuff-scriptaculous project has drag/drop support.  I
> >  > haven't  updated it to reflect 1.4 changes yet.
> >  >
> >  >  are 1.4 snapshots available for wicket yet on the bamboo 
> > snapshot  > repository?
> >  >
> >  >
> >  >
> >  >  On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner 
> > <[EMAIL PROTECTED]>
> wrote:
> >  >
> >  >  > Ok, before I lay ma hands on it: Is there another LIVING 
> > project,  > that  > deals with drag and drop for wicket? Are there 
> > other users of  > wicketstuff  > dojo out there, who want to migrate to 
> > wicket 1.4?
> Does
> >  > it still make sense  > to investigate in wicketstuff/doho? Are 
> > there  > commercial solutions fprt drag  > and drop?
> >  >  >
> >  >  > Stefan
> >  >  >
> >  >  > -Ursprüngliche Nachricht-  >  > Von: Gerolf Seitz 
> > [mailto:[EMAIL PROTECTED]  > Gesendet:
> >  > Freitag, 25. April 2008 09:02  > An: users@wicket.apache.org  >
> > > Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop  >  > all
> > of  > the mentioned project maintainers have been away for some time now.
> >  >  > you might need to lay your own hands on it.
> >  >  > i would guess nobody objects to such efforts.
> >  >  >
> >  >  >  Gerolf
> >  >  >
> >  >  > On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner  > 
> > <[EMAIL PROTECTED]>  > wrote:
> >  >  >
> >  >  > > Is there a Wicketstuff/dojo version that works together with
> Wicket 1.4?
> >  >  > > Is Wicketstuff/Dojo still alive? The latest news on the 
> > webpage  > state  > > that Wicketstuff/Dojo is still based upon wicket 1.3 
> > beta.
> >  >  > >
> >  >  > > 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]
> >
> >
>
> -
> 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 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-28 Thread Ryan Sonnek
i'll try to create a 1.4 branch of the scriptaculous project sometime this
week.  of course patches are always welcome.  =)

On Mon, Apr 28, 2008 at 7:20 AM, Maurice Marrink <[EMAIL PROTECTED]> wrote:

> The source is located at sourceforge
>
> http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-scriptaculous
>
> As for when it will be available for wicket 1.4?, i have no idea since
> i have nothing to do with that project.
> Perhaps Ryan Sonnek can answer that.
>
> Maurice
>
> On Mon, Apr 28, 2008 at 2:13 PM, Stefan Lindner <[EMAIL PROTECTED]>
> wrote:
> > Dear Maurice,
> >
> >  Can you give me a timeframe for the availability of WicketStuff
> Scriptaculous for wicket 1.4? The Drag and Drop will lnot work, becaus a
> component no langer has a public 'addBeahivor' method. This is now replaced
> by a simple 'add(Ibehavior...)' method. The 'DraggableTarget' class seems to
> internally make a call to 'addBeahivor' which no longer exists?
> >
> >  As an alternativ way: Where can I find the source (subversion
> repository)? It's not on sourceforge.
> >
> >  Kind Regards
> >  Stefan
> >
> >  -Ursprüngliche Nachricht-
> >  Von: Maurice Marrink [mailto:[EMAIL PROTECTED]
> >  Gesendet: Freitag, 25. April 2008 16:03
> >
> > An: users@wicket.apache.org
> >  Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
> >  Wichtigkeit: Hoch
> >
> >
> > snapshots should be available, And i think a 1.4-m1 should be available
> any time soon too.
> >
> >  Maurice
> >
> >  On Fri, Apr 25, 2008 at 3:49 PM, Ryan Sonnek <[EMAIL PROTECTED]>
> wrote:
> >
> >
> > > the wicketstuff-scriptaculous project has drag/drop support.  I
> >  > haven't  updated it to reflect 1.4 changes yet.
> >  >
> >  >  are 1.4 snapshots available for wicket yet on the bamboo snapshot
> >  > repository?
> >  >
> >  >
> >  >
> >  >  On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner <[EMAIL PROTECTED]>
> wrote:
> >  >
> >  >  > Ok, before I lay ma hands on it: Is there another LIVING project,
> >  > that  > deals with drag and drop for wicket? Are there other users of
> >  > wicketstuff  > dojo out there, who want to migrate to wicket 1.4?
> Does
> >  > it still make sense  > to investigate in wicketstuff/doho? Are there
> >  > commercial solutions fprt drag  > and drop?
> >  >  >
> >  >  > Stefan
> >  >  >
> >  >  > -Ursprüngliche Nachricht-
> >  >  > Von: Gerolf Seitz [mailto:[EMAIL PROTECTED]  > Gesendet:
> >  > Freitag, 25. April 2008 09:02  > An: users@wicket.apache.org  >
> >  > Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop  >  > all of
> >  > the mentioned project maintainers have been away for some time now.
> >  >  > you might need to lay your own hands on it.
> >  >  > i would guess nobody objects to such efforts.
> >  >  >
> >  >  >  Gerolf
> >  >  >
> >  >  > On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner
> >  > <[EMAIL PROTECTED]>  > wrote:
> >  >  >
> >  >  > > Is there a Wicketstuff/dojo version that works together with
> Wicket 1.4?
> >  >  > > Is Wicketstuff/Dojo still alive? The latest news on the webpage
> >  > state  > > that Wicketstuff/Dojo is still based upon wicket 1.3 beta.
> >  >  > >
> >  >  > > 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]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-28 Thread Maurice Marrink
The source is located at sourceforge
http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-scriptaculous

As for when it will be available for wicket 1.4?, i have no idea since
i have nothing to do with that project.
Perhaps Ryan Sonnek can answer that.

Maurice

On Mon, Apr 28, 2008 at 2:13 PM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
> Dear Maurice,
>
>  Can you give me a timeframe for the availability of WicketStuff 
> Scriptaculous for wicket 1.4? The Drag and Drop will lnot work, becaus a 
> component no langer has a public 'addBeahivor' method. This is now replaced 
> by a simple 'add(Ibehavior...)' method. The 'DraggableTarget' class seems to 
> internally make a call to 'addBeahivor' which no longer exists?
>
>  As an alternativ way: Where can I find the source (subversion repository)? 
> It's not on sourceforge.
>
>  Kind Regards
>  Stefan
>
>  -Ursprüngliche Nachricht-
>  Von: Maurice Marrink [mailto:[EMAIL PROTECTED]
>  Gesendet: Freitag, 25. April 2008 16:03
>
> An: users@wicket.apache.org
>  Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
>  Wichtigkeit: Hoch
>
>
> snapshots should be available, And i think a 1.4-m1 should be available any 
> time soon too.
>
>  Maurice
>
>  On Fri, Apr 25, 2008 at 3:49 PM, Ryan Sonnek <[EMAIL PROTECTED]> wrote:
>
>
> > the wicketstuff-scriptaculous project has drag/drop support.  I
>  > haven't  updated it to reflect 1.4 changes yet.
>  >
>  >  are 1.4 snapshots available for wicket yet on the bamboo snapshot
>  > repository?
>  >
>  >
>  >
>  >  On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
>  >
>  >  > Ok, before I lay ma hands on it: Is there another LIVING project,
>  > that  > deals with drag and drop for wicket? Are there other users of
>  > wicketstuff  > dojo out there, who want to migrate to wicket 1.4? Does
>  > it still make sense  > to investigate in wicketstuff/doho? Are there
>  > commercial solutions fprt drag  > and drop?
>  >  >
>  >  > Stefan
>  >  >
>  >  > -Ursprüngliche Nachricht-
>  >  > Von: Gerolf Seitz [mailto:[EMAIL PROTECTED]  > Gesendet:
>  > Freitag, 25. April 2008 09:02  > An: users@wicket.apache.org  >
>  > Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop  >  > all of
>  > the mentioned project maintainers have been away for some time now.
>  >  > you might need to lay your own hands on it.
>  >  > i would guess nobody objects to such efforts.
>  >  >
>  >  >  Gerolf
>  >  >
>  >  > On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner
>  > <[EMAIL PROTECTED]>  > wrote:
>  >  >
>  >  > > Is there a Wicketstuff/dojo version that works together with Wicket 
> 1.4?
>  >  > > Is Wicketstuff/Dojo still alive? The latest news on the webpage
>  > state  > > that Wicketstuff/Dojo is still based upon wicket 1.3 beta.
>  >  > >
>  >  > > 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]
>
>

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



RE: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-28 Thread Arthur Bogaart
Hi Stefan,

I presume this build is based on the 'old' dojo-0.4 version? If so, are there 
any plans in updating the wicketstuff-dojo project to dojo-1.1.0 or is there to 
much resistance since Dojo has changed it's api already a couple of times?

Regards,
Arthur Bogaart

[EMAIL PROTECTED] - www.onehippo.com
-
Amsterdam - Hippo B.V. Oosteinde 11 1017 WT Amsterdam +31(0)20-5224466 
San Francisco - Hippo USA Inc. 101 H Street, suite Q Petaluma CA 94952-3329 +1 
(707) 773-4646
-


 

> -Original Message-
> From: Stefan Lindner [mailto:[EMAIL PROTECTED] 
> Sent: vrijdag 25 april 2008 18:04
> To: users@wicket.apache.org
> Subject: AW: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
> 
> Thank you Ryan,
> 
> nice to hear that some WicketStuff projects are still alive. 
> On question about Scriptaculous drag/drop: Is it possible to 
> have a drop element (some  or ) containing drag 
> elements? And is it possible to move another element onto the 
> drag element and the target is the underlying drop container 
> (means drop an element onto another to replace it)?
> 
> To all the other WicketStuff Dojo users: I have successfully 
> built a version for current wicket 1.4 trunk. If someone 
> nedds it, please let me know!
> 
> Stefan Lindner
> 
> -Ursprüngliche Nachricht-
> Von: Ryan Sonnek [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 25. April 2008 15:50
> An: users@wicket.apache.org
> Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
> Wichtigkeit: Hoch
> 
> the wicketstuff-scriptaculous project has drag/drop support.  
> I haven't updated it to reflect 1.4 changes yet.
> 
> are 1.4 snapshots available for wicket yet on the bamboo 
> snapshot repository?
> 
> On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner 
> <[EMAIL PROTECTED]> wrote:
> 
> > Ok, before I lay ma hands on it: Is there another LIVING 
> project, that 
> > deals with drag and drop for wicket? Are there other users of 
> > wicketstuff dojo out there, who want to migrate to wicket 
> 1.4? Does it 
> > still make sense to investigate in wicketstuff/doho? Are there 
> > commercial solutions fprt drag and drop?
> >
> > Stefan
> >
> > -Ursprüngliche Nachricht-
> > Von: Gerolf Seitz [mailto:[EMAIL PROTECTED]
> > Gesendet: Freitag, 25. April 2008 09:02
> > An: users@wicket.apache.org
> > Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
> >
> > all of the mentioned project maintainers have been away for 
> some time now.
> > you might need to lay your own hands on it.
> > i would guess nobody objects to such efforts.
> >
> >  Gerolf
> >
> > On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner 
> <[EMAIL PROTECTED]>
> > wrote:
> >
> > > Is there a Wicketstuff/dojo version that works together 
> with Wicket 1.4?
> > > Is Wicketstuff/Dojo still alive? The latest news on the webpage 
> > > state that Wicketstuff/Dojo is still based upon wicket 1.3 beta.
> > >
> > > 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 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-28 Thread Stefan Lindner
Dear Maurice,

Can you give me a timeframe for the availability of WicketStuff Scriptaculous 
for wicket 1.4? The Drag and Drop will lnot work, becaus a component no langer 
has a public 'addBeahivor' method. This is now replaced by a simple 
'add(Ibehavior...)' method. The 'DraggableTarget' class seems to internally 
make a call to 'addBeahivor' which no longer exists?

As an alternativ way: Where can I find the source (subversion repository)? It's 
not on sourceforge.

Kind Regards
Stefan

-Ursprüngliche Nachricht-
Von: Maurice Marrink [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 25. April 2008 16:03
An: users@wicket.apache.org
Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
Wichtigkeit: Hoch

snapshots should be available, And i think a 1.4-m1 should be available any 
time soon too.

Maurice

On Fri, Apr 25, 2008 at 3:49 PM, Ryan Sonnek <[EMAIL PROTECTED]> wrote:
> the wicketstuff-scriptaculous project has drag/drop support.  I 
> haven't  updated it to reflect 1.4 changes yet.
>
>  are 1.4 snapshots available for wicket yet on the bamboo snapshot 
> repository?
>
>
>
>  On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
>
>  > Ok, before I lay ma hands on it: Is there another LIVING project, 
> that  > deals with drag and drop for wicket? Are there other users of 
> wicketstuff  > dojo out there, who want to migrate to wicket 1.4? Does 
> it still make sense  > to investigate in wicketstuff/doho? Are there 
> commercial solutions fprt drag  > and drop?
>  >
>  > Stefan
>  >
>  > -Ursprüngliche Nachricht-----
>  > Von: Gerolf Seitz [mailto:[EMAIL PROTECTED]  > Gesendet: 
> Freitag, 25. April 2008 09:02  > An: users@wicket.apache.org  >
> Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop  >  > all of 
> the mentioned project maintainers have been away for some time now.
>  > you might need to lay your own hands on it.
>  > i would guess nobody objects to such efforts.
>  >
>  >  Gerolf
>  >
>  > On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner 
> <[EMAIL PROTECTED]>  > wrote:
>  >
>  > > Is there a Wicketstuff/dojo version that works together with Wicket 1.4?
>  > > Is Wicketstuff/Dojo still alive? The latest news on the webpage 
> state  > > that Wicketstuff/Dojo is still based upon wicket 1.3 beta.
>  > >
>  > > 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 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-25 Thread Stefan Lindner
Yes, just the old version from trunk, mofified for wicket 1.4. If the former 
project developers agree I can commit it to wicketstuff. I have to search for 
my commit account login data

Stefan 

-Ursprüngliche Nachricht-
Von: Nino Saturnino Martinez Vazquez Wael [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 25. April 2008 19:24
An: users@wicket.apache.org
Betreff: Re: AW: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop



Stefan Lindner wrote:
> Thank you Ryan,
>
> nice to hear that some WicketStuff projects are still alive. On question 
> about Scriptaculous drag/drop: Is it possible to have a drop element (some 
>  or ) containing drag elements? And is it possible to move another 
> element onto the drag element and the target is the underlying drop container 
> (means drop an element onto another to replace it)?
>
> To all the other WicketStuff Dojo users: I have successfully built a version 
> for current wicket 1.4 trunk. If someone nedds it, please let me know!
>
>   
Commit it to wicketstuff? You mean you ported the old version or?
> Stefan Lindner
>
> -Ursprüngliche Nachricht-
> Von: Ryan Sonnek [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 25. April 2008 15:50
> An: users@wicket.apache.org
> Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
> Wichtigkeit: Hoch
>
> the wicketstuff-scriptaculous project has drag/drop support.  I haven't 
> updated it to reflect 1.4 changes yet.
>
> are 1.4 snapshots available for wicket yet on the bamboo snapshot repository?
>
> On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
>
>   
>> Ok, before I lay ma hands on it: Is there another LIVING project, 
>> that deals with drag and drop for wicket? Are there other users of 
>> wicketstuff dojo out there, who want to migrate to wicket 1.4? Does 
>> it still make sense to investigate in wicketstuff/doho? Are there 
>> commercial solutions fprt drag and drop?
>>
>> Stefan
>>
>> -Ursprüngliche Nachricht-----
>> Von: Gerolf Seitz [mailto:[EMAIL PROTECTED]
>> Gesendet: Freitag, 25. April 2008 09:02
>> An: users@wicket.apache.org
>> Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
>>
>> all of the mentioned project maintainers have been away for some time now.
>> you might need to lay your own hands on it.
>> i would guess nobody objects to such efforts.
>>
>>  Gerolf
>>
>> On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner <[EMAIL PROTECTED]>
>> wrote:
>>
>> 
>>> Is there a Wicketstuff/dojo version that works together with Wicket 1.4?
>>> Is Wicketstuff/Dojo still alive? The latest news on the webpage 
>>> state that Wicketstuff/Dojo is still based upon wicket 1.3 beta.
>>>
>>> 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]
>
>   

--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
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 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-25 Thread Ryan Sonnek
Stefan, i'm not 100% sure what your usecase is.  the
wicketstuff-scriptaculous library supports pretty much everything that
scriptaculous supports.

we do support adding sortable elements to the drop target.  scriptaculous
only allows for one drop element per page though...


On Fri, Apr 25, 2008 at 11:03 AM, Stefan Lindner <[EMAIL PROTECTED]>
wrote:

> Thank you Ryan,
>
> nice to hear that some WicketStuff projects are still alive. On question
> about Scriptaculous drag/drop: Is it possible to have a drop element (some
>  or ) containing drag elements? And is it possible to move
> another element onto the drag element and the target is the underlying drop
> container (means drop an element onto another to replace it)?
>
> To all the other WicketStuff Dojo users: I have successfully built a
> version for current wicket 1.4 trunk. If someone nedds it, please let me
> know!
>
> Stefan Lindner
>
> -Ursprüngliche Nachricht-
> Von: Ryan Sonnek [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 25. April 2008 15:50
> An: users@wicket.apache.org
> Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
> Wichtigkeit: Hoch
>
> the wicketstuff-scriptaculous project has drag/drop support.  I haven't
> updated it to reflect 1.4 changes yet.
>
> are 1.4 snapshots available for wicket yet on the bamboo snapshot
> repository?
>
> On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner <[EMAIL PROTECTED]>
> wrote:
>
> > Ok, before I lay ma hands on it: Is there another LIVING project, that
> > deals with drag and drop for wicket? Are there other users of
> > wicketstuff dojo out there, who want to migrate to wicket 1.4? Does it
> > still make sense to investigate in wicketstuff/doho? Are there
> > commercial solutions fprt drag and drop?
> >
> > Stefan
> >
> > -Ursprüngliche Nachricht-
> > Von: Gerolf Seitz [mailto:[EMAIL PROTECTED]
> > Gesendet: Freitag, 25. April 2008 09:02
> > An: users@wicket.apache.org
> > Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
> >
> > all of the mentioned project maintainers have been away for some time
> now.
> > you might need to lay your own hands on it.
> > i would guess nobody objects to such efforts.
> >
> >  Gerolf
> >
> > On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner <[EMAIL PROTECTED]>
> > wrote:
> >
> > > Is there a Wicketstuff/dojo version that works together with Wicket
> 1.4?
> > > Is Wicketstuff/Dojo still alive? The latest news on the webpage
> > > state that Wicketstuff/Dojo is still based upon wicket 1.3 beta.
> > >
> > > 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 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-25 Thread Maurice Marrink
snapshots should be available, And i think a 1.4-m1 should be
available any time soon too.

Maurice

On Fri, Apr 25, 2008 at 3:49 PM, Ryan Sonnek <[EMAIL PROTECTED]> wrote:
> the wicketstuff-scriptaculous project has drag/drop support.  I haven't
>  updated it to reflect 1.4 changes yet.
>
>  are 1.4 snapshots available for wicket yet on the bamboo snapshot
>  repository?
>
>
>
>  On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
>
>  > Ok, before I lay ma hands on it: Is there another LIVING project, that
>  > deals with drag and drop for wicket? Are there other users of wicketstuff
>  > dojo out there, who want to migrate to wicket 1.4? Does it still make sense
>  > to investigate in wicketstuff/doho? Are there commercial solutions fprt 
> drag
>  > and drop?
>  >
>  > Stefan
>  >
>  > -Ursprüngliche Nachricht-
>  > Von: Gerolf Seitz [mailto:[EMAIL PROTECTED]
>  > Gesendet: Freitag, 25. April 2008 09:02
>  > An: users@wicket.apache.org
>  > Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
>  >
>  > all of the mentioned project maintainers have been away for some time now.
>  > you might need to lay your own hands on it.
>  > i would guess nobody objects to such efforts.
>  >
>  >  Gerolf
>  >
>  > On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner <[EMAIL PROTECTED]>
>  > wrote:
>  >
>  > > Is there a Wicketstuff/dojo version that works together with Wicket 1.4?
>  > > Is Wicketstuff/Dojo still alive? The latest news on the webpage state
>  > > that Wicketstuff/Dojo is still based upon wicket 1.3 beta.
>  > >
>  > > 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 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-25 Thread Ryan Sonnek
the wicketstuff-scriptaculous project has drag/drop support.  I haven't
updated it to reflect 1.4 changes yet.

are 1.4 snapshots available for wicket yet on the bamboo snapshot
repository?

On Fri, Apr 25, 2008 at 5:38 AM, Stefan Lindner <[EMAIL PROTECTED]> wrote:

> Ok, before I lay ma hands on it: Is there another LIVING project, that
> deals with drag and drop for wicket? Are there other users of wicketstuff
> dojo out there, who want to migrate to wicket 1.4? Does it still make sense
> to investigate in wicketstuff/doho? Are there commercial solutions fprt drag
> and drop?
>
> Stefan
>
> -Ursprüngliche Nachricht-
> Von: Gerolf Seitz [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 25. April 2008 09:02
> An: users@wicket.apache.org
> Betreff: Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop
>
> all of the mentioned project maintainers have been away for some time now.
> you might need to lay your own hands on it.
> i would guess nobody objects to such efforts.
>
>  Gerolf
>
> On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner <[EMAIL PROTECTED]>
> wrote:
>
> > Is there a Wicketstuff/dojo version that works together with Wicket 1.4?
> > Is Wicketstuff/Dojo still alive? The latest news on the webpage state
> > that Wicketstuff/Dojo is still based upon wicket 1.3 beta.
> >
> > 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]
>
>


Re: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-25 Thread Gerolf Seitz
all of the mentioned project maintainers have been away for some time now.
you might need to lay your own hands on it.
i would guess nobody objects to such efforts.

  Gerolf

On Thu, Apr 24, 2008 at 6:53 PM, Stefan Lindner <[EMAIL PROTECTED]> wrote:

> Is there a Wicketstuff/dojo version that works together with Wicket 1.4?
> Is Wicketstuff/Dojo still alive? The latest news on the webpage state
> that Wicketstuff/Dojo is still based upon wicket 1.3 beta.
>
> Stefan
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>