Re: Dojo floating panel

2007-09-18 Thread Gerolf Seitz
you could pass a reference to the dojofloatingpane to Page2 gerolf On 9/18/07, Federico Fanton [EMAIL PROTECTED] wrote: On Tue, 18 Sep 2007 15:09:40 +0200 Federico Fanton [EMAIL PROTECTED] wrote: I see, but since the closing button is *inside* an iframe, I don't have any means to get

Re: DatePicker NaN

2007-09-18 Thread Gerolf Seitz
no, it's not intentional. could you please file a bug report? thanks... gerolf On 9/18/07, Ivana Cace [EMAIL PROTECTED] wrote: Hi I have a problem with the DatePicker. It works fine if the input is a valid date or if the input is very wrong, for example: ''xxx. But when the input consists

Re: DatePicker NaN

2007-09-18 Thread Gerolf Seitz
On 9/18/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Yes please. What do we want here? The date picker not showing up in the first place? hm, maybe use the previously correct date? another question eelco: what is the hidden input right after the .yui-container span for? iirc, it doesn't even

Re: Wicket consulting/contracting/outsourcing

2007-09-18 Thread Gerolf Seitz
there is a wiki page dedicated to that topic: http://cwiki.apache.org/WICKET/companies-that-provide-services.html gerolf On 9/18/07, skatz [EMAIL PROTECTED] wrote: Hi, Can anyone provide me with pointers to individuals or companies providing Wicket consulting/contracting or outsourced

Re: wicket datetime / YUI calendar

2007-09-17 Thread Gerolf Seitz
nino filed WICKET-979 and i've attached a patch that should allow what nino wants to achieve. basically it adds two new options for configuring the datepicker: boolean hideOnSelect() and boolean renderOnLoad() Ah, that sounds fantastic! heh, i'm thinking about a detection-mechanism

Re: Any interest in a Wicket User Group meeting in The Netherlands?

2007-09-16 Thread Gerolf Seitz
On 9/15/07, Johan Compagner [EMAIL PROTECTED] wrote: because it seems there can be quite a lot of people i have to look around where to do it. and also what kind of day because this many people then 2,3 hours in the evening is maybe a bit to little time. what about a WicketOne (obviously

Re: DropDownChoice.setSelected(Object object)

2007-09-16 Thread Gerolf Seitz
to state the obvious (after the replies of eelco and martijn): you'd only use the approach i mentioned before if you don't use CompoundPropertyModel or PropertyModel. gerolf On 9/16/07, Gerolf Seitz [EMAIL PROTECTED] wrote: you have to set the model of the dropdownchoice. let's say you

Re: Palette header

2007-09-15 Thread Gerolf Seitz
or not. gerolf Gerolf Seitz wrote: you can either provide localized strings for the keys palette.selected and palette.available (preferred), or override the methods newAvailableHeader/newSelectedHeader. gerolf On 9/14/07, fero [EMAIL PROTECTED] wrote: Hi, simple

Re: wicket datetime / YUI calendar

2007-09-14 Thread Gerolf Seitz
Gerolf Seitz wrote: from the top of my head i'd say it's not yet possible. yould you please file a RFE? thanks. gerolf On 9/14/07, Nino.Martinez [EMAIL PROTECTED] wrote: Hi Im trying to setup the calendar to: Not being a popup Being multipage (2 pages) Like

Re: Two small questions

2007-09-13 Thread Gerolf Seitz
approach. Here's the new class. Regards, and thanks again for the comments! Sebastiaan Gerolf Seitz wrote: hi sebastiaan, what you could do instead of having the beforeDisabledLink and afterDisabledLink properties as members of the class, let the methods get(Before|After)DisabledLink

Re: Two small questions

2007-09-13 Thread Gerolf Seitz
On 9/13/07, Sebastiaan van Erk [EMAIL PROTECTED] wrote: Hi, Gerolf Seitz wrote: sebastiaan, sorry for not saying that in my first post: thank you for your contribution. could you also attach this file to the issue WICKET-949? No problem, you guys are welcome. :-) I will attach

Re: updating form component models when a link is clicked

2007-09-13 Thread Gerolf Seitz
On 9/13/07, Erik van Oosten [EMAIL PROTECTED] wrote: Hi, If you are using links, the browser won't submit the values. You should use buttons. you could use SubmitLink or AjaxSubmitLink... gerolf Regards, Erik. tbt schreef: Hi I'm a newbie to wicket and I have a form and

Re: Two small questions

2007-09-12 Thread Gerolf Seitz
hi sebastiaan, what you could do instead of having the beforeDisabledLink and afterDisabledLink properties as members of the class, let the methods get(Before|After)DisabledLink return li and /li. in case the user wants to provide different before/after tags, they just override the methods and

Re: PageLink and markup inheritance problem

