Re: ajax busy indicator never stops in IE

2008-11-14 Thread Xhelas
All the same for me with 1.4-rc1. miro wrote: My page has IndicatingAjaxLinkWhen user clicks on this link the busy indicator never stops , it works fine in firefox here some html tbody wicket:id=auditInfoContainer

Re: Page references and serialization

2008-11-14 Thread Martijn Dashorst
iirc Wicket serialization is smart enough to discover that PageA should not be serialized as part of PageB, but instead will replace it with a reference to PageA's serialized instance. Martijn On Fri, Nov 14, 2008 at 7:15 AM, Igor Vaynberg [EMAIL PROTECTED] wrote: if you are using 1.4rc1 there

Re: authenticatedWebApplication error with jaas

2008-11-14 Thread Adriano dos Santos Fernandes
francesco dicarlo escreveu: package it.eurosoft; import it.eurosoft.gui.module.login.LoginBase; import it.eurosoft.gui.module.pratiche.PraticheBase; import it.eurosoft.mapping.convenzioni.Convenzione; import it.eurosoft.util.MySession; import java.util.Locale; import

Busy Indicator not working for downloads

2008-11-14 Thread Witold Czaplewski
Hi, i'm trying out the Generic Busy Indicator [1]. It works quite well, except for downloads realized with ResourceLinks. The indicator won't be hidden, because hideBusysign is never called. Is there a trick to fix this? regards, Witold

Re: How to use Menu component in wicket-yui stuff?

2008-11-14 Thread Joshua Lim
you can check out wicket-contrib-yui-examples 2008/10/23 张伟 [EMAIL PROTECTED] Hello, I want to konw how to use Menu component in wicket-yui stuff? Can anyone give me a demo or example? I could ont find any javadoc or sourcecode. Thanks!

Re: authenticatedWebApplication error with jaas

2008-11-14 Thread francesco dicarlo
solved. I was using wicket 1.3.4 with wicket-auth-roles 1.2.7 I've downloaded wicket-auth-roles and now i'm integrating JAAS 2008/11/14 Adriano dos Santos Fernandes [EMAIL PROTECTED] francesco dicarlo escreveu: package it.eurosoft; import it.eurosoft.gui.module.login.LoginBase; import

Re: Wicket upload example in latest snapshot (1.4) has exception

2008-11-14 Thread Xhelas
This indeed happens in 1.4-rc1 and it did not happened in 1.4-m3. Another fix is to override the updateModel method of FileUploadField in neutralize it. Regards. Alexandre NickCanada wrote: Apologies -after a more thorough search of the issue the following thread addresses the issue:

dynamic application from diff wars

2008-11-14 Thread cresc
hi, Just eager to know if any of you had tried the following application in wicket. http://www.nabble.com/file/p20499804/appl.jpg Core.war contains the login, usermanagement, layout etc. m1, m2, m3 etc are smaller modules independent of each other. From the core layout contained in

Newbie IMG question

2008-11-14 Thread jcaristi
I am using Wicket 1.4-rc1 (I also tried 1.3.5). I have a very simple application with a very simple IMG tag: img src=whi-06sliced_02.gif In the browser, the image does not display and the page source looks like this: img src=../whi-06sliced_02.gif From all of the documentation I've read, this

Re: ajax busy indicator never stops in IE

2008-11-14 Thread miro
did nobody faced this problem whats the solution for this ? miro wrote: My page has IndicatingAjaxLinkWhen user clicks on this link the busy indicator never stops , it works fine in firefox here some html tbody

Re: Newbie IMG question

2008-11-14 Thread Martijn Dashorst
it depends where you put the image. If you put it next to the html and java file, you should surround the img tag with wicket:link/wicket:link otherwise Wicket won't know that you want Wicket to serve the image. If you put it in the context root, then usually you don't have to do anything

Quickstart 1.4-rc1 exception

2008-11-14 Thread Erik van Oosten
Hi, I want create a quickstart to demonstrate a potential bug in 1.4-rc1. However if I choose that release I get the following exception. [INFO] [ERROR] FATAL ERROR [INFO]

Re: How to update parent component from a panel?

2008-11-14 Thread Lenka Laurincikova
Hello, I have followed this example. Thank you a lot, it is actually helped me. However even though I got refreshed component, the previous state of the component is still displayed. I have to refresh the page to remove it. Any helping hint would be appreciated. regards Lenka Timo

Re: Quickstart 1.4-rc1 exception

