Re: inmethod-grid generics

2011-07-03 Thread Duy Do

Attila, thank you for your information.


On 7/3/11 1:37 AM, Attila Király wrote:

Hi Duy,

Generics were added only to the 1.5 branch of inmethod-grid. There is no
plan to backport this to the 1.4 branch.

Attila

2011/7/2 Duy Dodoquoc...@gmail.com


Hi wicketers,

I found inmethod-gric generics for wicket 1.5 on wicketstuff but can not
find one for wicket 1.4.x. Is there any maven repo for 1.4.x?

Thanks,
Duy

--**--**-
To unsubscribe, e-mail: 
users-unsubscribe@wicket.**apache.orgusers-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



inmethod-grid generics

2011-07-02 Thread Duy Do


Hi wicketers,

I found inmethod-gric generics for wicket 1.5 on wicketstuff but can not 
find one for wicket 1.4.x. Is there any maven repo for 1.4.x?


Thanks,
Duy

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: inmethod-grid generics

2011-07-02 Thread Attila Király
Hi Duy,

Generics were added only to the 1.5 branch of inmethod-grid. There is no
plan to backport this to the 1.4 branch.

Attila

2011/7/2 Duy Do doquoc...@gmail.com


 Hi wicketers,

 I found inmethod-gric generics for wicket 1.5 on wicketstuff but can not
 find one for wicket 1.4.x. Is there any maven repo for 1.4.x?

 Thanks,
 Duy

 --**--**-
 To unsubscribe, e-mail: 
 users-unsubscribe@wicket.**apache.orgusers-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




inmethod grid generics patch

2009-05-08 Thread Brill Pappin

according to this post;

http://tinyurl.com/qlghyf

the inmethod grid it he wicketstuff modules was to get generics.

I'm finding the missing generics a real pain in the behind but I also  
have a recent checkout of the 1.4-SNAPSHOT of wicketstuff, and it does  
not yet have generics.


Does anyone know if this component has been abandoned or not?
If I have to I'll go an add the generics myself, but if there is a  
copy out there that already has them I'd rather use that version.


- Brill Pappin

smime.p7s
Description: S/MIME cryptographic signature


Re: inmethod grid generics patch

2009-05-08 Thread Matej Knopp
Hi,

it's not abandoned. There's a project created for it in wicketstuff
jira that can be used to submit patches.

-Matej

On Fri, May 8, 2009 at 11:49 PM, Brill Pappin br...@pappin.ca wrote:
 according to this post;

 http://tinyurl.com/qlghyf

 the inmethod grid it he wicketstuff modules was to get generics.

 I'm finding the missing generics a real pain in the behind but I also have a
 recent checkout of the 1.4-SNAPSHOT of wicketstuff, and it does not yet have
 generics.

 Does anyone know if this component has been abandoned or not?
 If I have to I'll go an add the generics myself, but if there is a copy out
 there that already has them I'd rather use that version.

 - Brill Pappin

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: inmethod grid generics patch

2009-05-08 Thread Matej Knopp
Found the patch, will assign it to jira issue. And possibly apply after review.

-Matej

On Fri, May 8, 2009 at 11:54 PM, Matej Knopp matej.kn...@gmail.com wrote:
 Hi,

 it's not abandoned. There's a project created for it in wicketstuff
 jira that can be used to submit patches.

 -Matej

 On Fri, May 8, 2009 at 11:49 PM, Brill Pappin br...@pappin.ca wrote:
 according to this post;

 http://tinyurl.com/qlghyf

 the inmethod grid it he wicketstuff modules was to get generics.

 I'm finding the missing generics a real pain in the behind but I also have a
 recent checkout of the 1.4-SNAPSHOT of wicketstuff, and it does not yet have
 generics.

 Does anyone know if this component has been abandoned or not?
 If I have to I'll go an add the generics myself, but if there is a copy out
 there that already has them I'd rather use that version.

 - Brill Pappin


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: inmethod grid generics patch

2009-05-08 Thread Brill Pappin

That would be great!

If you need an area to focus on, it's the generics that type things  
like getSelectedItems() etc. and some of the other common overrides.


- Brill Pappin


On 8-May-09, at 5:57 PM, Matej Knopp wrote:

Found the patch, will assign it to jira issue. And possibly apply  
after review.


-Matej

On Fri, May 8, 2009 at 11:54 PM, Matej Knopp matej.kn...@gmail.com  
wrote:

Hi,

it's not abandoned. There's a project created for it in wicketstuff
jira that can be used to submit patches.

-Matej

On Fri, May 8, 2009 at 11:49 PM, Brill Pappin br...@pappin.ca  
wrote:

according to this post;

http://tinyurl.com/qlghyf

the inmethod grid it he wicketstuff modules was to get generics.

I'm finding the missing generics a real pain in the behind but I  
also have a
recent checkout of the 1.4-SNAPSHOT of wicketstuff, and it does  
not yet have

generics.

Does anyone know if this component has been abandoned or not?
If I have to I'll go an add the generics myself, but if there is a  
copy out

there that already has them I'd rather use that version.

- Brill Pappin




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org





smime.p7s
Description: S/MIME cryptographic signature


inmethod-grid generics?

2008-11-30 Thread Ryan McKinley

Hi-

Is there any interest in making inmethod grid generic?

I have a half-way implementation that makes IDataSourceT -- it does  
not make IQueryResult generic though.


Is there anywhere to attach patches for inmethod-grid?  I don't see  
anything on:

http://wicketstuff.org/jira/secure/Dashboard.jspa

thanks!
ryan