Re: [Wicket-user] Double quotes in AjaxCall Decorator scripts

2006-08-29 Thread Pierre-Yves Saumont
Not really a problem for me. It's just that it can be misleading to have an Ajax call failing when Wicket Ajax Debug Window says it succeeded. May be I did not make myself clear : using double quotes in the failure handler script makes the *Ajax call* fail, not only the failure handler.

Re: [Wicket-user] Double quotes in AjaxCall Decorator scripts

2006-08-29 Thread Igor Vaynberg
On 8/28/06, Pierre-Yves Saumont [EMAIL PROTECTED] wrote: Not really a problem for me. It's just that it can be misleading to havean Ajax call failing when Wicket Ajax Debug Window says it succeeded.it really says it succeeded? the call should never be made... May be I did not make myself clear :

[Wicket-user] ListMultipleChoice render size = 0

2006-08-29 Thread ali
in library , page EditBook , ListMultipleChoice for wrtingStyles render attribute size=0 in IE , it isnt a problem, but in opera, it height is only a row -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

[Wicket-user] Javascript for some validators

2006-08-29 Thread [EMAIL PROTECTED] Imam
Hi,I was wondering if wicket will provide _javascript_ support for some of the simple validations we use.For example required validators and length validators.I think performing some of these validations in the client side will be better than performing them at the server side.Shams

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Anders Peterson
I know WebObjects much better than I know Wicket... The only reason I looked at Wicket is because Apple made some very strange decisions regarding licensing and support for other platforms about a year ago. Should the open source rumors be true (I'm not sure they are) I'll most likely go back

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Korbinian Bachl
Hi Anders, i heard much about WebObjects, and have a qustion: is it true, that you need apple (OS) in order to run it ? - where here with Windows/ Linux environments Regards, Korbinian PS: can you point out what in your opinion is superior to Wicket from WebObjects ? e.g. a small

Re: [Wicket-user] Maven2 archetypes

2006-08-29 Thread Igor Vaynberg
i think this is a good thing to have, martijn will you encorporate the patch?-IgorOn 8/29/06, Martin Funk [EMAIL PROTECTED] wrote:If anyone is still interested in this subject, you can look at https://sourceforge.net/tracker/?func=detailatid=684978aid=1547784group_id=119783where I put a patch

[Wicket-user] [Fwd: [Re: Double quotes in AjaxCall Decorator scripts]]

2006-08-29 Thread Pierre-Yves Saumont
I have posted this message 6 hours ago and it does not appear yet, so I repost it. I apologize if it is posted twice. I am having great trouble with the spam cops. I have to change my ip after each message I post to the list :-( it really says it succeeded? the call should never be made...

[Wicket-user] Navigator customization

2006-08-29 Thread Jaime De La Jara
Continuing with my dissection of the phonebook application I've come to the customization of the NavigatorLabel and PagingNavigator classes. How would be a nice way to customize them, so for example change the message "Showing .. to .. of .." and the less than and greater than symbols for an

Re: [Wicket-user] Navigator customization

2006-08-29 Thread Igor Vaynberg
you would create your own pagingnavigator y subclassing the existing and changing markup/customizing labelsthen create your own paginglabelthen override NavigationToolbar.newPagingNavigator/newPagingLabel and return your own subclasses -IgorOn 8/29/06, Jaime De La Jara [EMAIL PROTECTED] wrote:

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Anders Peterson
Sure, if it has to be just like Wicket to compete; you win. ;-) /Anders Eelco Hillenius wrote: I looked into some demos briefly yesterday, but it looks to me that it's quite different from Wicket. It looks nice when it comes to tool integration etc, but I immediately missed the 'just Java

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Eelco Hillenius
:) It's one of my favorite parts of Wicket, so sure. What about the strong points of WebObjects, what are the things you really like about that? Eelco On 8/29/06, Anders Peterson [EMAIL PROTECTED] wrote: Sure, if it has to be just like Wicket to compete; you win. ;-)

Re: [Wicket-user] Javascript for some validators