2007-09-12 Thread Gerolf Seitz
i tried the example you attached to the issue, but there is no exception thrown. i tried it with beta3 and latest trunk. both work as expected. gerolf On 9/13/07, Carlos Pita [EMAIL PROTECTED] wrote: Sorry for the delay Igor, not exactly what you asked for but I have filed a new bug with an

Re: First Day Disgust!

2007-09-11 Thread Gerolf Seitz
On 9/10/07, Martijn Dashorst [EMAIL PROTECTED] wrote: I haven't used an Eclipse plugin for maven since the command line version works really well and my previous experiences with mevenide were less than ok (talking about 2 years ago!) Martijn there seem to be a new

Re: Param = null

2007-09-10 Thread Gerolf Seitz
On 9/10/07, chickabee [EMAIL PROTECTED] wrote: These strategies are pretty nice, but the question remains why the decoder() method pukes out when there is mismatch of key value pairs. Hacker will be very happy with the current state of implementation. only if you deploy your application in

Re: modal window question - opening a modal window on page load

2007-09-10 Thread Gerolf Seitz
I assume you have to be developer to make changes to the change history. you mean to the jira issue? you don't have to be a developer to add a comment. just sign up and you're ready to go. gerolf -ed From: [EMAIL PROTECTED] Subject: Re: modal window question - opening a modal window

Re: wicket extension examples site down?

2007-09-09 Thread Gerolf Seitz
hm, i can see the modal window examples for both versions: Wicket 1.3.0-SNAPSHOT: http://wicketstuff.org/wicket13/ajax/modal-window Wicket 1.2.x: http://wicketstuff.org/wicket12/ajax/?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.modal.ModalWindowPage gerolf On 9/10/07, Ed _ [EMAIL

Re: Calling all translators - UrlValidator translation

2007-09-07 Thread Gerolf Seitz
hi al, here are all missing german translations: StringValidator.exact='${input}' ist nicht exakt ${exact} Zeichen lang. CreditCardValidator=Die Kreditkartennummer ist ung\u00fcltig. UrlValidator='${input}' ist keine g\u00fcltige URL. i guess you could use that for the swiss translation too.

Re: JavaScript Frameworks

