Re: Localizer cache

2007-11-05 Thread Johan Compagner
Do we only need it for development mode? Because if you change the database for production it should pick them up (live) So caching turned off for development mode is a nice option that doesn't matter anyway But do we need it somehow also per StringResourceLoader what to do with it? On 11/4/07,

Re: Localizer cache

2007-11-05 Thread Sebastiaan van Erk
Johan Compagner wrote: Do we only need it for development mode? Because if you change the database for production it should pick them up (live) So caching turned off for development mode is a nice option that doesn't matter anyway But do we need it somehow also per StringResourceLoader what to

Re: Localizer cache

2007-11-05 Thread Sebastiaan van Erk
Ok, I created a JIRA for this: https://issues.apache.org/jira/browse/WICKET-1128 Regards, Sebastiaan Eelco Hillenius wrote: Best to open a proper feature request for this in JIRA. Eelco On 11/4/07, Sebastiaan van Erk [EMAIL PROTECTED] wrote: Hi, I was wondering if I could somehow turn off

Re: empty wicket:message

2007-11-05 Thread Sebastiaan van Erk
BTW, I just wanted to say how much I love Wicket! (Which you can tell by the minor issues that I'm mailing about on this list, which underlines the fact that I can't find any major ones...) :-) The resulting code is so short and so clean, Wicket it is so easy to work with, and everything

Re: Localizer cache

2007-11-05 Thread Johan Compagner
i was thinking more in line with the Loader is asked a last modified time and that time is up to the loader what to do with it. For example the loader could check every 5 minutes if the database is updated But maybe this is all not needed and just make a manual flush somewhere johan On

Re: empty wicket:message

2007-11-05 Thread Johan Compagner
On 11/5/07, Sebastiaan van Erk [EMAIL PROTECTED] wrote: BTW, I just wanted to say how much I love Wicket! As long as you don't give all your Love to Wicket, you have to keep some for Morena! (and her beautiful wicket site http://www.denherdervarga.com/ ) johan

Re: empty wicket:message

2007-11-05 Thread Sebastiaan van Erk
Johan Compagner wrote: On 11/5/07, Sebastiaan van Erk [EMAIL PROTECTED] wrote: BTW, I just wanted to say how much I love Wicket! As long as you don't give all your Love to Wicket, you have to keep some for Morena! (and her beautiful wicket site http://www.denherdervarga.com/ ) Don't worry

Dojo tooltip disappears on click

2007-11-05 Thread Marieke Vandamme
Hello, When clicking the span with the widgetId on it, the tooltip disappears.. I don't know if this is common behavior, but i want to get ride of it. Do i need to do something extra on the onclick? Thanks for the replies ! -- View this message in context:

Re: wicket-contrib-datepicker

2007-11-05 Thread Juha Alatalo
Silence means that you don't care? Juha Alatalo wrote: Hi, could it be possible to fix old DatePicker in 1.2 and 1.X? At least Scandinavian letters like ä and ö is replaced with rubbish like ö or ?. I can sen fixed Finnish and Swedish versions but I also need languages like Polish. This

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Bruno Borges
How would be the Java classes, if multiple wicket:child were supported?! wicket:extend and wicket:child were build under the base concept of OOP's inheritance. looks weird to me. :D On Nov 4, 2007 9:29 PM, Johan Compagner [EMAIL PROTECTED] wrote: The only requirement would be that if you do

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Johan Compagner
yes i agree, i dont think we will change the extend-child 1 on 1 relationship. (thats just design by inheritance) what some others want is just do it by composition and that is perfectly possible by using panels. And you can mix the 2 just fine. So Base.java/Base.html - extend -

Browser capabilities

2007-11-05 Thread Uwe Schäfer
hi i need a quick hint. is there a way to detect the browser capabilities other than from getRequestCycle().getClientInfo() ? what i look for is, if the client has JavaScript enabled and if he is AJAX-ready. thanks, uwe -

Re: Browser capabilities

2007-11-05 Thread Johan Compagner
what the problem with getclientinfo then? those things must really be asked upfront by a seperate request. johan On 11/5/07, Uwe Schäfer [EMAIL PROTECTED] wrote: hi i need a quick hint. is there a way to detect the browser capabilities other than from getRequestCycle().getClientInfo() ?

