Re: [Wicket-user] Clueless - Customising Behaviors

2007-07-02 Thread Ballist1c
Thanks Eelco! just found the src for the latest beta so I can see how the current AjaxSelfUpdatingTimerBehavior works, ill check out the wicket examples, should be able to pull it apart in no time. Eelco Hillenius wrote: > >> At the moment I have been looking for ways to modify the existing >>

Re: [Wicket-user] Clueless - Customising Behaviors

2007-07-02 Thread Eelco Hillenius
> At the moment I have been looking for ways to modify the existing > AjaxSelfUpdatingTimerBehavior, and i am looking to create my own > CustomAjaxSelfUpdatingTimerBehavior that continues to count before the next > polling without waiting for the response. > > i dont know where to start or how to g

[Wicket-user] Clueless - Customising Behaviors

2007-07-02 Thread Ballist1c
Hey guys, At the moment I have been looking for ways to modify the existing AjaxSelfUpdatingTimerBehavior, and i am looking to create my own CustomAjaxSelfUpdatingTimerBehavior that continues to count before the next polling without waiting for the response. i dont know where to start or how to

Re: [Wicket-user] suggestion: have Wicket SVN searchable with FishEye

2007-07-02 Thread Peter Thomas
On 7/3/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > However, I still would not support setting up Fisheye against an Apache > SVN without infrastructure's support as they are the ones that would > have to pick up the pieces if it were to go wrong. Yeah, that's fair enough :) Eelco Raise

Re: [Wicket-user] A question about DataTable Component.

2007-07-02 Thread Igor Vaynberg
On 7/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am using the AjaxFallBackDataTable from the wicket-extensions project. Using this component I am rendering some entities, and I also have a delete link for deleting the displayed entities. The delete link is AjaxFallBackLink. My question

Re: [Wicket-user] Clueless - AJAX and messaging based updates to client

2007-07-02 Thread Eelco Hillenius
> I want to add functionality that has the AJAX display update on ALL users > viewing the webpage when any users inputs a new comment without them having > to check repeatedly. Two choices. 1) Build in and Ajax timer that polls for changes (AjaxSelfUpdatingTimerBehavior would probably be the easie

Re: [Wicket-user] onSubmit() called twice

2007-07-02 Thread Eelco Hillenius
> onSubmit(), and consequently the code I have in that overridden method, > is being called twice. > > I'm wondering if it's my misunderstanding of how Wicket works, and this > behaviour is intended, or if I somehow introduced a bug in my code. > > If this is caused by my error, does anybody have a

Re: [Wicket-user] wicket-based dashboard

2007-07-02 Thread Eelco Hillenius
> I'm looking for some advice on how to create a Wicket-based dashboard with > functionality along the lines of iGoogle.com. That is, resizable and > drag/drop-able sub-window components that can be arranged by the user. And > the dashboard layout must be serialized for the next time the user log

[Wicket-user] onSubmit() called twice

2007-07-02 Thread David Leangen
Hello! onSubmit(), and consequently the code I have in that overridden method, is being called twice. I'm wondering if it's my misunderstanding of how Wicket works, and this behaviour is intended, or if I somehow introduced a bug in my code. If this is caused by my error, does anybody have any

[Wicket-user] Clueless - AJAX and messaging based updates to client

2007-07-02 Thread Ballist1c
Hey guys, Alright i am moving into new territory and I need some guidance, this may be an ajax specific query but im not sure. What i am trying to do is have a page that users can input comments into, like a guest book. I want to add functionality that has the AJAX display update on ALL users v

Re: [Wicket-user] Trying to retrieve the absolute URL

2007-07-02 Thread David Leangen
> There's already an issue for Wicket 1.3 (trunk): > - http://issues.apache.org/jira/browse/WICKET-609 > > I'm going to get around to that some time this week, I hope. That's great! Thank you very much. :-) - This SF

Re: [Wicket-user] suggestion: have Wicket SVN searchable with FishEye

2007-07-02 Thread Eelco Hillenius
> However, I still would not support setting up Fisheye against an Apache > SVN without infrastructure's support as they are the ones that would > have to pick up the pieces if it were to go wrong. Yeah, that's fair enough :) Eelco

Re: [Wicket-user] suggestion: have Wicket SVN searchable with FishEye

