Re: wiQuery components with server side state - live demo

2010-03-03 Thread morbo
This looks very very nice. Thank you for sharing. I am espacially interested in the cometd demo. When do you plan to release it? Regards, richard Cemal A Bayramoglu wrote: We've been building a few wiQuery components [0], for clients' and internal projects. These wiQuery components

Re: CSSPackageResource.getHeaderContribution - valid xhtml markup

2010-01-29 Thread morbo
I completely forgot to include the error message from the html validator. Here it is: * Line 27 Fatal Error: (27, 3) The element type link must be terminated by the matching end-tag /link. According to http://www.w3schools.com/TAGS/tag_link.asp this site it seems that the validator is right.

Re: CSSPackageResource.getHeaderContribution - valid xhtml markup

2010-01-29 Thread morbo
Martijn Dashorst wrote: Nope. a link element can be closed by either link/link *or* link /. Both are valid X(HT)ML. You are absolutely right. Empty tags can be closed in both ways, just as you mentioned. So the validator should not complain. So its a bug in the tuckey validation

Re: CSSPackageResource.getHeaderContribution - valid xhtml markup

2010-01-29 Thread morbo
Ahh nice. Thank you Martijn Dashorst wrote: On Fri, Jan 29, 2010 at 4:10 PM, morbo richard.wiesin...@gmail.com wrote: I am not able to test my app with w3c validator as it is not running on a public server yet. Or am I missing something? I know good developers hate copy/paste

Re: Questions about Wicket sessions

2010-01-15 Thread morbo
Sorry for jumping into this issue again, but I am still a bit confused. I need a definitive answer for this as I have to document it in my diploma thesis. In my app I have a requirement that a new page has to be opened in a popup window, which is pretty easy with wicket using the popupsettings

Re: openstreetmap in openlayers

2009-03-18 Thread morbo
Hi Nino, thanks for the commit access. I have now added the support for openstreetmap maps. I also added a simple example map. Maybe someone could review my solution. regards, richard -- View this message in context: http://www.nabble.com/openstreetmap-in-openlayers-tp22329429p22576668.html

Re: openstreetmap in openlayers

2009-03-07 Thread morbo
I have to correct myself a little bit. The setCenter method does work! I had a problem with the coordinates, which were not in the right format. So, sorry for that. morbo wrote: Hi Nino, yes, I would love to contribute to this project. But I'm warning you, I am not a very experienced

Re: openstreetmap in openlayers

2009-03-06 Thread morbo
Thank you very much. That really helped a lot. I am now able to render the different openstreetmap layers (mapnik, ti...@home, cycleMap) with the above mentioned OpenLayers.Layer.OSM object. But there still exist some problems. It is not entirely possible to edit the maps with the wicketstuff

openstreetmap in openlayers

2009-03-04 Thread morbo
This is my first message to this mailinglist, so first of all: Hello everyone! I want to use wicket together with openlayers in my webapp. Therefore I looked at the openlayers contrib project on wicketstuff, which seems pretty cool. I managed to embed a wms and gmap, but I need to use

Re: openstreetmap in openlayers

2009-03-04 Thread morbo
I tried a few things and I think I managed the integration of openstreetmaps. The browser is contacting the osm tile server BUT everything I get are pink tiles? Here is the output of the final html page: html head titleWicket Quickstart Archetype Homepage/title script