[Wicket-user] Re: New snapshots available

2006-02-27 Thread jan_bar
Never mind, I found it. http://wicket.sourceforge.net, Project info - Sourceforge, download pages Jan "jan_bar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > how can I access the snapshot downloads? Currently I have to go the the > Wicket downloads area and remove the pack

[Wicket-user] Re: New snapshots available

2006-02-27 Thread jan_bar
Hi, how can I access the snapshot downloads? Currently I have to go the the Wicket downloads area and remove the package_id parameter from Url. I this way I get all packages, including snapshots. There must be simpler way. Thanks, Jan "Martijn Dashorst" <[EMAIL PROTECTED]> wrote in message news

[Wicket-user] Re: Source of application using Wicket

2006-02-27 Thread jan_bar
Thanks Martijn, I have latest version of burgerweeshuis, but it doesn't compile. It seems that the wicket SNAPSHOT in the lib/wicket is out fo date. Which snapshot should I use? Jan "Martijn Dashorst" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] wicket phonebook is a good exampl

Re: [Wicket-user] Bookmarkable links

2006-02-27 Thread Igor Vaynberg
On 2/27/06, David Leangen <[EMAIL PROTECTED]> wrote: > hrm, maybe its a problem with our prepender. it does look like its> prepending the / but nothing after that, maybe the "." that is> screwing it up. try calling getApplicationSettings().setContextPath > ("/.temp/www") in your application.init()

Re: [Wicket-user] Bookmarkable links

2006-02-27 Thread David Leangen
> hrm, maybe its a problem with our prepender. it does look like its > prepending the / but nothing after that, maybe the "." that is > screwing it up. try calling getApplicationSettings().setContextPath > ("/.temp/www") in your application.init() method. if that works then i > will assume its a p

Re: [Wicket-user] Bookmarkable links

2006-02-27 Thread David Leangen
Hello! I just tried the latest snapshot (20060227-0200). Still the same problem, unfortunately. > what does youre html look like? > If you have non absolute paths in src or href attributes of tags then > they will be made absolute in the latest snapshots. My (relevant) html looks

Re: [Wicket-user] Bookmarkable links

2006-02-27 Thread Igor Vaynberg
avid Leangen <[EMAIL PROTECTED]> wrote: Hello!I just tried the latest snapshot (20060227-0200). Still the sameproblem, unfortunately.> what does youre html look like?> If you have non absolute paths in src or href attributes of tags then > they will be made absolute in the latest snap

Re: [Wicket-user] New snapshots available

2006-02-27 Thread Eelco Hillenius
I am sorry but I have no time for it. DatePicker is merely deprecated - and if someone has a patch for the current problem I'd be happy to apply it. Calendar is crude and not yet very easy to extend. And the DatePicker functionality has to be build on top of it. I created YUI Calendar this weekend

RE: [Wicket-user] New snapshots available

2006-02-27 Thread Frank Silbermann
The old DatePicker which didn't work in IE had in the documentation some sample code for using it to load a textbox. We also saw its use in the FormInput example. I know the new Calendar was just added to Wicket, and quite rapidly after the problem with the old DatePicker was identified, I might

Re: [Wicket-user] Re: DatePicker problems

2006-02-27 Thread Martijn Dashorst
Yeah. +1 for extensions.MartijnOn 2/27/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: should we put these in extensions?-Igor On 2/27/06, Nick Heudecker <[EMAIL PROTECTED] > wrote: Done.  I just copied the source into the description field since I figure you'll want to completely rewrite it. :) -

Re: [Wicket-user] Extending FormComponent

2006-02-27 Thread Ayodeji Aladejebi
well the last time i checked out that wicket-contrib-tinymce from CVS, i could'nt get any thing related to rte done from it maybe it hadnt been updated by then...but i will try again On 2/27/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: also have a look at wicket-contrib-tinymce, it does what you ar

Re: [Wicket-user] Bookmarkable links

2006-02-27 Thread Johan Compagner
what does youre html look like?If you have non absolute paths in src or href attributes of tags then they will be made absolute in the latest snapshots.i don't have any compile errors in head so don't know why you have. On 2/27/06, David Leangen <[EMAIL PROTECTED]> wrote: Sorry, I deleted the last

Re: [Wicket-user] Extending FormComponent

2006-02-27 Thread Igor Vaynberg
also have a look at wicket-contrib-tinymce, it does what you are trying to do for the tinymce rte.-IgorOn 2/27/06, Juergen Donnerstag < [EMAIL PROTECTED]> wrote:put it into provided your own component is based on a Panel. Please the wiki for css, _javascript_ and header support. You'llcertainly fi

Re: [Wicket-user] Re: DatePicker problems

2006-02-27 Thread Igor Vaynberg
should we put these in extensions?-IgorOn 2/27/06, Nick Heudecker <[EMAIL PROTECTED]> wrote: Done.  I just copied the source into the description field since I figure you'll want to completely rewrite it. :)

