Re: [IE7] Shrinked popup calendar when inside a table

2008-08-25 Thread Federico Fanton
On Fri, 22 Aug 2008 15:26:03 +0200 Federico Fanton [EMAIL PROTECTED] wrote: Should I open a JIRA issue? I have a quickstart ready. If nobody has something against it, I'll go on and open it ^^ - To unsubscribe, e-mail: [EMAIL

Re: Wicket Stuff devs - teamcity is open for registration

2008-08-25 Thread Nino Saturnino Martinez Vazquez Wael
ok you should be good to go, i've setup the project aswell on team city.. svenmeier wrote: Time to do some cleaning up: username: svenmeier project: wicketstuff-prototype Thanks Sven Martijn Dashorst wrote: We have moved our build server to run on teamcity. Our previous software was

Wicket merchandise take 2

2008-08-25 Thread Nino Saturnino Martinez Vazquez Wael
I haven't heard anything from prc @ apache that we could not do this, so im gonna take this as silent approval. So any profit from merchandise could be donated following these rules, if 1's full then 2 etc (providing the people want it): 1. Provide the core team with merchandise (might be

RE: Form with tabbed panel: Tracking changes

2008-08-25 Thread Kai Mütz
Nino Saturnino Martinez Vazquez Wael wrote: Look at Ivisitor and add one to the form, that could add it for you... I think theres a example pdf on jweekends homepage... I have tried the IVisitor approach, but there are 2 problems: 1) I invoke the visitChildren() methon within the

application scope objects in Wicket

2008-08-25 Thread Marvan Spagnolo
Hi all, I'm new to Wicket and developing my first Wicket website. I have some temporary objects created inside a users' session but needed by a parallel process which uses them outside the user session and I would like to avoid temporarily persisting them into a database. I'm looking at using

Re: Wicket merchandise take 2

2008-08-25 Thread James Carman
The proceeds should benefit the ASF, not a random charity. On Mon, Aug 25, 2008 at 5:48 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I haven't heard anything from prc @ apache that we could not do this, so im gonna take this as silent approval. So any profit from

Re: Form with tabbed panel: Tracking changes

2008-08-25 Thread Nino Saturnino Martinez Vazquez Wael
Kai Mütz wrote: Nino Saturnino Martinez Vazquez Wael wrote: Look at Ivisitor and add one to the form, that could add it for you... I think theres a example pdf on jweekends homepage... I have tried the IVisitor approach, but there are 2 problems: 1) I invoke the visitChildren()

Re: Wicket merchandise take 2

2008-08-25 Thread Nino Saturnino Martinez Vazquez Wael
Ok it'll just do that then. James Carman wrote: The proceeds should benefit the ASF, not a random charity. On Mon, Aug 25, 2008 at 5:48 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I haven't heard anything from prc @ apache that we could not do this, so im gonna take

Re: Wicket merchandise take 2

2008-08-25 Thread James Carman
I can't see the ASF PR folks having issue with that, then, as long as the merchandise itself doesn't say something offensive or something (Apache Wicket itself is offensive to those JSFers out there ;) On Mon, Aug 25, 2008 at 7:14 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote:

Re: Re: Fw: Exception when parsing a xml file, which doesn't follow properties.dtd

2008-08-25 Thread Liz Huber
Thanks a lot for your help! Now it works! If I rename my xml-files, like James advised me to do, Wicket doesn't expect xml, which is conform to properties.dtd. - Original Message - From: James Carman Sent: 23/08/08 01:20 pm To: users@wicket.apache.org Subject: Re: Fw:

YUI Menu how to remove CSS / skinning

2008-08-25 Thread Java Programmer
Hi, I need to remove defaukt CSS from YUI menu, or replace it with skin - I search for solution in sources, but can't find - YuiHeaderContributor takes all files from inc catalog, but where is code for skins (there should be only one css than, with e.g. assets/skins/sam/button.css)? I read about

Re: session jumping?

2008-08-25 Thread ChuckDeal
We are not using any system like that. We are using the wicket-auth package with DataBinder. The userId is stored in the Wicket Session, which is thread-local. Whenever the current user is requested, it always goes through the Wicket Session object. Now that you mention thread-local, and to

Re: Re: Fw: Exception when parsing a xml file, which doesn't follow properties.dtd

2008-08-25 Thread James Carman
No problem. Glad I could help. Take a careful look at the stack trace. It's not throwing the exception because of your code at all. It's throwing it inside the wicket internal stuff. On Mon, Aug 25, 2008 at 8:20 AM, Liz Huber [EMAIL PROTECTED] wrote: Thanks a lot for your help! Now it

Need help with AutoCompleteTextField

2008-08-25 Thread jnorris
Hi All, I have an AutoCompleteTextField on a form along with 2 DateTimeFields used to provide a start and end date range that is to be used by the autocomplete field to limit the number of choices returned by the getChoices() method. The problem is that the date values are always the original