2008-11-14 Thread Erik van Oosten
Tried it with several other Wicket releases 1.3.5 and 1.3.3 (Maven 2.0.9) but I get the same error. Regards, Erik. Erik van Oosten wrote: Hi, I want create a quickstart to demonstrate a potential bug in 1.4-rc1. However if I choose that release I get the following exception. [INFO]

Re: Page references and serialization

2008-11-14 Thread Matej Knopp
That would be a bug then. What wicket version are you using? -Matej On Fri, Nov 14, 2008 at 4:11 PM, Cristiano Kliemann [EMAIL PROTECTED] wrote: Martijn, I'm pretty sure it is serializing PageA again. I've put some breakpoints to confirm it (at DiskPageStore.PageSavingThread.run()). Also,

button without aform

2008-11-14 Thread miro
Can I have buttons without a form ? I want to send user to a different page onclick of a button and do not want to submit form . -- View this message in context: http://www.nabble.com/button-without--aform-tp20502537p20502537.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Quickstart 1.4-rc1 exception

2008-11-14 Thread Erik van Oosten
Sorry, I do not understand your suggestion. I am running in a new shell, there are no environment variable like CP set. The command I execute is: mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.4-rc1

Re: Quickstart 1.4-rc1 exception

2008-11-14 Thread James Carman
Try cleaning out your m2 repository (just rename the dir if you don't want to lose it). I think I saw this before when I upgraded or something. On Fri, Nov 14, 2008 at 10:30 AM, Erik van Oosten [EMAIL PROTECTED] wrote: Sorry, I do not understand your suggestion. I am running in a new shell,

Re: Quickstart 1.4-rc1 exception

2008-11-14 Thread Martijn Dashorst
I thought that starting up your wicket app got this result. If this is a maven commandline error, you're on the wrong list :) try nuking your local repository (I suggest renaming it). Apparently there's something borked in your plugins. Martijn On Fri, Nov 14, 2008 at 4:30 PM, Erik van Oosten

Re: Quickstart 1.4-rc1 exception

2008-11-14 Thread Erik van Oosten
It appears that my Maven repository (artifactory) is not functional anymore. Somehow its empty. I'll switch to central for a moment. Sorry for the hassle. Regards, Erik. Erik van Oosten wrote: Sorry, I do not understand your suggestion. I am running in a new shell, there are no

Re: Page references and serialization

2008-11-14 Thread Cristiano Kliemann
Tested with 1.3.2, 1.3.3, 1.3.4, 1.3.5 and 1.4-rc1 with the exact same results. With 1.3.0 and 1.3.1, it goes to 89KB instead of 64KB. Is it really an unexpected behavior? If a PageB holds a reference to PageA, it can change PageA state. The serialized version has an old, invalid state then. When

RE: button without aform

2008-11-14 Thread Stefan Lindner
Use a link and make it look like a button with css. Or use a button type=button. -Ursprüngliche Nachricht- Von: miro [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 14. November 2008 16:27 An: users@wicket.apache.org Betreff: button without aform Can I have buttons without a form ? I

Re: Newbie IMG question

2008-11-14 Thread jcaristi
This was exactly the information I needed. It worked. Thank you. Martijn Dashorst wrote: it depends where you put the image. If you put it next to the html and java file, you should surround the img tag with wicket:link/wicket:link otherwise Wicket won't know that you want Wicket to

RE: Newbie IMG question

2008-11-14 Thread Caristi, Joe
Hello Martijn: Thank you for your prompt reply. This was exactly what I needed. I did purchase your Wicket in Action book and I started reading it yesterday. The book is great! I also appreciate the high quality sample application, which will be very helpful as I begin to create my own

offtopic (a bit ;) for all the generics lovers here on the list :)

2008-11-14 Thread Johan Compagner
Who has a real live example of this function: http://gee.cs.oswego.edu/dl/jsr166/dist/jsr166ydocs/jsr166y/forkjoin/ParallelArrayWithMapping.html#withMapping(jsr166y.forkjoin.Ops.BinaryOp,%20jsr166y.forkjoin.ParallelArrayWithMapping) Its one of the most beautiful generic methods i have ever seen!

Re: London Wicket Event - December 3rd @ Google

2008-11-14 Thread jWeekend
Our December 3rd London Wicket Event line-up is taking shape: * Cemal Bayramoglu: Welcome/Introduction * James A Perry: Wicket Evolutionary Computing * Marco Behler: YUI Modal Window (ResourceReferences, Javascript initialisation, JSON, AjaxRequestTarget...) (TBC) * Al Maw

Re: offtopic (a bit ;) for all the generics lovers here on the list :)

