[Wicket-user] contrib vs extensions

2006-04-13 Thread Rüdiger Schulz
Hello list,

I'm currently building an application using Wicket 1.1.1 and
Hibernate3. I found some very helpful classes in the wicket-extensions
1.1.1 and especially in the contrib packages data and
data-hibernate-3.0 (downloaded via CVS).

I already had success displaying a data-table using a DataView and a
HibernateDataProvider. Now I wanted to try this with a DataTable.

But now I see that there are some classes in contrib, which are also in
extensions, but different packages, like IColumn and its children. Am
I right that I cannot use the the columns (CheckboxColumns etc.) from
contrib-data with the DataTable from extensions? I'm pretty sure I'll
stumble over a ClassCastException here, because DataTable expects a
List of wicket.extensions.markup.html.repeater.data.table.IColumn, and
CheckboxColumn implements wicket.contrib.data.model.bind.IColumn...

Then - how can I use these Columns from contrib-data? Or are the
contrib packages all meant for the upcoming wicket 1.2 (never tried
this one yet)?

-- 
greetings from Berlin,

Rüdiger Schulz



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] contrib vs extensions

2006-04-13 Thread Juergen Donnerstag
Extensions are part of the Wicket project and maintained by Wickets
core developers. Contrib projects are part of wicket-stuff which has
much relaxed contribution rules and contrib projects are usually not
maintained by core developers. The Wicket team does not feel
responsible for the content of the contrib projects. And they are not
1.2 specifc or whatever. Having said that, some features find there
way from contrib to extension or core and on the way while more users
are using it, it gets modified and situations like yours arise. I
know, it doesn't solve your problem, but may be explains the situation
a bit.

Juergen

On 4/13/06, Rüdiger Schulz <[EMAIL PROTECTED]> wrote:
> Hello list,
>
> I'm currently building an application using Wicket 1.1.1 and
> Hibernate3. I found some very helpful classes in the wicket-extensions
> 1.1.1 and especially in the contrib packages data and
> data-hibernate-3.0 (downloaded via CVS).
>
> I already had success displaying a data-table using a DataView and a
> HibernateDataProvider. Now I wanted to try this with a DataTable.
>
> But now I see that there are some classes in contrib, which are also in
> extensions, but different packages, like IColumn and its children. Am
> I right that I cannot use the the columns (CheckboxColumns etc.) from
> contrib-data with the DataTable from extensions? I'm pretty sure I'll
> stumble over a ClassCastException here, because DataTable expects a
> List of wicket.extensions.markup.html.repeater.data.table.IColumn, and
> CheckboxColumn implements wicket.contrib.data.model.bind.IColumn...
>
> Then - how can I use these Columns from contrib-data? Or are the
> contrib packages all meant for the upcoming wicket 1.2 (never tried
> this one yet)?
>
> --
> greetings from Berlin,
>
> Rüdiger Schulz
>
>
>
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] contrib vs extensions

2006-04-13 Thread Igor Vaynberg
you have to implement your own extensions IColumn that adds a checkbox.-IgorOn 4/13/06, Rüdiger Schulz <
[EMAIL PROTECTED]> wrote:Hello list,I'm currently building an application using Wicket 
1.1.1 andHibernate3. I found some very helpful classes in the wicket-extensions1.1.1 and especially in the contrib packages data anddata-hibernate-3.0 (downloaded via CVS).I already had success displaying a data-table using a DataView and a
HibernateDataProvider. Now I wanted to try this with a DataTable.But now I see that there are some classes in contrib, which are also inextensions, but different packages, like IColumn and its children. Am
I right that I cannot use the the columns (CheckboxColumns etc.) fromcontrib-data with the DataTable from extensions? I'm pretty sure I'llstumble over a ClassCastException here, because DataTable expects a
List of wicket.extensions.markup.html.repeater.data.table.IColumn, andCheckboxColumn implements wicket.contrib.data.model.bind.IColumn...Then - how can I use these Columns from contrib-data? Or are thecontrib packages all meant for the upcoming wicket 
1.2 (never triedthis one yet)?--greetings from Berlin,Rüdiger Schulz---This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcastand join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] contrib vs extensions

2006-04-13 Thread Rüdiger Schulz
ok, thanks for pointing that out :)

happy eastern to all,

Rüdiger

Juergen Donnerstag wrote on 13.04.2006 at 15:23:

> Extensions are part of the Wicket project and maintained by Wickets
> core developers. Contrib projects are part of wicket-stuff which has
> much relaxed contribution rules and contrib projects are usually not
> maintained by core developers. The Wicket team does not feel
> responsible for the content of the contrib projects. And they are not
> 1.2 specifc or whatever. Having said that, some features find there
> way from contrib to extension or core and on the way while more users
> are using it, it gets modified and situations like yours arise. I
> know, it doesn't solve your problem, but may be explains the situation
> a bit.

> Juergen



-- 
greetings from Berlin,

Rüdiger Schulz



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user