Re: session jumping?

2008-08-25 Thread ChuckDeal
I moved 1.3-SNAPSHOT and still the same problem. I now see that it is the WicketURLDecoder that is causing the problem. It is prematurely decoding my **parameter** Here is the URL: /jspfs/legacyUrl/peerReview%2Fpr_start.jsp where jspfs is the Wicket mount legacyUrl is the parm name

Re: session jumping?

2008-08-25 Thread Johan Compagner
yes make an issue but i think there is already a issue for this ... On Mon, Aug 25, 2008 at 3:09 PM, ChuckDeal [EMAIL PROTECTED] wrote: I moved 1.3-SNAPSHOT and still the same problem. I now see that it is the WicketURLDecoder that is causing the problem. It is prematurely decoding my

Re: Need help with AutoCompleteTextField

2008-08-25 Thread jnorris
Hi All, I have the date part of the DateTimeField updating to the entered value by adding an AjaxFormComponentUpdatingBehavior to it. However the hours and minutes in the Date is now always 00:00:00 instead of the original value, even with an AjaxFormComponentUpdatingBehavior added to the hours

Re: Wicket merchandise take 2

2008-08-25 Thread Nino Saturnino Martinez Vazquez Wael
I guess we should link to the merchandise page from the wiki also? James Carman wrote: The proceeds should benefit the ASF, not a random charity. On Mon, Aug 25, 2008 at 5:48 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I haven't heard anything from prc @ apache that

Re: AbstractDefaultAjaxBehavior.findIndicatorId()

2008-08-25 Thread John Krasnay
I've added https://issues.apache.org/jira/browse/WICKET-1801 to cover this. jk On Fri, Aug 22, 2008 at 09:00:36AM -0400, John Krasnay wrote: I have a small request regarding AJAX indicators. It's sometimes awkward to implement an AJAX indicator the standard way, by implementing

Re: application scope objects in Wicket

2008-08-25 Thread Jeremy Thomerson
If I understood your use correctly, this approach won't work if there are two users using the application concurrently - you would overwrite one's application-scoped object with another Right? There is only one application per application - not per session. -- Jeremy Thomerson

Propertyresolver could be more informative

2008-08-25 Thread Martin Makundi
I created a jira issue with a suggested fix, feel free to vote: https://issues.apache.org/jira/browse/WICKET-1802 WicketMessage: no set method defined for value: true on object: ... at org.apache.wicket.util.lang.PropertyResolver$MethodGetAndSet.setValue(PropertyResolver.java:1107) In case

wicket-contrib-tinymce.jar release candidate

2008-08-25 Thread rajdhan
Hi All, We are using a Wicket-Contrib-TinyMce-1.3-Snapshot.jar which was pulled in Aug 2007. I am working on a bug related to how TinyMce renders links (a different post) and was wondering if pulling the latest resolves the issue. I think the Wicket-Contrib-TinyMce-1.3-Snapshot.jar is either

Implement LabeledLink and ImageLink components - what is the most elegant way?

2008-08-25 Thread pixologe
Hi everybody, Perhaps I am just temporarily dumb, but I do not seem to be able to find an elegant solution for the following use case. I constantly create Links with just a single Label or a single Image in it. It would be convenient for me to create a LabeledLink or ImageLink, taking a content

Re: wicket-contrib-tinymce.jar release candidate

2008-08-25 Thread rajdhan
The link to the post describing the bug related to Links in TinyMce: http://www.nabble.com/Links-Issue-with-TinyMce-td19148029.html rajdhan wrote: Hi All, We are using a Wicket-Contrib-TinyMce-1.3-Snapshot.jar which was pulled in Aug 2007. I am working on a bug related to how TinyMce

Links Issue with TinyMce

2008-08-25 Thread rajdhan
Hi All, We are using TinyMce to post Rich Text onto a website with the possibility of providing hyper links. We are having issues posting links into the Text Area, example issue below: When I paste something like http://localhost:8080/doc?id=093102ce8004ffeell=f into the Text area, I see the

wicket serlization impact on singleton spring bean with a transient property

2008-08-25 Thread miro
I am using wicket, spring, hibernate. Wicket wants all my objects to be serialized. One on the object in my wicket component is a spring bean and it has a setter injection to non serializable property so I made this property transient, the spring bean is a singleton so only one instance is

Re: wicket serlization impact on singleton spring bean with a transient property

2008-08-25 Thread James Carman
Have you tried using the @SpringBean annotation? Check out this WIKI page for more information: http://cwiki.apache.org/WICKET/spring.html On Mon, Aug 25, 2008 at 2:34 PM, miro [EMAIL PROTECTED] wrote: I am using wicket, spring, hibernate. Wicket wants all my objects to be serialized. One

