Re: [Wicket-user] CTRL+click

2006-08-07 Thread Frank Bille
On 8/3/06, p.jasson [EMAIL PROTECTED] wrote:I have a markup container with AjaxEvenBehavior for 'onclick'. In the onEvent method i need to know whether CTRL was pressed during theclick or no.How can it be done?If you need to know it on the server you have to change the request url on the AJAX

Re: [Wicket-user] qwicket

2006-08-07 Thread Md Mozammel Haque
Yes, I also tried to run it but fell into same problem. Can you please explain little more regarding massage your maven repository? Or, the documentation/script that you are developing may be real helpful for running qwicket apps out of the box. - MozammelOn 8/6/06, Justin Lee [EMAIL PROTECTED]

Re: [Wicket-user] qwicket

2006-08-07 Thread Janne Hietamäki
Version 1.4 of javamail can be redistributed, the jars can be found from ibiblio's maven repository.                dependency                        groupIdjavax.activation/groupId                        artifactIdactivation/artifactId                        version1.1/version                     

Re: [Wicket-user] qwicket

2006-08-07 Thread Igor Vaynberg
thats good stuff, justin mind updating qwicket to 1.4? -Igor On 8/7/06, Janne Hietamäki [EMAIL PROTECTED] wrote: Version 1.4 of javamail can be redistributed, the jars can be found from ibiblio's maven repository. dependency

Re: [Wicket-user] Wicket J5EE combo?

2006-08-07 Thread Ayodeji Aladejebi
hi jonas,thanks for the earlier committment...i have successfully put together a NB5.5 + Wicket + EJB3 + Glassfish together and i was so excited seeing everything working smoothly. I really really love this J5EE combo. On 8/3/06, Janos Cserep [EMAIL PROTECTED] wrote: I'll try to put something

[Wicket-user] HTML template missing

2006-08-07 Thread Pierre-Yves Saumont
Hello, I am trynig to run the PageablesPage example after having copied the bare minimum to my project. Obviously, something is missing but I can't figure what. I get the followinig error message : Markup of type 'html' for component 'com.volgadev.aloha.web.AjaxTest' not found. Enable debug

Re: [Wicket-user] CSS background images