2006-08-29 Thread Johan Compagner
On 8/29/06, Martijn Dashorst [EMAIL PROTECTED] wrote: Not out of the box, as it would make the core even more bloated thanit alread is.Bloated? Core?? ;) - Using Tomcat but need to do more? Need to support web services,

Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-29 Thread Otan
I think putting that explanation in the javadoc of the wicket.extensions.markup.html.repeater package is also a great help for those who's having a hard time deciding what repeater to use. On 8/29/06, Igor Vaynberg [EMAIL PROTECTED] wrote: hope this helps, mind cleaning this up and making a wiki

Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-29 Thread Igor Vaynberg
i think you forgot to attach the patch... :)-IgorOn 8/29/06, Otan [EMAIL PROTECTED] wrote: I think putting that explanation in the javadoc of the wicket.extensions.markup.html.repeater package is also a great help for those who's having a hard time deciding what repeater to use. On 8/29/06, Igor

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Anders Peterson
Not sure what to say... it makes me productive... It's not really fair to compare Wicket and WebObjects (WO). WO is a whole package of frameworks and tools that function well together (but can be used independently). Wicket needs team mates to replace WO entirely. With Wicket any html and java

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Igor Vaynberg
Start up the WOBuilder tool, create a WODisplayGroup instance and start (visually) combining WOComponents and binding them to data. It's fastand intuitive...sounds like...i dont knowasp.net+vs.net combo? :)-Igor - Using

Re: [Wicket-user] Navigator customization

2006-08-29 Thread Jaime De La Jara
Ok thanks, maybe that properties could be parametrized in some way, so one would configure them instead of subclassing each time a custom display is required?Jaime.Igor Vaynberg [EMAIL PROTECTED] wrote: you would create your own pagingnavigator y subclassing the existing and changing

Re: [Wicket-user] Navigator customization

2006-08-29 Thread Igor Vaynberg
you are more then welcome to patch it :)-IgorOn 8/29/06, Jaime De La Jara [EMAIL PROTECTED] wrote:Ok thanks, maybe that properties could be parametrized in some way, so one would configure them instead of subclassing each time a custom display is required? Jaime.Igor Vaynberg [EMAIL PROTECTED]

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Philip A. Chapman
I would be willing to help work on such a project. On Mon, 2006-08-28 at 19:18 -0300, Alexandre Bairos wrote: Im also interested. Definitely it would be great to coordinate efforts. On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote: heh, wicket seems like

Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-29 Thread Gwyn Evans
:-) On 29/08/06, Igor Vaynberg [EMAIL PROTECTED] wrote: i think you forgot to attach the patch... :) -- Download Wicket 1.2.2 now! - http://wicketframework.org - Using Tomcat but need to do more? Need to support web

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Igor Vaynberg
you mean you already finished bugme and bugeater?-IgorOn 8/29/06, Philip A. Chapman [EMAIL PROTECTED] wrote: I would be willing to help work on such a project. On Mon, 2006-08-28 at 19:18 -0300, Alexandre Bairos wrote: I´m also interested. Definitely it would be great to

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Philip A. Chapman
Bugeater, is very usable, but could still still be improved, I am sure. I have a few ideas, but am just rolling them around in my head for now. Bugme has stalled. A few friends and I got busy and it's just layed there. I think it'd still be great to get going. CMS is something that I have been

[Wicket-user] NavigationToolbar issue

2006-08-29 Thread shumbola
Igor, I just copied the code from DefaultDataTable and made a class MyDataTable. In its constructor made the following change: NavigationToolbar nt = new NavigationToolbar(); addTopToolbar(nt); addTopToolbar(new HeadersToolbar(this, dataProvider));

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Johan Compagner
igor, Why don't you just start coding and make a WicketBuilder that just does that?instead of always making fun of people.. bad bad bad.johanOn 8/29/06, Igor Vaynberg [EMAIL PROTECTED] wrote: Start up the WOBuilder tool, create a WODisplayGroup instance and start (visually) combining WOComponents

Re: [Wicket-user] NavigationToolbar issue

2006-08-29 Thread Igor Vaynberg
-NavigationToolbar nt = new NavigationToolbar();+NavigationToolbar nrt=new NavigationToolbar() { boolean isVisible() { return getPageCount()1; }}-IgorOn 8/29/06, shumbola [EMAIL PROTECTED] wrote: Igor,I just copied the code from DefaultDataTable and made a classMyDataTable. In its constructor

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Igor Vaynberg
hey! i wasnt making fun - just drawing a comparison. why are you so bitter? dont you have some bugs to fix?-IgorOn 8/29/06, Johan Compagner [EMAIL PROTECTED] wrote:igor, Why don't you just start coding and make a WicketBuilder that just does that?instead of always making fun of people.. bad bad