Problem with selecting default value with DropDownChoice

2007-11-05 Thread James Perry
I have a problem with the DropDownChoice. More specifically, I have a Product class which is like: public class Product implements Serializable { private static final long serialVersionUID = 1L; private Manufacturer manufacturer; //other states //getters and setters } I have

[SOLVED] Re: Get Page expired after closing javascript opened window (containing a wicket page)

2007-11-05 Thread pixotec
thank you igor, you saved my project! after using a link with popupsettings instead using a homebrewed resquestcycle.urlFor-url it works. (a speaking exception would have helped...) thank you igor.vaynberg wrote: make sure you are opening your popup in a different pagemap -igor On

Re: wicket-contrib-datepicker

2007-11-05 Thread Bruno Borges
Post an issue at JIRA and submit your patch. This helps a lot :) cheers! On Nov 5, 2007 9:16 AM, Juha Alatalo [EMAIL PROTECTED] wrote: Silence means that you don't care? Juha Alatalo wrote: Hi, could it be possible to fix old DatePicker in 1.2 and 1.X? At least Scandinavian letters

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Bruno Borges
Stefan, try first giving us an example of what would you like to do. What I can see is that you want this: BasePage.html html body h1BasePage/h1 hr/ h3This is my child:/h3 wicket:child / hr/ h3This is my OTHER child:/h3 wicket:child / /body /html ** Example of a

I want to implements wicket portlet on liferay

2007-11-05 Thread Arkom Rattanasiri
But I can't get any demo,documents from google :p please help me, thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Wicket portlet newbie questions

2007-11-05 Thread justment
I want to implements wicket portlet on liferay but I can't get any demo,documents from google :p Thanks in advance for any pointers and explanations thank you. -- View this message in context: http://www.nabble.com/Wicket-portlet-newbie-questions-tf4751819.html#a13587441 Sent from the Wicket -

Add Meta-Information to wicket-page

2007-11-05 Thread BatiB80
Hi, does anybody knows how I can add MetaDataInformation like meta name=Keywords content=... to a Wicket-Page. I want to set the values dynamically by the Java-Classes so I wont hardcode the values in the .html-template! Thanks in advance - regards, Sebastian -- View this message in

Re: Problem with selecting default value with DropDownChoice