2006-08-07 Thread Johan Compagner
is it already in (haven't seen the commit i think)else do make a patch for it on sourceforge.johanOn 8/1/06, Al Maw [EMAIL PROTECTED] wrote:Igor Vaynberg wrote: i guess it is not something that we support right now, but something that is cleary needed. we need to build a resource that can load a

[Wicket-user] OT: Gmail invitation? Good SVN hosts?

2006-08-07 Thread Per Ejeklint
Fellows, I'm trying out free hosting services - need a place to hold my spiffy wicket-application that I finally got started with. Want to try out Google Code but apparently you need Gmail. Can anyone invite me (Per Ejeklint, [EMAIL PROTECTED])? Also, any experience with free (or

Re: [Wicket-user] OT: Gmail invitation? Good SVN hosts?

2006-08-07 Thread Frank Bille
On 8/7/06, Per Ejeklint [EMAIL PROTECTED] wrote: Fellows,I'm trying out free hosting services - need a place to hold my spiffywicket-application that I finally got started with. Want to try outGoogle Code but apparently you need Gmail. Can anyone invite me (Per Ejeklint, [EMAIL PROTECTED])?I can

Re: [Wicket-user] HTML template missing

2006-08-07 Thread Pierre-Yves Saumont
Thanks a lot, Juergen. I had copied the html and java code, bypassing the class inhéritence since the parent class was empty. But the parent template was not ! Pierre-Yves Juergen Donnerstag a écrit : Obviously AjaxTest has inherited markup. Markup inheritance works kind of like java class

Re: [Wicket-user] HTML template missing

2006-08-07 Thread Gwyn Evans
On 07/08/06, Pierre-Yves Saumont [EMAIL PROTECTED] wrote: Surely enabling debug for wicket.util.resource.Resource would help. I put a property file in the classpath with the following line : log4j.logger.wicket.util.resource=DEBUG but it doesn't change anything. Does any one has an idea

Re: [Wicket-user] Wicket J5EE combo?

2006-08-07 Thread Korbinian Bachl
Ayodeji, would you mind to mail me the same doc/ proejct ? - and perhaps link it in the wicket-wiki, as i think there might be more interest in it - Best thanks and Regards, Korbinian Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Ayodeji AladejebiGesendet:

Re: [Wicket-user] Wicket J5EE combo?

2006-08-07 Thread Ayodeji Aladejebi
yeah sure...On 8/7/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Ayodeji, would you mind to mail me the same doc/ proejct ? - and perhaps link it in the wicket-wiki, as i think there might be more interest in it - Best thanks and Regards, Korbinian Von: [EMAIL PROTECTED]

Re: [Wicket-user] CSS not found

2006-08-07 Thread James Cook
I wouldn't be too quick to judge developers that struggle with your platform to be new to _good_ java programming. I have many years of Swing development experience and web experience dating back to the pre-servlet, pre-framework era. That said, Wicket does interest me because it is radically

Re: [Wicket-user] A thought on Links Bookmarkable links

2006-08-07 Thread Dorel Vaida
Johan Compagner wrote: There is no way to use state when you use bookmarkable/stateless pages Sorry, where can I read more on stateless pages ? Thanks for your link clicks or other things. Because there is no page at the server where that state is... johan On 8/5/06, *Gwyn Evans* [EMAIL

Re: [Wicket-user] A thought on Links Bookmarkable links

2006-08-07 Thread Johan Compagner
I don't think there is real documentation for that (i can't really find anything on wiki for that yet)But it is also a thing that can be done in 1.2 but then you just need to use everywhere bookmarkable linksAnd don't use a form on that page. Then the page will be stateless because there are no

Re: [Wicket-user] qwicket

2006-08-07 Thread Justin Lee
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 I'm pushing out a new version with updated docs today (and the bean builder!). The javamail 1.3.3 dep comes from commons-email but i'll see if I can't override it that manually. Thanks for the heads up, janne. Igor Vaynberg wrote: thats good

Re: [Wicket-user] CSS not found

2006-08-07 Thread Pierre-Yves Saumont
I will also by the book as soon as it is available... unless I give up before :-( Pierre-Yves James Cook a écrit : I wouldn't be too quick to judge developers that struggle with your platform to be new to _good_ java programming. I have many years of Swing development experience and web

[Wicket-user] Ajax Tab Panel

2006-08-07 Thread Pierre-Yves Saumont
Hi, Is there a way to control the AbstractTabPanel HTML template ? What I need to do is to have the tabs in a div and the panels in another one (so they can be formated as a whole). I also needs to have the tabs div come AFTER the panels div in the template (because I cannot use z-index and

Re: [Wicket-user] CSS not found

2006-08-07 Thread Wilko Hische
Hey Pierre-Yves, I have to admit it was new experience to me too, to have to resort to the source javadocs for examples and framework alike, but now that I am used to it (and have attached source apidocs to my Eclipse wicket user library ;-) I don't think it's that bad. I rather prefer it to

[Wicket-user] New User Documentation

2006-08-07 Thread Gwyn Evans
To anyone getting started, there's a new Wiki page, Documentation Index at http://www.wicket-wiki.org.uk/wiki/index.php/Documentation_Index which is an attempt to provide an overview to the primary sources of information. Hopefully it'll help, but if not, please let us know what sort of

Re: [Wicket-user] Ajax Tab Panel

2006-08-07 Thread Juergen Donnerstag
Subclass the Ajax Test Panel java class and create your own *.html. Juergen On 8/7/06, Pierre-Yves Saumont [EMAIL PROTECTED] wrote: Hi, Is there a way to control the AbstractTabPanel HTML template ? What I need to do is to have the tabs in a div and the panels in another one (so they can be

Re: [Wicket-user] OT: Gmail invitation? Good SVN hosts?

2006-08-07 Thread Nick Heudecker
I've had decent luck with svn-hosting.com. On 8/7/06, Frank Bille [EMAIL PROTECTED] wrote: On 8/7/06, Per Ejeklint [EMAIL PROTECTED] wrote: Fellows,I'm trying out free hosting services - need a place to hold my spiffywicket-application that I finally got started with. Want to try outGoogle Code

Re: [Wicket-user] CSS not found

2006-08-07 Thread Pierre-Yves Saumont
Hi Wilko, Attaching source and Javadoc to my IDEA user library is of course the first thing I did ;-). However, it is not always sufficient! For the time being, life is a constant struggle, facing one problem after another. It's very easy to forget all the bad things about Struts and remember

Re: [Wicket-user] CSS not found

2006-08-07 Thread Eelco Hillenius
*) I hope Wicket in Action will turn out to be a bit more functional btw We're trying the best we can of course :) We're certainly trying to let Wicket In Action be more than just a how-to, but instead shed some light on best practices, backgrounds, etc. Unfortunately, the fact that we want to

Re: [Wicket-user] OT: Gmail invitation? Good SVN hosts?

2006-08-07 Thread Scott Swank
sent... -- Scott Swank reformed mathematician - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere

Re: [Wicket-user] CSS not found

2006-08-07 Thread Eelco Hillenius
On 8/7/06, James Cook [EMAIL PROTECTED] wrote: I wouldn't be too quick to judge developers that struggle with your platform to be new to _good_ java programming. I have many years of Swing development experience and web experience dating back to the pre-servlet, pre-framework era. That said,

Re: [Wicket-user] OT: Gmail invitation? Good SVN hosts?

2006-08-07 Thread Per Ejeklint
Thank you all for all the invitations. No more are needed, I'm now [EMAIL PROTECTED] and have put up my first project at the hosting site, to test it out. /Per 7 aug 2006 kl. 12.40 skrev Per Ejeklint: Fellows, I'm trying out free hosting services - need a place to hold my spiffy

Re: [Wicket-user] CSS background images

2006-08-07 Thread Eelco Hillenius
It's with Al Maw's earlier mail. We should consider whether/ where we can integrate this functionality in existing parts instead of bluntly copying it though. I haven't looked into it yet. Eelco On 8/7/06, Johan Compagner [EMAIL PROTECTED] wrote: is it already in (haven't seen the commit i

Re: [Wicket-user] OT: Gmail invitation? Good SVN hosts?

2006-08-07 Thread Igor Vaynberg
got a link to that project? :) -Igor On 8/7/06, Per Ejeklint [EMAIL PROTECTED] wrote: Thank you all for all the invitations. No more are needed, I'm now [EMAIL PROTECTED] and have put up my first project at the hosting site, to test it out. /Per 7 aug 2006 kl. 12.40 skrev Per Ejeklint:

Re: [Wicket-user] CSS not found

2006-08-07 Thread Pierre-Yves Saumont
Karthik Gurumurthy is working on another book on Wicket, pro Wicket: http://www.apress.com/book/bookDisplay.html?bID=10189, which should be out and of which you can download parts today. Yes, according to APres web site, it is possible to buy the Beta eBook now and download immediatly the 0

[Wicket-user] - Page redirect infinite loop

2006-08-07 Thread Paolo Di Tommaso
Guys, I'm experiencing a very strange problem using Wicket (1.2.x) that I was unable to fix until now. I have mounted some pages overriding WebApplication#init() method like this: public void init() { mount( /test, new QueryStringUrlCodingStrategy(/test, MyPage.class) ); }So I can references the

Re: [Wicket-user] - Page redirect infinite loop

2006-08-07 Thread Johan Compagner
I think i did a fix for it just this weekend so this is fixed in the current trunk of 1.2.johanOn 8/7/06, Paolo Di Tommaso [EMAIL PROTECTED] wrote:Guys, I'm experiencing a very strange problem using Wicket ( 1.2.x) that I was unable to fix until now. I have mounted some pages overriding

Re: [Wicket-user] CSS not found

2006-08-07 Thread Eelco Hillenius
Oh. Karthik is a member of this list afaik. Karthik, maybe you want to tell people more about your schedule etc? Eelco On 8/7/06, Pierre-Yves Saumont [EMAIL PROTECTED] wrote: Karthik Gurumurthy is working on another book on Wicket, pro Wicket:

Re: [Wicket-user] - Page redirect infinite loop

2006-08-07 Thread Johan Compagner
nopebecause the window.name code did his jobbut the QueryStringUrlCodingStrategy didn't pass on the pagemap that the window code did setso it was constantly again in the default pagemap and the window.name code kicks in again to do a redirect..johanOn 8/7/06, Igor Vaynberg [EMAIL PROTECTED]

[Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Korbinian Bachl
Hi, after i played 3 days withwicket, its time to come to a small conlcsion. To have it short, ill just write the pro and cons in my opinion. Later on i describe a problem i have with the mount i applied to the navomatic demo application. Wicket Pro: + good idea and model + intuitive

Re: [Wicket-user] - Page redirect infinite loop

2006-08-07 Thread Paolo Di Tommaso
Can you give me more details on which classes to fix or would be better to make a full build? Thank.- Paolo On 8/7/06, Johan Compagner [EMAIL PROTECTED] wrote:I think i did a fix for it just this weekend so this is fixed in the current trunk of 1.2.johan

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Johan Compagner
Settings object is dividedThe StripWicketTags is a part of the IMarkupSettings settings interface.PackageMounting is really the package not subpackages (as far as i know)What that second attempt failed i have to check out for myself first what exactly goes wrong. johanOn 8/7/06, Korbinian Bachl

Re: [Wicket-user] New User Documentation

2006-08-07 Thread landry soules
Hi,I'm a very new (and very happy) Wicket user. Thanks a lot for this documentation index.About documentation, i think wicket examples are GREAT, and the best possible start for a newnie like me.The only thing i would like to be more documented, is the Model stuff, as it remains quite abstract for

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Johan Compagner
ahh ok tested it, i made a subpackage test and added there Page4.class and Page4.htmlThen i looked at NavomaticBorder.html and changed this: wicket:link a href = "" Page1.htmlPage1/abr/ a href = ""> a href = "" a href = ""> /wicket:linkPage1 works then and the Page4 link i can click on.That shows

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Igor Vaynberg
and we are back to autolinking. autolinking is really a /convinience/ feature that is meant to help you with simple situations. this usecase is really an abuse of autolinking. dont expect it to do everything for you, use regular links or page links instead. -Igor On 8/7/06, Johan Compagner

Re: [Wicket-user] New User Documentation

2006-08-07 Thread Johan Compagner
i love AbstractModels! ;)johanOn 8/7/06, landry soules [EMAIL PROTECTED] wrote: Hi,I'm a very new (and very happy) Wicket user. Thanks a lot for this documentation index. About documentation, i think wicket examples are GREAT, and the best possible start for a newnie like me.The only thing i would

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Korbinian Bachl
Hi Johan, if you want i can mail you the complete eclipse-project, so you dont have to do it yourself. That the Settings object is divided is sth. i found out- but its quite hard (and unlogic for me) that the settings are scattered over various interfaces... however, the IMarkupSettings

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Johan Compagner
Hi,IMarkupSettings: /** * Sets whether to remove wicket tags from the output. * * @param stripWicketTags * whether to remove wicket tags from the output */ void setStripWicketTags(boolean stripWicketTags);Yes you need to mound package by package. How would we else handle collisions?You can have

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Igor Vaynberg
well, i have often argued to remove autolinking. we have got a lot of complaints/things people thought were bugs because of it. -Igor On 8/7/06, Korbinian Bachl [EMAIL PROTECTED] wrote: thats a problem with my wicketed-mind! as wicket does so much, i just expectet it will do this, too :P

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Igor Vaynberg
if you look in wicket.settings package you will see all the setting interfaces. wicket has /a lot/ of options you can configure and having them in a single object is overwhelming. just look at Settings in the same package - this is the aggregate all interfaces point to - its insane. the idea was

Re: [Wicket-user] generating e-mail reports with wicket

2006-08-07 Thread Johan Compagner
Do enlighting me..Why would you override a request cycle?What other cycle would you then generate?The only thing you want to really replace is the Response..Replace the response. Render the page that you want as email Restore the response and render the real output page (that says email sent or

Re: [Wicket-user] generating e-mail reports with wicket

2006-08-07 Thread Igor Vaynberg
while processing a wicket request - you want to generate a separate email by rendering a separate page into a separate response and then email that. right now you have to use wickettester to do that but that sets up its own application/session/request cycle so it messes with the threadlocals

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Korbinian Bachl
Ah, sorry, had implemented a wrong interface The collision is logic, but could be resolved as the highest level gets the primary attention... but ok, writing some lines mount-code is not a big problem. Thanks for your help! Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Korbinian Bachl
Perhaps disabling it by default and creating a doc-page that explains its limits and usage would do the trick -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Igor Vaynberg Gesendet: Montag, 7. August 2006 20:08 An:

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Eelco Hillenius
Yeah. And I argued to have it not in there in the first place. But many users and some team members felt really strong about this feature, and probably still feel like that today. Convenience isn't always the right thing. Anyway, we have to live with this feature now, and we should support it in

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Igor Vaynberg
are you willing to do that? :) we rely on users to create wiki articles because we ourselves lack the time. -Igor On 8/7/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Perhaps disabling it by default and creating a doc-page that explains its limits and usage would do the trick

Re: [Wicket-user] qwicket

2006-08-07 Thread Md Mozammel Haque
Thanks Igor! After manually adding most of the required jar files, and fixing/changing several jar files (for versioning issues), I am able to run my first qwicket webapp. It took quite an effort, though it was worth it. On my way to explore it to more detail... - MozammelOn 8/7/06, Igor Vaynberg

Re: [Wicket-user] generating e-mail reports with wicket

2006-08-07 Thread Johan Compagner
not not reallyi must be missing something..Link.onClick(){ StirngResponse response = new StringResponse(); RequestCycle.setResponse(response); MyEmailPage page = new MyEmailPage(); page.renderPage(); REquestCycle.setResonse(previous); smtpServer.sent(response.toString()); setResponePage(new

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Korbinian Bachl
well, after playing around for only 3 days it might be a bit too early, but basicly i would do some work in that way - btw: you mentioned the wiki and sth, that had was a big problem is that the wiki never tells you what version is covered with the current page, so you should add a needed field

Re: [Wicket-user] generating e-mail reports with wicket

2006-08-07 Thread Johan Compagner
and doing that in a different RequestCycle doesn't have that effect??I think it does.. Is exactly the same.But in this case i dont think it will have anyside effects.. Because if that pageis not stateless then it really also can't be sent as an email!! So generating pages for other then sent it

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Johan Compagner
i think we can handle those nested mountsI believe that is igors code (sorting on length) :)johanOn 8/7/06, Korbinian Bachl [EMAIL PROTECTED] wrote:well, after playing around for only 3 days it might be a bit too early, but basicly i would do some work in that way -btw: you mentioned the wiki and

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Eelco Hillenius
Wicket Pro: + good idea and model + intuitive and easy to understand + few code needed + OO Cons: - documentation isn worth the word... We've had this discussion many times and it depends on what you think documentation should be. If you mean a manual you are right. That completely sucks

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Gwyn Evans
On 07/08/06, Igor Vaynberg [EMAIL PROTECTED] wrote: im not a wiki admin so hopefully gwyn is reading with us ;) You are, actually! :-) Anyway, it's certainly worth suggesting to people who're adding code that they mention the version they're using, but I'm not sure how easy it'd be to tweak the

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Nick Heudecker
Maybe just add some notification text to the edit page to remind people to add it. I know the Hibernate forums provide default text in the textarea to remind people to enter as much relevant info as possible, which could be another option. On 8/7/06, Gwyn Evans [EMAIL PROTECTED] wrote: On

Re: [Wicket-user] CSS not found

2006-08-07 Thread Wilko Hische
I am looking forward to it. My 2cts: The more it can serve as a reference (after reading it) the better it probably is. I have read several of the in Action series and I found Hibernate in Action for instance pretty well structured. I can aways find what I am looking for in no time. TIA on the

[Wicket-user] WicketTester migrating from 1.1 to 1.2

2006-08-07 Thread David Hansen
For the last little while, we've been doing just fine under 1.1 with the following( for generation of email, the text of which is pulled from the response ): WicketTester tester = new WicketTester( ); StringResponse response = new StringResponse( );

Re: [Wicket-user] WicketTester migrating from 1.1 to 1.2

2006-08-07 Thread Juergen Donnerstag
This is how WicketTestCase does it and it is used in hundreds of tests application = new WicketTester(null); application.setHomePage(pageClass); // Do the processing application.setupRequestAndResponse();