2008-11-14 Thread Johan Compagner
should i? On Fri, Nov 14, 2008 at 6:09 PM, Igor Vaynberg [EMAIL PROTECTED]wrote: youve never coded WTL? -igor On Fri, Nov 14, 2008 at 8:17 AM, Johan Compagner [EMAIL PROTECTED] wrote: Who has a real live example of this function:

Re: dynamic application from diff wars

2008-11-14 Thread Igor Vaynberg
your m1,m2,etc should be jars not wars. you should only have one war if you want this to be a single web application. -igor On Fri, Nov 14, 2008 at 4:45 AM, cresc [EMAIL PROTECTED] wrote: hi, Just eager to know if any of you had tried the following application in wicket.

Re: ajax busy indicator never stops in IE

2008-11-14 Thread Igor Vaynberg
why dont you check *why* it is not hiding. ajax console should give you a clue. -igor On Fri, Nov 14, 2008 at 6:43 AM, miro [EMAIL PROTECTED] wrote: did nobody faced this problem whats the solution for this ? miro wrote: My page has IndicatingAjaxLinkWhen user clicks on this link

Re: offtopic (a bit ;) for all the generics lovers here on the list :)

2008-11-14 Thread Igor Vaynberg
it had way cooloer functions as far as generic arguments went :) -igor On Fri, Nov 14, 2008 at 9:11 AM, Johan Compagner [EMAIL PROTECTED] wrote: should i? On Fri, Nov 14, 2008 at 6:09 PM, Igor Vaynberg [EMAIL PROTECTED]wrote: youve never coded WTL? -igor On Fri, Nov 14, 2008 at 8:17 AM,

inmethod grid question

2008-11-14 Thread ulrik
Hello I have the editable TreeGrid from Inmethod, on my page. Lets say that I update a value (programatically) in the model of a row in the grid..how do I update the grid with ajax? I do not wan't to reload the page, or repaint the whole grid. I just wan't to update that specific row. -- View

Re: offtopic (a bit ;) for all the generics lovers here on the list :)

2008-11-14 Thread Adriano dos Santos Fernandes
The code is not so cool as the compiler error messages! :-) Adriano Igor Vaynberg escreveu: youve never coded WTL? -igor On Fri, Nov 14, 2008 at 8:17 AM, Johan Compagner [EMAIL PROTECTED] wrote: Who has a real live example of this function:

Re: dynamic application from diff wars

2008-11-14 Thread Igor Vaynberg
osgi has some problems when it comes to serialization - a feature wicket uses extensively. so beware. at least see pax-wicket for possible solutions. -igor On Fri, Nov 14, 2008 at 10:45 AM, Ernesto Reinaldo Barreiro [EMAIL PROTECTED] wrote: I would use OSGi. Each application a different bundle

Re: inmethod grid question

2008-11-14 Thread ulrik
Hi, Thank you! I will give it a try. I'll get back with the result Matej Knopp-2 wrote: Hi, something like this should work: grid.markItemDirty(itemThatHasChanged); grid.update(); -Matej On Fri, Nov 14, 2008 at 6:18 PM, ulrik [EMAIL PROTECTED] wrote: Hello I have the

Re: Page references and serialization

2008-11-14 Thread Johan Compagner
Doesnt have to be a bug, (it could be a new version of page a) but besides that dont we have a sliding window in the pagemap, so if page a is touched shouldnt it get its own new place in the file (more 2 the top) so that it doesnt get overwritten later on to early? On 11/14/08, Matej Knopp

Re: Label with AjaxSelfUpdatingTimerBehavior not refreshing

2008-11-14 Thread a_godin
Ok thank you, that worked fine ... Now, in another panel, I'm trying to show the user the progress that's being made while a process is running, something like Job 1 out of 7 running then Job 2 out of 7 running, etc. Here's what I did (based on what I read in the link you gave me) : - Create a

Re: ajax busy indicator never stops in IE

2008-11-14 Thread Xhelas
Thank you for the clue on the clue! There are indeed some likely usefull information (with errors on IE7) in the ajax console, but it is not easy to understand it. I will compare it with firefox generated logs... igor.vaynberg wrote: why dont you check *why* it is not hiding. ajax console