Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-05-03 Thread Johan Compagner
changed it On 5/2/07, Gerolf Seitz [EMAIL PROTECTED] wrote: hm, i did mess up. there's one more thing left in line 1534: if (positionArray['w']==-1) positionArray['m'] = format.indexOf('w'); the quoted 'm' should be replaced with a w. the right line is: if (positionArray['w']==-1)

Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-05-03 Thread Gerolf Seitz
thx a lot On 5/3/07, Johan Compagner [EMAIL PROTECTED] wrote: changed it On 5/2/07, Gerolf Seitz [EMAIL PROTECTED] wrote: hm, i did mess up. there's one more thing left in line 1534: if (positionArray['w']==-1) positionArray['m'] = format.indexOf('w'); the quoted 'm' should be replaced

Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-05-02 Thread Johan Compagner
i applied it look if it works for you now. On 5/2/07, Gerolf Seitz [EMAIL PROTECTED] wrote: thx, jira issue with attached patch: http://wicketstuff.org/jira/browse/WSCAL-1 since it's my first contribution, i hope i didn't mess up ;) gerolf On 5/1/07, Igor Vaynberg [EMAIL PROTECTED] wrote:

Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-05-02 Thread Gerolf Seitz
hm, i did mess up. there's one more thing left in line 1534: if (positionArray['w']==-1) positionArray['m'] = format.indexOf('w'); the quoted 'm' should be replaced with a w. the right line is: if (positionArray['w']==-1) positionArray['w'] = format.indexOf('w'); after that change, everything

Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-05-01 Thread Gerolf Seitz
i'd like to help un-limit the new datepicker in the datetime project. what i personally need is the ability to select a week or a month. i'm not sure though how much we can change the datepicker itself, because it's a YUI widget. however, as i said, i'd really like to contribute... gerolf On

Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-05-01 Thread Eelco Hillenius
i'd like to help un-limit the new datepicker in the datetime project. what i personally need is the ability to select a week or a month. i'm not sure though how much we can change the datepicker itself, because it's a YUI widget. Not sure either. Might be a big pain. If it's too much work,

Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-05-01 Thread Johan Compagner
This is the one i currently use: https://svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-calendar it works pretty well for what it should do I haven't heard from the javascript author back that he wants to change the license so its on wicket stuff for the moment. johan On 5/1/07,

Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-05-01 Thread Gerolf Seitz
as for now, i added the week of year pattern 'w' to the wicket-calendar in wicket-stuff. one may click either the week number directly or any day in the desired week. since there is no JIRA project for wicket-calendar (to which i would attach a patch or the whole file), how would you like me to

Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-05-01 Thread Igor Vaynberg
i created a jira project for it -igor On 5/1/07, Gerolf Seitz [EMAIL PROTECTED] wrote: as for now, i added the week of year pattern 'w' to the wicket-calendar in wicket-stuff. one may click either the week number directly or any day in the desired week. since there is no JIRA project for

Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-05-01 Thread Gerolf Seitz
thx, jira issue with attached patch: http://wicketstuff.org/jira/browse/WSCAL-1 since it's my first contribution, i hope i didn't mess up ;) gerolf On 5/1/07, Igor Vaynberg [EMAIL PROTECTED] wrote: i created a jira project for it -igor On 5/1/07, Gerolf Seitz [EMAIL PROTECTED] wrote: as

[Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-04-30 Thread D.Alexander
Ta, I've just upgraded and prefixed all wicket imports with org.apache. Only problemo seems to be that wicket.extensions.markup.html.datepicker.DatePicker has disappeared. Any idea where it went? Derek -Original Message- From: [EMAIL PROTECTED] on behalf of Matej Knopp Sent: Mon

Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-04-30 Thread D.Alexander
ok, found it: http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-datepicker -Original Message- From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Mon 4/30/2007 3:52 PM To: wicket-user@lists.sourceforge.net Subject: from 1.2.6 to 1.3.0 snapshot Ta, I've just

Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-04-30 Thread Martin Funk
Sorry Eelco for beeing such a pain ;-) but unless I missed something, wicket-datetime's DateField is still throwing NPE's, making it somewhat hard to use. Martin Eelco Hillenius schrieb: yeah. And there's a separate project with a new datepicker now as well: wicket-datetime. Eelco On

Re: [Wicket-user] from 1.2.6 to 1.3.0 snapshot

2007-04-30 Thread Eelco Hillenius
The issue you reported doesn't make sense to me atm, but I'm sure it's not bug free yet. However, it'll be someday (and hopefully that is soon), and the issue is not related to the datepicker I think. The datetime project is still new, and the datepicker more limited than the old one, but we can