Re: [Wicket-user] ListMultipleChoice render size = 0

2006-08-29 Thread Eelco Hillenius
Thanks, that was a bug. It's fixed now. Eelco On 8/28/06, ali [EMAIL PROTECTED] wrote: in library , page EditBook , ListMultipleChoice for wrtingStyles render attribute size=0 in IE , it isnt a problem, but in opera, it height is only a row -- Using Opera's revolutionary e-mail client:

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Alexandru Popescu
On 8/29/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi Anders, i heard much about WebObjects, and have a qustion: is it true, that you need apple (OS) in order to run it ? - where here with Windows/ Linux environments Regards, Korbinian According to

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Johan Compagner
maybe i am bitter because of all the bug fixing! havent you thought about that!But i really like to see the WicketBuilder that you build..Then i will fix the bugs you introduce in it (and that will make me happy ofcourse) so we have a great Drag N Drop wicket ui builder. That generates everything

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Igor Vaynberg
read about it here http://rayserv.upb.de/fiff/themen/IT-arbeit/PFIfF-IgorOn 8/29/06, Johan Compagner [EMAIL PROTECTED] wrote: maybe i am bitter because of all the bug fixing! havent you thought about that!But i really like to see the WicketBuilder that you build..Then i will fix the bugs you

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Frank Silbermann
Just glancing at your link for a few seconds, and reading the earlier comment that it looks like ASP.NET with VS.NET, I would guess that Web Objects provides a library of components that you can paint onto your pages, automatically generating the custom tags in your HTML file. Suppose you are

[Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-08-29 Thread Nathan Hamblen
Can anyone confirm if header contributors to pages are working properly? I get the contribution on the first request, but after submitting a form or following a link that stays on the same page the contributions are missing. With panels I'm not seeing the problem. Nathan

[Wicket-user] DropDownChoice's onSelectionChanged called too late

2006-08-29 Thread landtuna
Because the onSelectionChanged() method of DropDownChoice isn't called until after updateModel(), I don't believe it is possible to reach the old value of the selection in an overridden onSelectionChanged() handler. Is this right? Any ideas for getting around this besides rewriting

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Troy MacNeil
I'm also interested, I've been putting of a similar project for a while now and a group effort may help me put the lazy days of Summer behind me:) On Tue, 2006-08-29 at 13:16 -0500, Philip A. Chapman wrote: I would be willing to help work on such a project. On Mon, 2006-08-28 at 19:18

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Erik Brakkee
CMS is something that I have been very interested in. I'd love to have such a thing, but have avoided building one myself because, as you say, I do have other projects that I work on. Starting up a CMS by myself would take more time than I could give. But to collaborate on a CMS with

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Hugh Willson
Hi all! I would also be interested in helping out with a Wicket based CMS solution. I've been thinking about this a lot lately, but haven't really made it too far on my own due to time constraints. It's seems like this is a common problem with others, so I definitely like the idea of pooling

Re: [Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-08-29 Thread landtuna
Nathan Hamblen-2 said: Can anyone confirm if header contributors to pages are working properly? This works for me. I'm using a StringHeaderContributor that is added in each constructor of the page. -- Jim Hunziker -- View this message in context:

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Eelco Hillenius
I intend to write a comments component for my application anyway (because I need it), so that could serve as a starting point for further discussions. Or, slightly rephrased, how do we start? It should start like: 1) someone should take the lead; 2) start defining use cases, and preferably an

