Re: cwiki code blocks render poorly on firefox, chrome, safari

2009-08-12 Thread Per Lundholm
The ones working is not using a code block. Don't know much about the wiki used, but it seems not to set up the width of textareas, leaving them to default width. /Per On Tue, Aug 11, 2009 at 9:37 PM, Troy Cauble troycau...@gmail.com wrote: I couldn't find a place on the wiki to point this

Re: cwiki code blocks render poorly on firefox, chrome, safari

2009-08-12 Thread Reinhard Nägele
I just played around with that a bit. This seems to be a Confluence problem. If you open the URL http://cwiki.apache.org/WICKET/dropdownchoice-examples.html, you get small text areas without proper styling. If you then edit the page and cancel editing again, you are redirected to

Re: Openlayers, openstreetmap and markers

2009-08-12 Thread nino martinez wael
Hi Reinout Draggable markers does not seem to be a 2 minute change.. From what I found it's this that has to be done: ... Basically, there are 2 fundamental 'classes': OpenLayers.Control.DragMarker OpenLayers.Handler.Marker This is how we add drag control to the markers. map = new

Re: cwiki code blocks render poorly on firefox, chrome, safari

2009-08-12 Thread Martijn Dashorst
You're completely reasoning the wrong way. The static HTML files are the right links. Never, NEVER link to a confluence internal page, since that puts more load on the server without any due cause. If you had read the big warning sign on the top of the root wiki page, you would have read:

Re: tooltip in wicket 1.4

2009-08-12 Thread jamesqiu
label.add(new AttributeModifier(title, true, new Model(your tool tip here))); SrinivasaRaju Ch wrote: Hi, I have to add tool tip for label in wicket 1.4, how can i implement this. I have Student Name, if a place mouse on that i have to show his details can any one help regarding

Re: cwiki code blocks render poorly on firefox, chrome, safari

2009-08-12 Thread Reinhard Nägele
OK, sorry, I didn't read that. My bad. But please don't panic, I was just trying to help identify the problem... Martijn Dashorst schrieb: You're completely reasoning the wrong way. The static HTML files are the right links. Never, NEVER link to a confluence internal page, since that puts more

Wicketstuff releases?

2009-08-12 Thread Erik van Oosten
Hello, Now that Wicket 1.4.0 is out, I wonder which wicketstuff core version is compatible. There is no 1.4.0 version of wicketstuff core (yet?). Should I use 1.4-rc8-SNAPSHOT? I guess http://sourceforge.net/projects/wicket-stuff/files/ is no longer in use. Regards, Erik. -- Erik van

Re: Wicketstuff releases?

2009-08-12 Thread Maarten Bosteels
Hello, On Wed, Aug 12, 2009 at 10:16 AM, Erik van Oosten e.vanoos...@grons.nlwrote: Hello, Now that Wicket 1.4.0 is out, I wonder which wicketstuff core version is compatible. There is no 1.4.0 version of wicketstuff core (yet?). Should I use 1.4-rc8-SNAPSHOT? AFAIK wicketstuff-core

Re: Wicketstuff releases?

2009-08-12 Thread Erik van Oosten
Maarten, AFAIK wicketstuff-core trunk is compatible with wicket 1.4.0 Yes, I know. But my client is not really happy about using trunk/snapshots in a production system. And frankly, neither am I. I love snapshot releases, but if I can prevent the extra steps needed to use them in production I

Re: tooltip in wicket 1.4

2009-08-12 Thread nino martinez wael
use either prototip or mootip(best for ajax and ASL compatible license) from wicketstuff 2009/8/11 srinivas srinivas.r...@sifycorp.com: Hi, I have to add tool tip for label in wicket 1.4, how can i implement this. I have Student Name, if a place mouse on that i have to show his details can

Re: Wicket in portalt environment

2009-08-12 Thread pie...@nabble
Vikek, I'm trying to get it all running on pluto 2.2.0. but to no avail. Get the error message: The requested resource (/wicket-examples/examples/menu) is not available Seems that as soon as the filters start it breaks. While i'm at it, what method should i override from the WicketPortlet

Building current trunk falis