2007-11-05 Thread Dmitry Kandalov
On Monday 05 November 2007 16:39:02 James Perry wrote: I have a problem with the DropDownChoice. More specifically, I have a Product class which is like: public class Product implements Serializable { private static final long serialVersionUID = 1L; private Manufacturer

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
Well, what I'd like to do is what I explained in my first post. One would still have a one-one-relationship if it comes to files (Base.html, Base.java - Sub.html, Sub.java). However, a Base.html might contain more than one wicket:extend /. So this no longer an exact duplicate of the parent-child

Re: Howto center new window on screen?

2007-11-05 Thread Newgro
Hi *, Sorry for reopening this. I did all you suggested. Then in your page or panels or other components: add(HeaderContributor.forJavascript(JavaScript.CENTER_WINDOW)); But how can i execute the javascript in that resource? I tried a AttributeModifier, but couldn't center the window.

Re: Add Meta-Information to wicket-page

2007-11-05 Thread Michael Sparer
BatiB80 wrote: Hi, does anybody knows how I can add MetaDataInformation like meta name=Keywords content=... to a Wicket-Page. I want to set the values dynamically by the Java-Classes so I wont hardcode the values in the .html-template! Thanks in advance - regards, Sebastian

Re: Problem with selecting default value with DropDownChoice

2007-11-05 Thread Frank Bille
Provide a ChoiceRenderer to the DropDownChoice constructor. It's in the ID part of it. Frank On 11/5/07, James Perry [EMAIL PROTECTED] wrote: I have a problem with the DropDownChoice. More specifically, I have a Product class which is like: public class Product implements Serializable {

Re: Link text

2007-11-05 Thread Gwyn Evans
Monday, November 5, 2007, 12:16:50 PM, Sam wrote: SH Lots of the time I just want a link with text as the body of the SH ... ... The Link class takes an IModel so presumably uses that for SH something but I can't see it in the source or get it to appear... It's typically just used so the model

gmap2 and permissions

2007-11-05 Thread Jan Stette
I've just started playing with wicket-contrib-gmap2 but I'm having a bit of a problem: When I try to create a simple map inside my Wicket application, I get an exception in Firefox saying: uncaught exception: Permission denied to call method XMLHttpRequest.open I've had a look at issues

Re: Link text

2007-11-05 Thread Al Maw
Sam Hough wrote: Lots of the time I just want a link with text as the body of the ... ... The Link class takes an IModel so presumably uses that for something but I can't see it in the source or get it to appear... Sorry I'm being thick and I did search honest! You'd typically use the model

Mystery problem w/ Wicket + Glassfish v2?

2007-11-05 Thread V. Jenks
Occasionally, my application will just start doing this - throwing this error. I am using Wicket 1.2.4 because my application is stuck at that version for the time being. I do not have the time to make the changes to upgrade to the latest version, right now. Rebooting the app server

Re: Problem with selecting default value with DropDownChoice

2007-11-05 Thread Gwyn Evans
Hi James, While the implementation's not a big deal, and you'll probably want one, Choose One is the default for when the selected (or pre-selected) item's not found in the DDC list of values, so I don't think it's directly that. I'd be tempted to double-check (either via logging or via a

Re: Mystery problem w/ Wicket + Glassfish v2?

2007-11-05 Thread Johan Compagner
you miss the most importand part of the error: the top! On 11/5/07, V. Jenks [EMAIL PROTECTED] wrote: Occasionally, my application will just start doing this - throwing this error. I am using Wicket 1.2.4 because my application is stuck at that version for the time being. I do not have

Re: wicket-contrib-datepicker

2007-11-05 Thread Igor Vaynberg
silence means that we are too busy getting rc1 out. mailing list is for discussions, not bug reports - that is what jira is for. -igor On 11/5/07, Juha Alatalo [EMAIL PROTECTED] wrote: Silence means that you don't care? Juha Alatalo wrote: Hi, could it be possible to fix old DatePicker

Re: Add Meta-Information to wicket-page

2007-11-05 Thread BatiB80
Yupp... - That's it!!! Thanks! :-) -- View this message in context: http://www.nabble.com/Add-Meta-Information-to-wicket-page-tf4751820.html#a13589318 Sent from the Wicket - User mailing list archive at Nabble.com. - To

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Igor Vaynberg
this is done in MarkupCache i believe. when you load a markup file that has wicket:extend it traverses up the hierarchy and merges all the markup. -igor On 11/5/07, Stefan Fußenegger [EMAIL PROTECTED] wrote: Eelco Hillenius wrote: It would be quite feasible to add support for multiple

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Igor Vaynberg
if i were you i would use tags other then extend and child just so you dont conflict. -igor On 11/5/07, Stefan Fußenegger [EMAIL PROTECTED] wrote: Well, what I'd like to do is what I explained in my first post. One would still have a one-one-relationship if it comes to files (Base.html,

Re: Problem with selecting default value with DropDownChoice

2007-11-05 Thread Dmitry Kandalov
On Monday 05 November 2007 18:55:07 James Perry wrote: Also what about wrapping the List in a PropertyModel; would that help? On 11/5/07, James Perry [EMAIL PROTECTED] wrote: Hello Dima, That was my initial assumption but I already have overrided my equals()/hashCode() methods for

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
thanks for that advise. hey chris, keep your fingers crossed. finally you could get your wicket:abstract-wicket:override ;) stefan igor.vaynberg wrote: if i were you i would use tags other then extend and child just so you dont conflict. -igor On 11/5/07, Stefan Fußenegger [EMAIL

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Igor Vaynberg
the complement to abstract is implement not override... names are important. -igor On 11/5/07, Stefan Fußenegger [EMAIL PROTECTED] wrote: thanks for that advise. hey chris, keep your fingers crossed. finally you could get your wicket:abstract-wicket:override ;) stefan igor.vaynberg

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
well, i thought chris' suggestion to use abstract and override in order to align it with the java keyword/annotation. I don't care whether it is implement or override (but yes, names are important). i think i'll go for implement though ... but if it finally becomes part of wicket, it will become

Re: Wicket meetup (the netherlands) ideas

2007-11-05 Thread Eelco Hillenius
we are already in the month of the great Wicket meetup in the netherlands So does anybody have idea's what you would like to see ? Do you want to see some short presentations? What would be good topics? This is your chance to do some practicing on presenting Johan! One idea that comes in mind

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Igor Vaynberg
On 11/5/07, Stefan Fußenegger [EMAIL PROTECTED] wrote: well, i thought chris' suggestion to use abstract and override in order to align it with the java keyword/annotation. I don't care whether it is implement or override (but yes, names are important). i think i'll go for implement though

Question regarding navigation with the browser's back button

2007-11-05 Thread Christian Alejandro Marquez Grabia
I am using Wicket version 1.2.6 I have been looking for this or related issues in the list, but couldn't find any to solve my problem. I have a page that show a Tree with many items. These items can be deleted using a link. When the item is deleted the page is reloaded using SetResponsePage().

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
but why choose another name? as long as there is only one pair of however named tags, the behaviour wouldn't change at all. It would only extend the current functionality for those who place a second extension point in there html files. But I am not in the core team, but curious to look under

Re: Link text

2007-11-05 Thread Sam Hough
Thanks Al, That is what I was after. The rendering stuff is waaay over my head. Gwyn : nabble cut most of my post for some reason, I've been using two components (link and label) but it seems very verbose when 90% of my links are to text... Many thanks. Cheers Sam Al Maw wrote: Sam

Re: Link text

2007-11-05 Thread Igor Vaynberg
yes, but is the text dynamic on 90% of your links??? most of the time if you want i18n its just a wicket:id=linkwicket:message key=foo/wicekt:message/a -igor On 11/5/07, Sam Hough [EMAIL PROTECTED] wrote: Thanks Al, That is what I was after. The rendering stuff is waaay over my head.

Re: Question regarding navigation with the browser's back button

2007-11-05 Thread Igor Vaynberg
override webpage#setheaders() and instead of no-cache set a no-store header. that should force the browser to reload the page on backbutton... -igor On 11/5/07, Christian Alejandro Marquez Grabia [EMAIL PROTECTED] wrote: I am using Wicket version 1.2.6 I have been looking for this or related

Re: Spring Authenticated Web Application

2007-11-05 Thread Suad AlShamsi
Thanks alot I will check it out . Michael Sparer wrote: Hi, all steps required for integrating acegi into your wicket-app are described on http://cwiki.apache.org/WICKET/acegi-and-wicket-auth-roles.html. however you'll get problems if you want to chain multiple filters, especially the

Disable Ajax Buttons/Links while a in request progress

2007-11-05 Thread Francisco Diaz Trepat - gmail
Hi, I wish to discuss best practices for disabling an AjaxLink and a AjaxButton while a previous request is being process. f(t)

Re: Wicket meetup (the netherlands) ideas

2007-11-05 Thread Johan Compagner
yeah yeah, i already did some practicing on servoywold with 2 sessions.. But the thing is what should it be about. An intoduction doesn't look vey needfull.. :) On 11/5/07, Eelco Hillenius [EMAIL PROTECTED] wrote: we are already in the month of the great Wicket meetup in the netherlands So

Re: How to Jquery, Json, wicket spring?

2007-11-05 Thread Pen
David Bernard-2 wrote: Hi, I started the wicketstuff-jquery project, currently there is no doc/wiki, only the [source][1] is available and a demo application ([source][2], [war][3]). For the communication with between client and server, I used the native Wicket API, simpler than

Re: Wicket meetup (the netherlands) ideas

2007-11-05 Thread Eelco Hillenius
On 11/5/07, Johan Compagner [EMAIL PROTECTED] wrote: yeah yeah, i already did some practicing on servoywold with 2 sessions.. But the thing is what should it be about. An intoduction doesn't look vey needfull.. :) Tell how you used Wicket it for Servoy. Or have a tips tricks for production

AjaxCheckBox label appears twice when...

2007-11-05 Thread Cristi Manole
Hello, Any ideas why adding the ajaxcheckbox component to an ajaxrequesttarget would make its label be displayed twice? Is there any other way to update an ajaxcheckbox without adding it to required target? Maybe i'm missing something here. Tks in advance.

Re: gmap2 and permissions

2007-11-05 Thread Jan Stette
Some more information after looking further into this - it looks like I'm seeing the same problem as mentioned in this thread: http://www.nabble.com/Google-Maps-and-AJAX-tf4591408.html It only occurs when a Google Map is added via an AJAX request to a page that previously had no Google maps on

Re: Question regarding navigation with the browser's back button

2007-11-05 Thread Christian Alejandro Marquez Grabia
Thanks Igor. Indeed, the browser now reloads the page, but the Internal Error occurs now, instead of watching the cached page. It seems that the Java page is somewhere cached, and the tree is attempted to be reloaded, and since some of the methods use the objects in the tree, it brings up the

Re: Problem with selecting default value with DropDownChoice

2007-11-05 Thread James Perry
Hello all, Thanks for the replies so far. Well I have taken the feedback and my manufacturer object and category object are certainly are there when it passed to my form. It is really bizarre as if I select a manufactuer and persist the product obejct upon the form's onSubmit, it's correctly

Re: Question regarding navigation with the browser's back button

2007-11-05 Thread Igor Vaynberg
maybe your tree model caches more then it should, not sure. if you want regen the page then its url has to be bookmarkable, but the tree doesnt work with that really without some extra work... -igor On 11/5/07, Christian Alejandro Marquez Grabia [EMAIL PROTECTED] wrote: Thanks Igor. Indeed,

Re: AjaxCheckBox label appears twice when...

2007-11-05 Thread Cristi Manole
is was because of this :input type = checkbox wicket:id = togglecheckbox2Toggle Check All/input changed to this : input .../Toggle Check All [although question remains... why would it display toggle check all twice?] On Nov 5, 2007 9:16 PM, Cristi Manole [EMAIL PROTECTED] wrote: Hello,

Re: Problem with selecting default value with DropDownChoice

2007-11-05 Thread James Perry
Some notes I have observed. * All my objects within the list are correctly in the DDC * All my objects within the list have an implemented equals/hashcode. * It doesn't correctly pre-select both my Manufacturer associations within Product; it just goes to 'Choose One' * It correctly sets

Re: Wicket portlet newbie questions

2007-11-05 Thread Thijs
Check out http://www.nabble.com/Portlet-howto-tf4587073.html#a13093514 justment wrote: I want to implements wicket portlet on liferay but I can't get any demo,documents from google :p Thanks in advance for any pointers and explanations thank you.

Re: Wicket meetup (the netherlands) ideas

2007-11-05 Thread Eelco Hillenius
Also a tips and tricks kinda thing would be great. To show some nice tricks to my employer and fellow colleges. I haven't been using Wicket professionally jet. I only used it to build my own blog with it. I'm trying to get my employer to look at Wicket but I need working portlet support for

Re: Wicket meetup (the netherlands) ideas

2007-11-05 Thread Eelco Hillenius
On 11/5/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Also a tips and tricks kinda thing would be great. To show some nice tricks to my employer and fellow colleges. I haven't been using Wicket professionally jet. I only used it to build my own blog with it. I'm trying to get my employer

Re: Wicket meetup (the netherlands) ideas

2007-11-05 Thread Johan Compagner
The best man for this would be Ate ... Dont know if he can attend? On 11/5/07, Thijs [EMAIL PROTECTED] wrote: It would be grate to get some more info on the portlet implementation. I've been trying to get that working on another portal server then Jetspeed without much luck :) Also a tips

Re: Localizer cache

2007-11-05 Thread Sebastiaan van Erk
There's a discussion on the JIRA whether or not to make the localizer cache in development mode, but just for reference (and for other people searching for localizer and cache), Juergen showed me how to get what I want by adding the following code in the init() method of my application: if

Re: Problem with selecting default value with DropDownChoice

2007-11-05 Thread Gwyn Evans
Hi James, Monday, November 5, 2007, 8:05:58 PM, you wrote: JP Some notes I have observed. * All my objects within the list are JP correctly in the DDC * All my objects within the list have an JP implemented equals/hashcode. * It doesn't correctly pre-select JP both my Manufacturer associations

Re: Wicket meetup (the netherlands) ideas

2007-11-05 Thread Martin Funk
Johan Compagner schrieb: Guys, we are already in the month of the great Wicket meetup in the netherlands So does anybody have idea's what you would like to see ? Do you want to see some short presentations? What would be good topics? Does anybody want to give a short presentation? my

Re: Mystery problem w/ Wicket + Glassfish v2?

2007-11-05 Thread Johan Compagner
please upgrade to at least the latest version of 1.2 (1.2.7) because if i look at getContentType of an innerclass of DynamicWebResource then that is now a abstract method. So there are changes in that area. johan On 11/5/07, V. Jenks [EMAIL PROTECTED] wrote: OOps! Sorry, in the Glassfish

Re: gmap2 and permissions

2007-11-05 Thread Martin Funk
Hi Jan, not sure if Sven or I can come up with something tonight, but it won't be forgotten. http://wicketstuff.org/jira/browse/WSGMAPP-3 Martin Jan Stette schrieb: Some more information after looking further into this - it looks like I'm seeing the same problem as mentioned in this thread:

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-05 Thread landry soules
Hello guys I finally won't take your time anymore with my problem of dependencies : it was a simple PEBCAK ! I got the following error : Exception in thread ModificationWatcher Task java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z It was coming from log4j.Logger, not from

Re: Wicket namespace?

2007-11-05 Thread Will Jackson
no one knows what the Wicket namespace is? Will Jackson [EMAIL PROTECTED] wrote: Is there a Wicket xhtml namespace that will work with Eclipse content assist? I searched the forums, but can't find anything. __ Do You Yahoo!? Tired of spam?

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-05 Thread Eelco Hillenius
I finally won't take your time anymore with my problem of dependencies : it was a simple PEBCAK ! I got the following error : Exception in thread ModificationWatcher Task java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z It was coming from log4j.Logger, not from

Re: Wicket namespace?

2007-11-05 Thread Frank Bille
There is no schema for it if thats what you mean. But you can set the namespace to wicket:xmlns=http://wicket.apache.org; Frank On Nov 5, 2007 10:42 PM, Will Jackson [EMAIL PROTECTED] wrote: no one knows what the Wicket namespace is? Will Jackson [EMAIL PROTECTED] wrote: Is there a Wicket

Re: Wicket meetup (the netherlands) ideas

2007-11-05 Thread Ate Douma
Johan Compagner wrote: The best man for this would be Ate ... Dont know if he can attend? I'll attend and definitely will do my best to answer any questions about the portlet support as much as I can. I haven't really planned a presentation yet, but if there is enough interest I guess I can

Re: creating RSS feeds with Wicket

2007-11-05 Thread Sean Sullivan
I wrote an example application that uses Ryan's wicketstuff-rome library. wicketstuff-rome-examples is available in WicketStuff's SVN repository: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-rome-examples/

ResourceStream

2007-11-05 Thread Andrew MacKenzie
Wicket 1.2 I've created my own implmentation of AbstractResourceStream to fetch the content for some pages from another location (they are generated by another site). One thing I'm not sure of is how often wicket will re-fetch this resource from my code. I notice a lastModifiedTime() function

RE: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Chris Colman
if i were you i would use tags other then extend and child just so you dont conflict. Yes Stefan, I would think that would be a better approach to use a new set of tags. It also allows you to choose more correct naming (because inheritance isn't actually a parent/child relationship so the

RE: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Chris Colman
the complement to abstract is implement not override... names are important. Arh, sorry, I made my last post before reading yours Igor. Yes, I agree abstract/implement make a great complimentary pair. - To unsubscribe,

Re: Wicket namespace?

2007-11-05 Thread Will Jackson
Thanks for the info... hmmm... I wonder why it is not supported? I would have assumed that they would use a xsd rather than a dtd. How would this be used? Using multiple dtds can get messy (not to mention they may cause issues in Internet Exploder). !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0

Re: Wicket namespace?

2007-11-05 Thread Stefan Fußenegger
I was asking myself the same a while ago. Today I found a file named wicket-xhtml1-strict.dtd in the SVN. You can find it at http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket/wicket-xhtml1-strict.dtd But I don't know whether this file is supported or not, as I haven't found anything

Re: Wicket namespace?

2007-11-05 Thread Stefan Fußenegger
I didn't say it's not supported, I was just asking. And I don't think you have to use 2 DTDs. I think it rather is an extension of the standard XHTML DTD (that's why it is a DTD and not an XML schema). -- Stefan Will Jackson-2 wrote: Thanks for the info... hmmm... I wonder why it is not

Re: Wicket namespace?

2007-11-05 Thread Will Jackson
I know you were not saying that it's not supported. I was assuming that it was not supported because I can't find a public url for that supports it :) afaik extending the dtd is really just adding another dtd (http://www.w3.org/TR/1999/xhtml-modularization-19990406/developing.html#sec_6.5.2.).

Re: gmap2 and permissions

2007-11-05 Thread Jan Stette
Great, thanks! Jan On 05/11/2007, Martin Funk [EMAIL PROTECTED] wrote: Hi Jan, not sure if Sven or I can come up with something tonight, but it won't be forgotten. http://wicketstuff.org/jira/browse/WSGMAPP-3 Martin Jan Stette schrieb: Some more information after looking further

[ANNOUNCE] Eventful Launches

2007-11-05 Thread Nick Heudecker
Hi, After quite a bit of development, I'm happy to announce Eventful ( http://www.eventfulhq.com) has launched to the general public. Eventful is an online registration and event management application. With Eventful, you can: - Import your contact database - Send personalized email

Re: Wicket meetup (the netherlands) ideas

2007-11-05 Thread Orion Letizi
If you think a talk on scaling Wicket with Terracotta would be interesting, we'd love to come... Cheers, Orion Johan Compagner wrote: Guys, we are already in the month of the great Wicket meetup in the netherlands So does anybody have idea's what you would like to see ? Do you want to

Looking for Wicket contract work

2007-11-05 Thread Julian Klappenbach
I have 15 years of software development experience, and I'm venturing into self employment / contracting. I would enjoy spending my time developing applications with wicket, and thought that perhaps members here might know of opportunities. Resume and references available upon request. Please

Re: Wicket namespace?

2007-11-05 Thread Timo Rantalaiho
On Mon, 05 Nov 2007, Stefan Fußenegger wrote: I was asking myself the same a while ago. Today I found a file named wicket-xhtml1-strict.dtd in the SVN. You can find it at http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket/wicket-xhtml1-strict.dtd But I don't know whether this

Re: [ANNOUNCE] Eventful Launches

2007-11-05 Thread Eelco Hillenius
After quite a bit of development, I'm happy to announce Eventful ( http://www.eventfulhq.com) has launched to the general public. Eventful is an online registration and event management application. With Eventful, you can: - Import your contact database - Send personalized email

Re: Problem with selecting default value with DropDownChoice

2007-11-05 Thread Dmitry Kandalov
On Tuesday 06 November 2007 00:55:23 James Perry wrote: I empirically found out what the solution was to the problem of not selecting the correct default choice of the Manufacturer within Product! I added a ChoiceRendered to the constructor of DDC and it did the trick! It seems like equals()

Re: Wicket meetup (the netherlands) ideas

2007-11-05 Thread Martijn Dashorst
+1 On 11/6/07, Orion Letizi [EMAIL PROTECTED] wrote: If you think a talk on scaling Wicket with Terracotta would be interesting, we'd love to come... Cheers, Orion Johan Compagner wrote: Guys, we are already in the month of the great Wicket meetup in the netherlands So does

strange error causing jetty to die without any real info

2007-11-05 Thread Brill Pappin
I'm getting a strange error that is cause my dev jetty instance to die. The error is from wicket, but I'm not getting enough information in the output to determine where to look. Anyone have any idea what this is about? I'm running this in Maven of course, with the jetty6 plugin. Here is the