Re: [Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-08-29 Thread landtuna
I said: Nathan Hamblen-2 said: Can anyone confirm if header contributors to pages are working properly? This works for me. I'm using a StringHeaderContributor that is added in each constructor of the page. I take that back. It worked in 1.2.1, but it's broken in 1.2.2. -- Jim Hunziker

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Martijn Dashorst
Of cource, we wait for our two students to arrive... I'll try to get them involved earlier though, but their contract only starts next week. Martijn On 8/29/06, Eelco Hillenius [EMAIL PROTECTED] wrote: I intend to write a comments component for my application anyway (because I need it), so

[Wicket-user] AutoCompleteTextField

2006-08-29 Thread samyem
If there is an error associated to AutoCompleteTextField, the auto complete text field does not do auto complete, which prevents the user from correcting the problem easily. Can it be done such that even if there are errors in the AutoCompleteTextField, it still behaves normally and show the

Re: [Wicket-user] set attributes of HTML tag of page ?

2006-08-29 Thread ali
i use wicket 1.2 beta1. On Mon, 28 Aug 2006 10:43:20 +0430, Martijn Dashorst [EMAIL PROTECTED] wrote: If you use trunk, then you need to provide the parent as well in the constructor: WebMarkupContainer html = new WebMarkupContainer(this, html); where this is the page.

Re: [Wicket-user] Navigator customization

2006-08-29 Thread Jaime De La Jara
If I knew how that would be an honor , but I'm a wicket begginer yet, besidesI've been browsing the source code and I found what seems to be a problem with the suclassing of NavigatorLabel and PagingNavigator approach, and this is the construction of a DefaultDataTable because there are the

Re: [Wicket-user] Navigator customization

2006-08-29 Thread Igor Vaynberg
extend datatable instead of defaultdatatable and add your own toolbars :)defaultdatatable is just a convinience-IgorOn 8/29/06, Jaime De La Jara [EMAIL PROTECTED] wrote: If I knew how that would be an honor , but I'm a wicket begginer yet, besidesI've been browsing the source code and I found

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Justin Lee
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Throw in JSR-170 in the mix and have some fun... Troy MacNeil wrote: De-lurking twice in one day, rare indeed;) I'm very much in favour of the toolkit with a capable sample application approach though. When I've used PHP I've found that

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Eelco Hillenius
On 8/29/06, Troy MacNeil [EMAIL PROTECTED] wrote: De-lurking twice in one day, rare indeed;) I'm very much in favour of the toolkit with a capable sample application approach though. When I've used PHP I've found that the concept of a plug-in for a PHP CMS is very informal and undefined. If

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Eelco Hillenius
4) I'm not the greatest standards buff on earth, but in this case, using JSR 170 would make sense imo. http://jackrabbit.apache.org/ looks like a nice implementation of this. Eelco - Using Tomcat but need to do more? Need

[Wicket-user] Matej's Tree Demo

2006-08-29 Thread Karl M. Davis
Hey there, Just wanted to mention that the demo of Matej's "new" tree on the web page (http://wicketframework.org/wicket-extensions/index.html) is down. Does anyone know where I can find some sample code and/or a working demo? I'd really love to start using this and it's always easier to

Re: [Wicket-user] Matej's Tree Demo

2006-08-29 Thread Eelco Hillenius
The wicket-examples project uses it, both in 1.2 (from extensions) as in 2.0 (where it replaced the old tree). The tree is used in wicket-examples/nested, and the TreeTable is used as one of the ajax examples. Eelco On 8/29/06, Karl M. Davis [EMAIL PROTECTED] wrote: Hey there, Just wanted

Re: [Wicket-user] Matej's Tree Demo

2006-08-29 Thread Eelco Hillenius
Seems the example site has some deployment problem, so you'll have to download or check out from svn. Eelco On 8/29/06, Eelco Hillenius [EMAIL PROTECTED] wrote: The wicket-examples project uses it, both in 1.2 (from extensions) as in 2.0 (where it replaced the old tree). The tree is used in

Re: [Wicket-user] Matej's Tree Demo

2006-08-29 Thread samyem
Most of the demos in that page are not working. Karl M. Davis wrote: Hey there, Just wanted to mention that the demo of Matej's new tree on the web page (http://wicketframework.org/wicket-extensions/index.html) is down. Does anyone know where I can find some sample code and/or a

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Troy MacNeil
JackRabbit looks very interesting, I'll have to download and play with it. I'm not convinced it's ideal for every application though, maybe let the plug-in decide what persistence method it wants/needs? Your other points are well taken as well. I assume there will be a lot of rewrites to fix

Re: [Wicket-user] AutoCompleteTextField

2006-08-29 Thread Eelco Hillenius
What kind of errors do you mean? Where/ how did you encounter this? Eelco On 8/29/06, samyem [EMAIL PROTECTED] wrote: If there is an error associated to AutoCompleteTextField, the auto complete text field does not do auto complete, which prevents the user from correcting the problem easily.

Re: [Wicket-user] AutoCompleteTextField

2006-08-29 Thread samyem
I have a custom converter associated to my autocomplete text field that throws a conversion exception if it cannot convert the entered text into the associated object. Once it does this, I can see the error in the feedback panel, but the autocomplete feature stops working. Eelco Hillenius