2009-08-12 Thread Stefan Lindner
Unable to find resource 'org.apache.wicket:wicket-parent:pom:1.4' in repository central (http://repo1.maven.org/maven2) What am I doing wrong? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: how to make user able to choose path to save file

2009-08-12 Thread Steve Olara
Hello,   Am working on a project were I generate a CSV file, I would like the user to be able to select the directory where the file will be saved.   If any one has a sample project or demo please send me a link.   Thanks in advance Stephen

Re: integrating extjs with wicket

2009-08-12 Thread walnutmon
Did anything ever come of this idea? I worked with wicket a lot, but then our company switched into the grails direction, which I understand from a business perspective, and I also love groovy, I was thinking that using groovy, wicket, and extjs combined would be a great combination, but it

Re: Wicket in portalt environment

2009-08-12 Thread Serkan Camurcuoglu
You should add Context crossContext=true/ in the META-INF/context.xml file in your war file if it doesn't exist. Because AFAIK pluto/jetspeed tries to perform a cross-context dispatch (i.e. a request that's received by the /pluto context includes a url in your /application context). Also do

Re: Changing a Form's Model

2009-08-12 Thread Troy Cauble
Yes, a different EM for each DDC option. Replacing the form's model is working. Replacing the form's modelObject worked before that. I'm just trying to understand what the best current practice is. What would the advantage of fragments be? Creating the fragment on selection or maintaining N

Re: Wicketstuff releases?

2009-08-12 Thread Jeremy Thomerson
Now that Wicket 1.4.0 is out, I wonder which wicketstuff core version is compatible. There is no 1.4.0 version of wicketstuff core (yet?). Should I use 1.4-rc8-SNAPSHOT? It should be just 1.4-SNAPSHOT. 1.4-rc8-SNAPSHOT was an accidental relic of after I built rc8 Side note: I don't see the

Re: Wicketstuff releases?

2009-08-12 Thread Ryan McKinley
On Aug 12, 2009, at 9:11 AM, Jeremy Thomerson wrote: Now that Wicket 1.4.0 is out, I wonder which wicketstuff core version is compatible. There is no 1.4.0 version of wicketstuff core (yet?). Should I use 1.4-rc8-SNAPSHOT? It should be just 1.4-SNAPSHOT. 1.4-rc8-SNAPSHOT was an

DatePicker

2009-08-12 Thread Hakan . Steisjo
Hi, I'm having some problem configuring the DatePicker the way I want. More specifically how can I change the css of the DatePicker? Thanks. -Håkan

Re: Wicketstuff releases?

2009-08-12 Thread Reinhard Nägele
I'd like to second Maartens point. Identical releases to Wicket itself would mean that it always depends on Wicket. Independent releases would not be possible. Bugs could not be fixed and new features could not be added without a new Wicket release. This doesn't really make sense to me.

Re: Wicketstuff releases?

2009-08-12 Thread nino martinez wael
could'nt we just suffic the version with a specific wicketstuff release number.. So for wicket 1.4.rc8 it would be 1.4.rc8.wicketstuffreleasenumber = 1.4.rc8.44 ? Etc.. That way the 3 first refer to the wicket number and the last to the wicketstuff one or will it bring too much confusion?

Re: Wicketstuff releases?

2009-08-12 Thread nino martinez wael
And thats suffix not suffic.. 2009/8/12 nino martinez wael nino.martinez.w...@gmail.com: could'nt we just suffic the version with a specific wicketstuff release number.. So for wicket 1.4.rc8 it would be 1.4.rc8.wicketstuffreleasenumber = 1.4.rc8.44 ? Etc.. That way the 3 first refer to the

Re: Wicketstuff releases?

2009-08-12 Thread Martijn Dashorst
Given the lackluster release history of Wicket Stuff, I'd suggest going with whatever the only person able *AND* willing to cut releases wants. In this case, that is Jeremy. If you don't want to follow the general Wicket Stuff release processes, you're welcome to maintain your own projects and

Ajax based filling of form

2009-08-12 Thread Linda van der Pal
I have a panel with a form. This form has several fields, one of which is the ISBN of a book. The fields are filled by a CompoundPropertyModel if the user is editing his previous entry, and they are empty if the user is adding a new book. Simply entering data or updating it and then submitting