2007-09-05 Thread Gerolf Seitz
i'm not able to give you a deep insight answer on this, but rather what i picked up on this topic: @choosing one major JS framework: i guess the core-devs didn't want to bet all their money on a single horse (except maybe if it's their own ;) ). then also some have a preference for a specific JS

Re: JavaScript Frameworks

2007-09-05 Thread Gerolf Seitz
So for those specific issues are we to say: http://martijndashorst.com/blog/2007/04/16/javascript-animation-libraries-compared/ Is the future?? in this case, take a look at http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-animator ;) gerolf Matej Knopp-2 wrote: Hi,

Re: Updating Panels with Ajax (is this a proper way of doing so?)

2007-08-30 Thread Gerolf Seitz
i usually do it like this: Panel panel = new StandardPanel(m_cPanelToLoad.getId(), ThisForm, ThisTitle); m_cPanelToLoad.replaceWith(panel); m_cPanelToLoad = panel; target.addComponent(m_cPanelToLoad); if you don't want the language panel to decide which component should be created, but rather

Re: Is Wicket a proper framework for a Webshop ?

2007-08-29 Thread Gerolf Seitz
..., how many component libraries and tools there are for them (regardless of the fact the quality of them and whether that is a good thing in the first place), ... that's what i like about wicket, you practically don't need additional tools (which you have to learn to use, learn to avoid

Re: Is Wicket a proper framework for a Webshop ?

2007-08-29 Thread Gerolf Seitz
google wicket-bench -igor i know wicket-bench, have used it for wicket 1.2 actually. oh, and i like mark occurences too ;)

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

2007-08-28 Thread Gerolf Seitz
On 7/3/07, Igor Vaynberg [EMAIL PROTECTED] wrote: On 7/2/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

Re: DownloadLink hanging

2007-08-27 Thread Gerolf Seitz
well, it kind of is the task of the developers, but it's totally up to them to choose when they fix (or not fix) which bugs. also, what keeps you from contributing? anyway, companies providing commercial support are listed in the wiki:

Re: RefreshingView only gets rendered when TreeTable node is opened twice

2007-08-27 Thread Gerolf Seitz
file a jira issue and attached a quickstart: https://issues.apache.org/jira/browse/WICKET-892 On 8/27/07, Gerolf Seitz [EMAIL PROTECTED] wrote: i'm using trunk (as of yesterday) 1.3.0-SNAPSHOT i'll file a jira issue later today, including a quickstart gerolf On 8/27/07, Matej Knopp [EMAIL

Re: TreeTable question

2007-08-27 Thread Gerolf Seitz
Should I create a panel for each tree node type? or should it be fragment? How do I get this component in the appropriate column? Do I need to extend AbstractTreeColumn? make sure you override both newCell methods and return null for the one with IRenderable as return type. gerolf

Re: AJAX form submit and validation

2007-08-26 Thread Gerolf Seitz
concerning one field depends on another: have you already taken a look at http://cwiki.apache.org/confluence/display/WICKET/Validating+related+fields? the code is still 1.2, but it should get you started. hth, gerolf On 8/26/07, Ian Godman [EMAIL PROTECTED] wrote: Hi I have a form that is

Re: AJAX form submit and validation

2007-08-26 Thread Gerolf Seitz
. With the AjaxFormValidatingBehavior set to onsubmit event I get no error reporting and no submit. I need to validate the entire form only when submit button is pressed pressed. One possibility is to do the validation by hand in the submit processing code. Ian - Original Message From: Gerolf Seitz [EMAIL

RefreshingView only gets rendered when TreeTable node is opened twice

2007-08-26 Thread Gerolf Seitz
hi, i have a refreshingview in a treetable column, but it only gets rendered after opening, closing and again opening the corresponding treenode. did anyone else notice this misbehavior? thanks for any hints, gerolf

Re: RefreshingView only gets rendered when TreeTable node is opened twice

2007-08-26 Thread Gerolf Seitz
/27/07, Gerolf Seitz [EMAIL PROTECTED] wrote: hi, i have a refreshingview in a treetable column, but it only gets rendered after opening, closing and again opening the corresponding treenode. did anyone else notice this misbehavior? thanks for any hints, gerolf

Re: Reacting to DateField change

2007-08-21 Thread Gerolf Seitz
are you using trunk? in earlier versions of trunk you had to override DatePicker#notifyComponentOnDateSelected to return true. now it returns true by default. don't worry too much about the javascript code generated by DatePicker, it should work well. also, DateField consists of a DateTextField

Re: Editable DataTeble

2007-08-20 Thread Gerolf Seitz
i found a solution for the problem with firefox. see the last comment from Al. but seeing that it is planned for 1.3.0-rc1, it's not going to happen in the very near future. you could vote for that issue, so it may get more attention... did you have any chance to look at it, Al? gerolf On

Re: How to Hide/View Fields at run time combo selection

2007-08-16 Thread Gerolf Seitz
if you want to initially hide components and show them later via ajax, you have to call .setOutputMarkupPlaceHolderTrag(true) for the component. gerolf On 8/16/07, Edi [EMAIL PROTECTED] wrote: Hi, I have combo box with 3 items, String, Number, Date If I select String, Maximum character

Re: wicket:child in a WebMarkupContainer

2007-08-15 Thread Gerolf Seitz
@ core-devs: The solution that first came to mind was to override add(Component) in SuperComponent so that it would add the added component to myContainer instead of 'this'. Unforunately, the add method is final (why!?), so this can't be done. the javadoc for MarkupContainer#add(Component)

Re: TextField onclick ajax

2007-08-14 Thread Gerolf Seitz
to submit the form via ajax, you should use AjaxFormSubmitBehavior. gerolf On 8/14/07, andrea pantaleoni [EMAIL PROTECTED] wrote: Hi, In a Page I have a TextField component and few DropDownChoice inside a form. When I add a behaviour to the DropDownChoice I can read the value the user

Re: Using pickwick

2007-08-12 Thread Gerolf Seitz
the last time i tried it, i had to put at least one image somehwere in the webapp folder. iirc, details can be found in the readme On 8/12/07, Tauren Mills [EMAIL PROTECTED] wrote: Can someone explain how to use pickwick from wicketstuff? I checked out pickwick from wicketstuff trunk and did

Re: [Newbie] Add a yui calendar without a datetextfield

2007-08-08 Thread Gerolf Seitz
i was looking for AbstractCalendar too... hm, maybe we could use this as an opportunity to provide an all around YUI Calendar integration with features like a standalone calendar, multiple calendars, calendars that open when a specific event occurs (eg. focus of textfield or click on an image).

Re: DateField with a Calendar

2007-08-03 Thread Gerolf Seitz
a quick workaround, although maybe not a proper solution would be the following: ... // somewhere in constructor form.add(new DateField(myId, new PropertyModel(this, calendarDate))); ... } private void setCalendarDate(Date date) { myCalendar.setTime(date); } private Date getCalendarDate() {

Re: ListView + AjaxEditableLabel + move down and move up

2007-08-03 Thread Gerolf Seitz
maybe this is something for you: at http://wicketstuff.org/confluence/display/STUFFWIKI/Script.aculo.us+SortableListView what you could also do is the following: + add two ajaxbuttons up and down (or images) + change the position of the row-data in the backing list in the onSubmit method of the

Re: ListView + AjaxEditableLabel + move down and move up

2007-08-03 Thread Gerolf Seitz
if the last suggestion is too costly (rendering the whole listview), you could just change the order of the backing list without redrawing it and add some javascript to the requesttarget (target.appendjavascript) which does the dom manipulation... On 8/4/07, Gerolf Seitz [EMAIL PROTECTED] wrote

<    1   2   3