2007-07-02 Thread Upayavira
Eelco Hillenius wrote: >> You _must_ do this in association with the Apache Infrastructure group. >> >> The ASF's repository is large. There have been occasions when FishEye >> has put the ASF SVN server under an unnecessary load. >> >> It _should_ be possible, but _must_ be done in consultation wi

Re: [Wicket-user] suggestion: have Wicket SVN searchable with FishEye

2007-07-02 Thread Upayavira
Eelco Hillenius wrote: >> You _must_ do this in association with the Apache Infrastructure group. >> >> The ASF's repository is large. There have been occasions when FishEye >> has put the ASF SVN server under an unnecessary load. >> >> It _should_ be possible, but _must_ be done in consultation wi

[Wicket-user] Schedule for the London Wicket User Group, July 3rd, 2007

2007-07-02 Thread jweekend
We've finalised the schedule for tomorrow evening's first http://londonwicket.org London Wicket event: 18:30 Pizza. 19:00 http://jWeekend.com Cemal Bayramoglu - Welcome, schedule. 19:05 http://herebebeasties.com Alastair Maw - Introduction to Wicket, "Hello World". 19:20 Cemal - Setting up

Re: [Wicket-user] suggestion: have Wicket SVN searchable with FishEye

2007-07-02 Thread Eelco Hillenius
> You _must_ do this in association with the Apache Infrastructure group. > > The ASF's repository is large. There have been occasions when FishEye > has put the ASF SVN server under an unnecessary load. > > It _should_ be possible, but _must_ be done in consultation with the > infrastructure team.

Re: [Wicket-user] suggestion: have Wicket SVN searchable with FishEye

2007-07-02 Thread Maurice Marrink
If FishEye can cause problems, so might ohloh http://www.ohloh.net/projects/3958. Just thinking out loud. Maurice On 7/2/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > You _must_ do this in association with the Apache Infrastructure group. > > > > The ASF's repository is large. There have be

[Wicket-user] FormTester and type conversion

2007-07-02 Thread mperham
I've got an input field which accepts positive integers. I'm trying to test the validation logic on my page but receiving the following error. Am I misunderstanding how validation and type conversion work? In general I'm having trouble with any fields that accept non-String input (Numbers, Date

Re: [Wicket-user] modal window image resources

2007-07-02 Thread Martijn Dashorst
Use the search! http://www.nabble.com/forum/Search.jtp?query=how+to+customize+modalwindow+images+css&local=y&forum=13974 Martijn -- Wicket joins the Apache Software Foundation as Apache Wicket Apache Wicket 1.3.0-beta2 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-be

Re: [Wicket-user] Missing WicketPortletFilter file

2007-07-02 Thread Ate Douma
Nathan Beach wrote: > Odd that I should send out a question about creating Jetspeed-like > functionality within a minute of Ate sending out his email about > Wicket/Jetspeed... > > I am not opposed to using Jetspeed for our situation; it's just that all > we really need as far as a portlet/dashb

[Wicket-user] modal window image resources