Date Validation - From - To Dates

2009-08-12 Thread T Ames
I have coded a simple Validator below that may help others out who are looking for a way to make sure that a from-date and a to-date on a form fall within a proper range of each other. Meaning that a from date cannot be greater than a to date. I did this based on an older post of the same

Re: integrating extjs with wicket

2009-08-12 Thread Ryan
It looks like this code base is still being updated: http://code.google.com/p/wicket-ext/source/list I'm not using it right now but might be looking into it for a project I am starting soon. Last time I checked groovy did not support anon. inner classes and that made using wicket very verbose.

Re: Building current trunk falis

2009-08-12 Thread Igor Vaynberg
it should be looking for 1.4-SNAPSHOT not 1.4, at least that is the version in pom of wicket in trunk. -igor On Wed, Aug 12, 2009 at 3:59 AM, Stefan Lindnerlind...@visionet.de wrote: Unable to find resource 'org.apache.wicket:wicket-parent:pom:1.4' in repository central

how to include head resources below generated component additions to head

2009-08-12 Thread Joe Hudson
Hello, I would like to override some of the styles of components I am using in my page. However, when I include a CSS resource at the head of my WebPage component, the incude occurs above all of the component includes. Is there any way I can specify for an include to be below component

Re: Wicketstuff releases?

2009-08-12 Thread Maarten Bosteels
Martijn, First off: I do appreciate the time and work that Jeremy spends on wicketstuff On Wed, Aug 12, 2009 at 4:05 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Given the lackluster release history of Wicket Stuff, I'd suggest going with whatever the only person able *AND*

AW: Building current trunk falis

2009-08-12 Thread Stefan Lindner
I did a complete new checkout. Now it works. Strange. Thanks Igor. Stefan -Ursprüngliche Nachricht- Von: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Gesendet: Mittwoch, 12. August 2009 17:17 An: users@wicket.apache.org Betreff: Re: Building current trunk falis it should be looking

Re: DatePicker

2009-08-12 Thread Rob Sonke
What problem do you have? I haven't used the default datepicker in wicket yet but I guess it has its default class names linked which you can override in your own css files. Rob On 8/12/09 3:25 PM, hakan.stei...@foxt.com wrote: Hi, I'm having some problem configuring the DatePicker the way

Re: ListView inside Form: retrieving the listview's model

2009-08-12 Thread Marcel Bonnet
Thanks for helping. In fact I was trying to validate the ListView's model. I thought that each time we press the Submit button the new choice selected in each DropDownChoice in the ListView's rows would be submited and filled inside the Model of the ListView, meaning the model would now have the

Prevent Wicket from creating a new user session while user clicks back button

2009-08-12 Thread Andre Bonalli
Hi all How can i prevent Wicket from creating a new user session while user has been logged out and clicks back button on browser Thx for any help Andre - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

Re: Prevent Wicket from creating a new user session while user clicks back button

2009-08-12 Thread Martin Makundi
Why do you want to do this? ** Martin 2009/8/12 Andre Bonalli bona...@hispeed.ch: Hi all How can i prevent Wicket from creating a new user session while user has been logged out and clicks back button on browser Thx for any help Andre

Re: Prevent Wicket from creating a new user session while user clicks back button

2009-08-12 Thread Matej Knopp
New session will only be created if the page user lands after clicking back button is bookmarkable. It is not possible to change this behavior. If the page is not bookmarkable user will be redirected to expired page. -Matej On Wed, Aug 12, 2009 at 7:17 PM, Andre Bonallibona...@hispeed.ch wrote:

RE: Prevent Wicket from creating a new user session while user clicks back button

2009-08-12 Thread Russell Simpkins
You can't prevent a new session from being created, but I'm thinking you still have session data after you logged them out, so don't forget to invalidate the session. e.g. HttpSession session = ((ServletWebRequest)

Re: Wicketstuff releases?

2009-08-12 Thread nino martinez wael
Hmm I believe with may way it should be possible todo both.. However I don't much care what the releases are named its the quality that matters to me. No matter what the customer will blame me if something does not work, they don't care if its a 1.4, 1.4.1.1 release snapshot or snafu:) Jeremy

