New photo album generator

2010-01-12 Thread Daniel Frisk
Our fancy new Wicket/jQuery/Flash photo album generator, soon ready to be released. What do you think so far? http://jalbum.net/beta/camelot/ // Daniel Frisk jalbum.net - To unsubscribe, e-mail:

Re: New photo album generator

2010-01-12 Thread Stijn Maller
Simply WOW! What's not to like? :o) Just out of interest, did you use WiQuery? 2010/1/12 Daniel Frisk dan...@jalbum.net Our fancy new Wicket/jQuery/Flash photo album generator, soon ready to be released. What do you think so far? http://jalbum.net/beta/camelot/ // Daniel Frisk jalbum.net

Re: New photo album generator

2010-01-12 Thread Martin Makundi
Is there a tutorial how to use it? ** Martin 2010/1/12 Daniel Frisk dan...@jalbum.net: Our fancy new Wicket/jQuery/Flash photo album generator, soon ready to be released. What do you think so far? http://jalbum.net/beta/camelot/ // Daniel Frisk jalbum.net

Re: New photo album generator

2010-01-12 Thread Major Péter
Hi, The site looks great, nice UI! I think I found some problem on: http://jalbum.net/maps/downloads.jsp (JSP :) ) Here if I zoom in on Europe with double clicks, there is a point where the app is taking control and the map goes to Tokyo, or random parts of the earth, but I guess I've just got

Re: New photo album generator

2010-01-12 Thread Daniel Frisk
Damn, you found one of the few remaining jsp-pages :-) The map scrolls around to show the latest downloads, it's supposed to be a feature not a bug... // Daniel jalbum.net On 2010-01-12, at 10:54, Major Péter wrote: Hi, The site looks great, nice UI! I think I found some problem on:

Re: New photo album generator

2010-01-12 Thread Daniel Frisk
Ohh, but thank you :) We still have some polishing to do before releasing, we want to scale huge images before uploading and such. So far we have rolled our own integration and not used WiQuery. I'm a bit new to jQuery but we seem to have great use for it both here and there, I will

Re: New photo album generator

2010-01-12 Thread Daniel Frisk
Not yet. Also this will not be released as general component (a least not now) for developers, it's intended for end users of the site only. // Daniel Frisk jalbum.net On 2010-01-12, at 10:34, Martin Makundi wrote: Is there a tutorial how to use it? ** Martin 2010/1/12 Daniel Frisk

page expired problem issue wicket how resolve fix eofexception peekbyte

2010-01-12 Thread Martin Asenov
Hello, everyone! I'm currently developing a webapp and I've nearly finished it. However, there's an issue that bothers me - from time to time wicket comes up with 'page expired' messages that piss me off. Of course, I have to make sure such messages will not be seen by the end user. I examined

Re: New photo album generator

2010-01-12 Thread Stijn Maller
It's a cool feature, but would be much more useful if: 1) You could stop/start the scrolling (maybe even set the pace) 2) You could actually link through to those albums and see them 2010/1/12 Daniel Frisk dan...@jalbum.net Damn, you found one of the few remaining jsp-pages :-) The map

Re: New photo album generator

2010-01-12 Thread Hbiloo
There's one word that I could found: AWESOME... Hbiloo. On Tue, Jan 12, 2010 at 10:34 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Is there a tutorial how to use it? ** Martin 2010/1/12 Daniel Frisk dan...@jalbum.net: Our fancy new Wicket/jQuery/Flash photo album

Re: question about swarm