2007-07-02 Thread Nathan Beach
Matej (or someone else who knows): Can you explain how the image resources in the ModalWindow package work? If I open the res/*.png files in an image viewer, it seems that all the parts are in one file (rounded corners, x buttons, etc). I can't seem to figure out from the CSS and JS what is

Re: [Wicket-user] Missing WicketPortletFilter file

2007-07-02 Thread Nathan Beach
Odd that I should send out a question about creating Jetspeed-like functionality within a minute of Ate sending out his email about Wicket/Jetspeed... I am not opposed to using Jetspeed for our situation; it's just that all we really need as far as a portlet/dashboard is the layout/resize/drag/d

Re: [Wicket-user] suggestion: have Wicket SVN searchable with FishEye

2007-07-02 Thread Eelco Hillenius
> You _must_ do this in association with the Apache Infrastructure group. > > The ASF's repository is large. There have been occasions when FishEye > has put the ASF SVN server under an unnecessary load. > > It _should_ be possible, but _must_ be done in consultation with the > infrastructure team.

Re: [Wicket-user] Use getConverterInput rather than updateModel in FormComponentPanel

2007-07-02 Thread ChuckDeal
Eelco Hillenius wrote: > > Good point. I didn't think about getConvertedInput being called > multiple times. I'm working on a refactoring now. Removing final from > getConvertedInput wasn't the smartest thing to do it turns out. I'm > thinking about making that method final again, and instead re

Re: [Wicket-user] suggestion: have Wicket SVN searchable with FishEye

2007-07-02 Thread Upayavira
Eelco Hillenius wrote: >> Refer http://fisheye.cenqua.com/ - can Wicket SVN be made available through >> FishEye? This would really help in searching through the source code. > > I think so. I think we had that for our CVS repositories a while ago. > > So, if no-one objects, all we need to do is

[Wicket-user] Redirect form to a request target rather than a page?

2007-07-02 Thread Jeremy Thomerson
I know you can do this somehow - I just can't tell what's missing In a search form that I have, I do the following: getRequestCycle().setRequestTarget(new ListenerInterfaceRequestTarget(getPage(), new SearchQueryLink("foo", mQuery), ILinkListener.INTERFACE)); I have a request str

[Wicket-user] wicket-based dashboard

2007-07-02 Thread Nathan Beach
Hello All: I'm looking for some advice on how to create a Wicket-based dashboard with functionality along the lines of iGoogle.com. That is, resizable and drag/drop-able sub-window components that can be arranged by the user. And the dashboard layout must be serialized for the next time the u

Re: [Wicket-user] Missing WicketPortletFilter file

2007-07-02 Thread Ate Douma
Michal Capo wrote: > Hello > > I checkout branch with wicket portlet support from > http://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.3-portlet-support/ > > . > > But I`m missing WicketPort

Re: [Wicket-user] Use getConverterInput rather than updateModel in FormComponentPanel

2007-07-02 Thread Eelco Hillenius
> I am making a ComboBox component that extends FormComponentPanel. I did as > you said, and I override getConvertedInput(), but the body of the method > scans a List to find a matching item. With only a few items, this isn't too > bad, but I'm afraid of performance problems as the list size grow

[Wicket-user] BookmarkablePageLink relative path Dilemma

2007-07-02 Thread Chris Lintz
Hey all, I have an interesting issue to solve. I basically have 2 BookmarkablePageLinks on a home page. I am reading 1.3 is all about relative links. This causes a problem for me because of this: 1) The BookmarkablePageLinks appear as: www.somedomain.com/app/register www.som

Re: [Wicket-user] Trying to retrieve the absolute URL

2007-07-02 Thread Al Maw
David Leangen wrote: > Wow! I can't believe how fast development is... I just updated to 1.2.6, > but looking at Jira, it seems that 1.3.0 is about to be closed... ;-) > Should I still file an issue? If so, for which version? (Unfortunately, > I'm not in a position to verify with how things are w

[Wicket-user] Missing WicketPortletFilter file

2007-07-02 Thread Michal Capo
Hello I checkout branch with wicket portlet support from http://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.3-portlet-support/. But I`m missing WicketPortletFilter.java file. Can anybody tell where to find? Thanx Michal

Re: [Wicket-user] suggestion: have Wicket SVN searchable with FishEye

2007-07-02 Thread Eelco Hillenius
> Refer http://fisheye.cenqua.com/ - can Wicket SVN be made available through > FishEye? This would really help in searching through the source code. I think so. I think we had that for our CVS repositories a while ago. So, if no-one objects, all we need to do is send an email. Martijn, are you

Re: [Wicket-user] reference from deeply nested links

2007-07-02 Thread Eelco Hillenius
> findParent(EditPanel.class) That's a good solution if you want to help keep your code clean. However, having direct references - while it can get messy when you have very deep nestings, means that your code is statically bound, which can be an advantage when you have to refactor or navigate your

Re: [Wicket-user] Problem with border and ajax

2007-07-02 Thread Igor Vaynberg
please provide a quickstart that demonstrates the problem. -igor On 7/2/07, Conglun Yao <[EMAIL PROTECTED]> wrote: Dear all, I have encountered a problem when using ajax and border. In the border page, I set the layout and use normal link component. When the target page, which will be surro

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-02 Thread Igor Vaynberg
On 7/2/07, kenixwong <[EMAIL PROTECTED]> wrote: i m using wicket1.2.4 i done with the nice tree and can display it. Just i did not get any resource on the link. Once i click all the node link, i wish to redirect to different pages that i defined. I had search in the wicket-user forum, but cant

Re: [Wicket-user] Use getConverterInput rather than updateModel in FormComponentPanel

2007-07-02 Thread ChuckDeal
Eelco Hillenius wrote: > > When fixing issues 500[1] and 522[2] I found that the best way of > fixing this is to override getConvertedInput (which was declared as > final). For anyone using FormComponentPanel, please take note that if > you want this component to work properly with validators an

[Wicket-user] A question about DataTable Component.

2007-07-02 Thread gumnaam
I am using the AjaxFallBackDataTable from the wicket-extensions project. Using this component I am rendering some entities, and I also have a delete link for deleting the displayed entities. The delete link is AjaxFallBackLink. My question is, once the link is submitted over ajax, and the entity is

Re: [Wicket-user] From pop-up, page link to change the parent wihtout changing the popup

2007-07-02 Thread Leena
Marc, Thanks for documenting the approach in WIKI (http://cwiki.apache.org/WICKET/how-to-redirect-page-from-a-pop-up.html) . I am trying to do something similar but it didnt work in my case. I have attached the code. When I click the link on the popup, a new window is launched instead of the main

Re: [Wicket-user] Wicket with JExcel

2007-07-02 Thread Edi
Excuse me, ANy updates? please Ayodeji Aladejebi wrote: > > alas...igor has rescued us > pls give me some time to update the code wih this approach and send it to > yu > > On 6/29/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: >> >> On 6/29/07, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: >> >

Re: [Wicket-user] Using hot-reloading of classes with Spring (Was: Has something changed in markup inheritance?)

2007-07-02 Thread Watter
Jean-Baptiste Quenot-3 wrote: > > It means com.ptc.fusion.web.FusionAuthenticatedWebSession is > already loaded in other classes that did not match the inclusion > patterns. > > To debug your usecase, set a conditional breakpoint in > ReloadingClassLoader.loadClass() when class name is > com.pt

[Wicket-user] Problem with border and ajax

2007-07-02 Thread Conglun Yao
Dear all, I have encountered a problem when using ajax and border. In the border page, I set the layout and use normal link component. When the target page, which will be surrounded by Border page, is a normal non-ajax page, it works fine. But when the target page is an ajax page, the border wi

Re: [Wicket-user] DynamicWebResources, ResourceLinks, and URL Parameters

2007-07-02 Thread Johan Compagner
hmm i guess it would be easier if we just made this method protected i think: AbstractRequestTargetUrlCodingStrategy private void appendValue(AppendingStringBuffer url, String key, String value) and this one is already protected: protected ValueMap decodeParameters(String urlFragment, Map urlPar

Re: [Wicket-user] reference from deeply nested links

2007-07-02 Thread Pieter Cogghe
Thanks a lot. Read about findParent before, but forgot about them completely. 2007/7/2, Janos Cserep <[EMAIL PROTECTED]>: > Now I need a reference to the EditForm in the deeply nested links. As there > are a lot of seperate classes involved (no nested classes), I can't do > something like t

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-02 Thread kenixwong
i m using wicket1.2.4 i done with the nice tree and can display it. Just i did not get any resource on the link. Once i click all the node link, i wish to redirect to different pages that i defined. I had search in the wicket-user forum, but cant get any result yet. Can u help for it. (btw: i m t

Re: [Wicket-user] reference from deeply nested links

2007-07-02 Thread Janos Cserep
> Now I need a reference to the EditForm in the deeply nested links. As there > are a lot of seperate classes involved (no nested classes), I can't do > something like this: > MyPage.this.editPanel.setModelOject(...); findParent(EditPanel.class) or getPage().get("editPanel") j

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-02 Thread kenixwong
i m using wicket1.2.6 i done with the nice tree and can display it. Just i did not get any resource on the link. Once i click all the node link, i wish to redirect to different pages that i defined. I had search in the wicket-user forum, but cant get any result yet. Can u help for it. (btw: i m t

Re: [Wicket-user] DynamicWebResources, ResourceLinks, and URL Parameters

2007-07-02 Thread Janos Cserep
> That takes care of just about everything. However, right about that point, > you'll likely run into the following bug: > https://issues.apache.org/jira/browse/WICKET-631. I hope someone will take a look at that bug sooner or later. The fix is quite straightforward - moving the finally block

Re: [Wicket-user] DynamicWebResources, ResourceLinks, and URL Parameters

2007-07-02 Thread Karl M. Davis
Igor, I actually did figure out a way to get this working without having to do any (major) hacking. Pretty simple, too, once I figured it out. I just created a new IndexedParamResourceUrlCodingStrategy class (included below) and mounted that. For anyone else looking to do this, here is the