Re: Ajax based filling of form

2009-08-12 Thread John Krasnay
Sounds like you're on the right track. What's the problem? jk On Wed, Aug 12, 2009 at 04:27:41PM +0200, Linda van der Pal wrote: I have a panel with a form. This form has several fields, one of which is the ISBN of a book. The fields are filled by a CompoundPropertyModel if the user is

Re: how to include head resources below generated component additions to head

2009-08-12 Thread John Krasnay
You can solve this using CSS. Read up on CSS rule specificity. Suppose your component has a rule like this: span.foo { color: red; } If you want to override that with a rule that comes before it, you can use !important like this: span.foo { color: red !important; } But IMHO this is

Re: ListView inside Form: retrieving the listview's model

2009-08-12 Thread Marcel Bonnet
*SOLVED*. I found what was wrong. In case anyone needs a component like this, the main updated code is: final Model dataModel = new Model(); dataModel.setObject(data); ListView listView = new ListView(list, dataModel) { protected void populateItem(ListItem item) { final IModel

Re: Wicketstuff releases?

2009-08-12 Thread Jeremy Thomerson
The idea behind the matching release numbers was so that Wicket newbs could more easily adopt the most commonly used and supported wicketstuff projects into their projects. I would like to be able to still have that. No compatibility matrix needed - if you are using Wicket 1.4.1 - use WS 1.4.1.

RE: Ajax based filling of form

2009-08-12 Thread Russell Simpkins
All, I'm still green with Wicket and even greener on Facebook, so I had a hard time adding Facebook connect to my wicket app. I think this is due in large part to Facebook changing so often. Any ways, I have written up a new page for anyone else trying to do Facebook connect with Wicket. If I

Re: Changing a Form's Model

2009-08-12 Thread bferr
Fragments would allow you to have different markup and markup hierarchy for each DDC option in case the entity attributes were different. LazyBoy wrote: Yes, a different EM for each DDC option. Replacing the form's model is working. Replacing the form's modelObject worked before that.

wiki link

2009-08-12 Thread Russell Simpkins
Sorry, the link should be http://cwiki.apache.org/WICKET/adding-facebook-connect.html From: russellsimpk...@hotmail.com To: users@wicket.apache.org Subject: RE: Ajax based filling of form Date: Wed, 12 Aug 2009 21:12:38 -0400 All, I'm still green with Wicket and even greener on

Re: Using Wicket in a Java EE 6 container

2009-08-12 Thread jluehe
As for the security concerns raised, note that configuration specified in web.xml always takes precedence over that specified in web-fragment.xml in case of a conflict. In addition, by setting metadata-complete to true in web.xml, any web-fragment.xml configuration will be ignored. Jan

Re: Using Wicket in a Java EE 6 container

2009-08-12 Thread Igor Vaynberg
On Wed, Aug 12, 2009 at 7:49 PM, jluehejan.lu...@sun.com wrote: As for the security concerns raised, note that configuration specified in web.xml always takes precedence over that specified in web-fragment.xml in case of a conflict. if something mounts a filter on /asdasdasdasdasdasd that

Re: Using Wicket in a Java EE 6 container

2009-08-12 Thread arungupta
The fragment can be easily split as: -- cut here -- filter filter-namewicket.Filter/filter-name filter-classorg.apache.wicket.protocol.http.WicketFilter/filter-class /filter -- cut here -- in web-fragment.xml and -- cut here -- filter

Re: How to handle Runtime Exception in wicket?

2009-08-12 Thread bipul
igor how to redirect to external url say www.google.com in case runtimeexception occurs igor.vaynberg wrote: see requestcycle.onruntimeexception() -igor On Jan 16, 2008 10:22 AM, Rama-o-Rama wrote: Rama-o-Rama wrote: Hello, I am trying to handle to the runtime

new blog post (tutorial): roll your own YUI AutoComplete component

2009-08-12 Thread Peter Thomas
Hi, I tried to come up with a step-by-step tutorial on how to integrate the Yahoo User Interface Library (YUI) AutoComplete control. Link: http://www.dzone.com/links/wicket_tutorial_yui_autocomplete_using_json_and_a.html Summary: - Creating a re-usable Wicket custom component - How to