Re: wicket serlization impact on singleton spring bean with a transient property

2008-08-25 Thread francisco treacy
use @SpringBean and don't mark the field transient! it can actually be serialized without problem because what's injected is not the actual bean but a proxy of it. francisco On Mon, Aug 25, 2008 at 8:38 PM, James Carman [EMAIL PROTECTED] wrote: Have you tried using the @SpringBean annotation?

Re: wicket serlization impact on singleton spring bean with a transient property

2008-08-25 Thread miro
I am uisng java 1.4 and spring 2.5 ,I cannot use annotations, can this be done in jdk 1.4 and spring 1.1 or 2. 5 francisco treacy-2 wrote: use @SpringBean and don't mark the field transient! it can actually be serialized without problem because what's injected is not the actual bean

Re: Wicketstuff snapshots

2008-08-25 Thread francisco treacy
somehow it doesn't find prototype which is a dependency. you can install it manually. svn co https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-prototype prototype cd prototype mvn install and retry building scriptaculous. now my problem is; is

Re: wicket serlization impact on singleton spring bean with a transient property

2008-08-25 Thread francisco treacy
have you read what james suggested? http://cwiki.apache.org/WICKET/spring.html On Mon, Aug 25, 2008 at 8:47 PM, miro [EMAIL PROTECTED] wrote: I am uisng java 1.4 and spring 2.5 ,I cannot use annotations, can this be done in jdk 1.4 and spring 1.1 or 2. 5 francisco treacy-2 wrote: use

Re: wicket serlization impact on singleton spring bean with a transient property

2008-08-25 Thread miro
Yes I read that and it has the answer.Thank you. francisco treacy-2 wrote: have you read what james suggested? http://cwiki.apache.org/WICKET/spring.html On Mon, Aug 25, 2008 at 8:47 PM, miro [EMAIL PROTECTED] wrote: I am uisng java 1.4 and spring 2.5 ,I cannot use annotations, can

Re: Links Issue with TinyMce

2008-08-25 Thread pointbreak+wicketstuff
FWIW, I cannot reproduce your problem in the latest tinymce snapshot. The latest snapshot has tinymce updated to version 3.1.0.1, so that might solve your problem. Otherwise you may have more luck posting your problem in the tinymce forums, as the plugin really doesn't do anything special to

Re: Wicketstuff snapshots

2008-08-25 Thread Sven Meier
Hi all, I've adjusted the offending line to the latest generics changes in wicket core. wicketstuff-prototype is now building fine too. Sven francisco treacy schrieb: somehow it doesn't find prototype which is a dependency. you can install it manually. svn co

Instance Variables in Web Page of Wicket Portlet

2008-08-25 Thread prabha77
Hi All, If instance variables are defined in a subclass of WebPage, would they be thread-safe? For convenience, we're passing a reference to the parent page to it's child components. We are seeing these instance variables overwritten by other users and then those changes are reflected in the

Re: Problem compiling SVN trunk: Failed to resolve artifact

2008-08-25 Thread francisco treacy
i ran into the same issue today. i needed to remove dependency groupIdorg.apache.wicket/groupId artifactIdwicket/artifactId classifiertests/classifier scopetest/scope /dependency from

Re: Wicket merchandise take 2

2008-08-25 Thread Ryan Gravener
I like the idea of a professional shirt, something you can wear in the office to show your support for wicket. However, I don't know about you Europeans but http://images.cafepress.com/product/297944696v9_240x240_Back.jpg would repel the girls in the states. Would it be possible to only have the

Re: Links Issue with TinyMce

2008-08-25 Thread rajdhan
I got the latest TinyMce-SNAPSHOT.jar, but couldn't compile my project as the distributed jar was compiled with JDK 1.5 and we are having to use 1.4 (other project dependencies). So, Checked-out the latest from SVN to try compiling with 1.4 and sure enough, there were 1.5 dependencies, and the

Re: Wicket merchandise take 2

2008-08-25 Thread Peter Ertl
Just having the logo would look even more magical *g* Less is more Loads of people would ask what this 'wicked' logo means and you have all the attraction you possibly want :-) This would make it easier to proselytize alien web developers because you don't have to hunt them down first

Re: Overriding panel markup

2008-08-25 Thread shetc
Hi Eelco, Is it possible to give a newbie some pointers on how this extension would work? Thanks, Steve Eelco Hillenius wrote: I wondering what's the best approach to overriding the markup for a panel. Is there a method I can override or should I just extend the Panel? You should

Re: Wicket merchandise take 2

2008-08-25 Thread John Patterson
We should also link from the t-shirts to the wiki... hang on I'm confusing my realities again. Real world right? Nino.Martinez wrote: I guess we should link to the merchandise page from the wiki also? James Carman wrote: The proceeds should benefit the ASF, not a random charity. On