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 works great.

sry for that,
 gerolf


On 5/2/07, Johan Compagner <[EMAIL PROTECTED]> wrote:

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:
> >
> > 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 wicket-calendar (to which i would
> > > attach a patch or the whole file),
> > > how would you like me to provide this contribution?
> > >
> > > gerolf
> > >
> > > On 5/1/07, Johan Compagner <[EMAIL PROTECTED] > wrote:
> > > >
> > > > 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, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > > 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, we
> > > > > can
> > > > > try urge Johan/ others more to add their datepicker components.
> > > > > I
> > > > > thought he found one that supports that.
> > > > >
> > > > > > however, as i said, i'd really like to contribute...
> > > > >
> > > > > That's always very welcome.
> > > > >
> > > > > Eelco
> > > > >
> > > > >
> > > > > 
-------------------------------------------------------------------------
> > > > > This SF.net email is sponsored by DB2 Express
> > > > > Download DB2 Express C - the FREE version of DB2 express and
> > > > > take
> > > > > control of your XML. No limits. Just data. Click to get it now.
> > > > > http://sourceforge.net/powerbar/db2/
> > > > > _______________________________________________
> > > > > Wicket-user mailing list
> > > > > Wicket-user@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > > >
> > > >
> > > >
> > > >
> > > > 
-------------------------------------------------------------------------
> > > > This SF.net email is sponsored by DB2 Express
> > > > Download DB2 Express C - the FREE version of DB2 express and take
> > > > control of your XML. No limits. Just data. Click to get it now.
> > > > http://sourceforge.net/powerbar/db2/
> > > > _______________________________________________
> > > > Wicket-user mailing list
> > > > Wicket-user@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > >
> > > >
> > >
> > >
> > > -------------------------------------------------------------------------
> > > This SF.net email is sponsored by DB2 Express
> > > Download DB2 Express C - the FREE version of DB2 express and take
> > > control of your XML. No limits. Just data. Click to get it now.
> > > http://sourceforge.net/powerbar/db2/
> > > _______________________________________________
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> > >
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to