2010-01-12 Thread Emond Papegaaij
Hi, I've just reverted your change (which breaks backward compatibility) and added the ComponentSubclassPermission. I've updated the secure forms example to use this permission. To replace the default ComponentPermission with ComponentSubclassPermission, use the construction below (with

Re: page expired problem issue wicket how resolve fix eofexception peekbyte

2010-01-12 Thread Chuck Brinkman
Hi Martin, I'm new to wicket. Could this have something to do with wicket trying to restore a page from serialized data. If one of the objects on your page can not be serialized you will get an error when wicket tries to restore the page. I think you might see this when the back button is

Re: New photo album generator

2010-01-12 Thread Reinout van Schouwen
Op dinsdag 12-01-2010 om 10:23 uur [tijdzone +0100], schreef Daniel Frisk: Our fancy new Wicket/jQuery/Flash photo album generator, soon ready to be released. What do you think so far? It's looking very nice but I can't press the Upload photos button. It seems to be disabled or overlaid by

RE: page expired problem issue wicket how resolve fix eofexception peekbyte

2010-01-12 Thread Martin Asenov
Hi Chuck, nice to read from you! Yes, this could be all true, but I can't see anywhere in the logs comprehendible reports of what happens. Nothing says which is the problematic object, and I can only guess. Do you now a way to trace down where the problem comes from? Thank you! P.S. I'm new

Re: New photo album generator

2010-01-12 Thread Daniel Frisk
That explains it... The button is a flash-movie which we use to upload photos, no fallback yet. // Daniel Frisk jalbum.net On 2010-01-12, at 12:25, Reinout van Schouwen wrote: Op dinsdag 12-01-2010 om 10:23 uur [tijdzone +0100], schreef Daniel Frisk: Our fancy new Wicket/jQuery/Flash photo

Re: page expired problem issue wicket how resolve fix eofexception peekbyte

2010-01-12 Thread Chuck Brinkman
Martin, I don't know a good way. Do you know what page is causing the problem? Manually check each object in all components of the page. Once you know the page you can try removing components until the error goes away. Last one removed is the offender. There may be multiple offenders. Maybe

Re: Help with Wicket Adoption Numbers

2010-01-12 Thread Peter Ertl
Struts Club?! That's disgusting :-( Am 11.01.2010 um 22:57 schrieb Jonathan Locke: that's because it's the number one rule! nobody talks about Struts Club. igor.vaynberg wrote: here is an interesting tidbit wicket is on the front page of nabble http://old.nabble.com/

RE: Help with Wicket Adoption Numbers

2010-01-12 Thread Loritsch, Berin C.
It's a reference to the American cartoon Dilbert (www.dilbert.com) that is syndicated in papers. It has a nice sarcastic look at office life. -Original Message- From: Eyal Golan [mailto:egola...@gmail.com] Sent: Monday, January 11, 2010 2:58 AM To: users@wicket.apache.org Subject: Re:

RE: page expired problem issue wicket how resolve fix eofexception peekbyte

2010-01-12 Thread Martin Asenov
No, Chuck, I don't know what page is causing this. As you can see the thrown exception messages don't say anything particular. I think the messaging is poor. I face such problems in lots of frameworks, for example hibernate and so on. The messages are not pointing to a particular problem, only

Re: page expired problem issue wicket how resolve fix eofexception peekbyte

2010-01-12 Thread Chuck Brinkman
Martin, I was not suggesting a permanent change to the framework. Just temporary while you debug the problem. I got the source, did mvn install, it generated the jar file which I then copied over to my project. If I can do it anyone can. The problem isn't in wicket but in your domain

RE: page expired problem issue wicket how resolve fix eofexception peekbyte

2010-01-12 Thread Martin Asenov
Thanks a lot for your time, Chuck! I hope others will join our conversation... Regards, -Original Message- From: Chuck Brinkman [mailto:chasb1...@gmail.com] Sent: Tuesday, January 12, 2010 3:57 PM To: users@wicket.apache.org Subject: Re: page expired problem issue wicket how resolve

RE: Help with Wicket Adoption Numbers

2010-01-12 Thread shetc
http://old.nabble.com/file/p2713/phb.jpg -- View this message in context: http://old.nabble.com/Help-with-Wicket-Adoption-Numbers-tp27069702p2713.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: requestParameters and %20

2010-01-12 Thread Fernando Wermus
Late, but thanks On Sun, Aug 30, 2009 at 10:01 AM, James Carman jcar...@carmanconsulting.com wrote: Why would they need to write something for it when there is something in the Java language for it? On Sun, Aug 30, 2009 at 12:43 AM, Fernando Wermus fernando.wer...@gmail.com wrote: I

Re: Help with Wicket Adoption Numbers

2010-01-12 Thread Jonathan Locke
you've got to admit it's a short distance between bloody fist fights in a basement for no purpose whatsoever and using struts. Peter Ertl-3 wrote: Struts Club?! That's disgusting :-( Am 11.01.2010 um 22:57 schrieb Jonathan Locke: that's because it's the number one rule! nobody

SV: Help with Wicket Adoption Numbers

2010-01-12 Thread Wilhelmsen Tor Iver
you've got to admit it's a short distance between bloody fist fights in a basement for no purpose whatsoever and using struts. Hm, it seems the slogan Struts 2: Not As Bad As Struts 1 did not catch on. - Tor Iver - To

Re: making tinyMce TextArea readonly

2010-01-12 Thread fachhoch
I did as you said , recreated , the jar using latest js files . Please tell me what setting I should add to add spell checker and to make copy from word and paste to tinymce ? Linkan wrote: You have to download the source and repack it with new javascripts to make it work.

Re: JVM crash, Wicket class mentioned

2010-01-12 Thread Steve Swinsburg
For the rare JVM crash in the past this is what I've done also, however _17 is the latest so there is no upgrade. Still, we would really like to know what caused this. A Wicket class is referenced in the error. thanks, Steve On 12/01/2010, at 12:07 AM, Martin Makundi wrote: Hi! No, I

Re: making tinyMce TextArea readonly

2010-01-12 Thread Steve Swinsburg
Here's a class I created which extends the default TinyMCESettings class. I use this as my configuration and can customise it to my hearts content, adding and removing buttons: /** * A configuration class for the TinyMCE Wicket component, used by textareas. * If more are required for

Re: making tinyMce TextArea readonly

2010-01-12 Thread fachhoch
thank you for the post, but none of those settings will help me I have to add some custom settings to add spell checker , to add spell checker tinymce tells tinyMCE.init({ theme : advanced, mode : textareas, plugins : spellchecker, theme_advanced_buttons3_add :

Authentication and bookmarkable pages

2010-01-12 Thread kirillkh
Hi all, I'm using wicket 1.4.5 with annotations-based authorization. I've discovered what seems like a security problem in the authorization mechanism. Namely, when certain bookmarkable page shouldn't be rendered according to the policy, it is still constructed, and only then Wicket discovers

A problem with ListView in a StatelessForm

2010-01-12 Thread kirillkh
Hi (again), Another problem that I've encountered: ListView doesn't seem to play nicely with StatelessForm. A stateless form is supposed to work and accept input no matter if the page exists or not. Now the problem that I'm facing is when a user logs into the system, views certain page with

post a form to external site statelessly

2010-01-12 Thread Afsaneh Abouie
Hello everyone, I want to post my form to an external and non wicket site and as I read in mail list, it can be done with ajax but my form and panels are stateless so I can't use ajax help me please -- Regards, Afsaneh Abouie

Re: A problem with ListView in a StatelessForm

2010-01-12 Thread Per Newgro
Without going deeper to your problem. A common mistake is that people forgot to call setReuseItems on the listview. This is required with repeaters in form. See javadoc for details. Cheers Per - To unsubscribe, e-mail:

Re: JVM crash, Wicket class mentioned

2010-01-12 Thread Witold Czaplewski
There is an early access version of update 18: https://jdk6.dev.java.net/6uNea.html cheers, Witold Am Wed, 13 Jan 2010 09:52:01 +1100 schrieb Steve Swinsburg steve.swinsb...@gmail.com: For the rare JVM crash in the past this is what I've done also, however _17 is the latest so there is no

Re: A problem with ListView in a StatelessForm

2010-01-12 Thread kirillkh
Hi Per, I've seen this mentioned in the javadocs, but it can't possibly help, as the ListView.reuseItems variable is only used inside ListView.onPopulate(), which, as I pointed out, is called too late. Indeed, setting reuseItems on doesn't help. Thanks, -Kirill On Wed, Jan 13, 2010 at 8:49 AM,

Throttled AjaxFormSubmitBehavior

2010-01-12 Thread Daniel Frisk
Wicket afficianados, I'm optimizing our application for high network latency and have found some questions/issues that I thought the list might help me with. Throttled AjaxFormSubmitBehavior I have a form which submit itself on keyup events, naturally I want to throttle that so I set a

Discard queued ajax requests

2010-01-12 Thread Daniel Frisk
Wicket friends, another question regarding high latency. Here is the scenario: * I have a lot of network latency so all ajax requests have considerable delay. * User types in a form that submit itself on every keyup event * All but the first submit is queued since the ajax channel is busy