Re: [Wicket-user] Re: DatePicker problems

2006-02-27 Thread Nick Heudecker
Done.  I just copied the source into the description field since I figure you'll want to completely rewrite it. :)

Re: [Wicket-user] Header Contribution on inherited panels

2006-02-27 Thread Andre Matheus
; you to provide whatever scope (it is a String) you want to. > > I would very much appreciate if could prepare a little test case for > me (like in src/test and based on WicketTestCase) for me to validate > the implementation. > > Juergen > > On 2/27/06, Andre Matheus <

Re: [Wicket-user] Re: DatePicker problems

2006-02-27 Thread Martijn Dashorst
Supply the two classes in the patch section of sourceforge (no need to make a diff though), we'll take care of the rest.MartijnOn 2/27/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:Certainly, although it can probably be Wicket-ified some more.  I can also contribute a time selector I wrote.  Where

Re: [Wicket-user] Re: DatePicker problems

2006-02-27 Thread Nick Heudecker
Certainly, although it can probably be Wicket-ified some more.  I can also contribute a time selector I wrote.  Where should I put them?  On 2/27/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: Nick,Are you willing to donate your form component? I can see that there is some interest in the compone

Re: [Wicket-user] Header Contribution on inherited panels

2006-02-27 Thread Juergen Donnerstag
src/test and based on WicketTestCase) for me to validate the implementation. Juergen On 2/27/06, Andre Matheus <[EMAIL PROTECTED]> wrote: > Hi all, I am using wicket-1.2-20060227-0200.jar > > I found an strange thing in the Header Contribution on inherited panels. > > I hav

[Wicket-user] Header Contribution on inherited panels

2006-02-27 Thread Andre Matheus
Hi all, I am using wicket-1.2-20060227-0200.jar I found an strange thing in the Header Contribution on inherited panels. I have the following panel hierarchy, all them with wicket:head contribution: BasePanel -- BaseListPanel -- PersonListPanel -- BaseFormPanel

Re: [Wicket-user] Extending FormComponent

2006-02-27 Thread Juergen Donnerstag
put it into provided your own component is based on a Panel. Please the wiki for css, javascript and header support. You'll certainly find some information there. Juergen On 2/27/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > > I have a javascript library for rich text editor, i want to use

[Wicket-user] Extending FormComponent

2006-02-27 Thread Ayodeji Aladejebi
I have a _javascript_ library for rich text editor, i want to use it to create my own small customized FormComponent/TextComponent . What do i do or how do i use it   I have these 3 _javascript_ Lines to inject for the Rich text Component to render  

Re: [Wicket-user] Basic - JavaScriptReference and IInitializer question.

2006-02-27 Thread Johan Compagner
Don't forget restarting youre server and reloading the session from disc.Then the Resources are also not there yet in the SharedResources.And static blocks are then completely evil! Because the static part: static{    PackageResourceReference resource = new PackageResourceReference ();}will pretty

Re: [Wicket-user] Re: DatePicker problems

2006-02-27 Thread Johan Compagner
Then the sequence how you set the fields should be pushed by the locale settingsOr just specified in youre markup.johanOn 2/27/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: please just a suggestion about Date Components. Is it possible to have a FormComponent for Date that is rendered as 3 comb

Re: [Wicket-user] Detachable resources

2006-02-27 Thread Johan Compagner
His model is not detached because a Resource request is not a normal page request.We don't walk over the models because we don't have components and models.johanOn 2/27/06, Maurice Marrink <[EMAIL PROTECTED]> wrote: I think he is already doing that johan, hence the question about there-attaching.A

Re: [Wicket-user] Re: DatePicker problems

2006-02-27 Thread Martijn Dashorst
Nick,Are you willing to donate your form component? I can see that there is some interest in the component you created.MartijnOn 2/27/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: please just a suggestion about Date Components. Is it possible to have a FormComponent for Date that is rendered as

Re: [Wicket-user] Source of application using Wicket

2006-02-27 Thread Martijn Dashorst
wicket phonebook is a good example to start with.Under construction, and more specifically /NOT/ by wicket guru's is the Burgerweeshuis project hosted at sourceforge.    http://www.sourceforge.net/projects/burgerweeshuisIt is a dutch project, but you might find some interesting things there. It us

Re: [Wicket-user] Re: DatePicker problems

2006-02-27 Thread Ayodeji Aladejebi
please just a suggestion about Date Components. Is it possible to have a FormComponent for Date that is rendered as 3 combo boxes with Year | Month | Date in a drop down combos, so that when you attach that FormComponent, it will render 3 combo boxes for Year | Month | Date and then when you submit

Re: [Wicket-user] Detachable resources

2006-02-27 Thread Maurice Marrink
I think he is already doing that johan, hence the question about the re-attaching. Although there seems to be something going wrong because all models are detatched at the end of a request (unless you are nesting models and you don't propagate the detach call to the nested model). on detach the loa