[Wicket-user] Basic Skeleton, Beginner Questions

2006-08-03 Thread Korbinian Bachl
Hi, i stumbled over Wicket some time ago and now have time to have a more close look on it. Therefore i have some questions. 1. I wantet to get a "Hello World app" working, however, i failed in finding out what is "really" necessary, to do it. I tried the Quickstart (Eclipse) example, but

Re: [Wicket-user] Basic Skeleton, Beginner Questions

2006-08-03 Thread Korbinian Bachl
Hi Gwyn, thank you for your reply, Just down to the defintion of appserver - all that's needed is servlet container functionality - We tend to use Jetty as it's easy to embed in IDEs run standalone, but there's no requirement for it over any other servlet engine. ok, then it seems as

Re: [Wicket-user] Basic Skeleton, Beginner Questions

2006-08-03 Thread Korbinian Bachl
Questions On 8/3/06, Korbinian Bachl [EMAIL PROTECTED] wrote: ok, then it seems as the wicket-homepage is bit away of the officialspecification what anappserver is (these are only the big-thing with whole EE stack with them) Not to pick nits, but I think maybe your

Re: [Wicket-user] Basic Skeleton, Beginner Questions

2006-08-03 Thread Korbinian Bachl
Hi Martijn, So we deliver a package that contains everything you need, including documentation, and then you complain that it is not minimal? :-) well, these additional things were the problem for me ;) - no, seriously, because of the included jetty, docs and other jars i was a bit

Re: [Wicket-user] VOTE: how should localized attributes work?

2006-08-04 Thread Korbinian Bachl
thus im quite new, 2[x] as its the only way to have a preview wich works in WYSIWYG editors and wont be ** up (hopefully...) by your next designer who changed the text so it looks better... On 8/3/06, Dirk Markert [EMAIL PROTECTED] wrote: 2 [x] 2006/8/3, Eelco Hillenius [EMAIL

Re: [Wicket-user] no-cache in development mode

2006-08-04 Thread Korbinian Bachl
Hi, the only 100% way is to deactivate the cache in the browser itself - as i found out some versions dont count on that no-cache, if they get the data for the same connection within short time, they usually use the chunks in the 0-time cache, especially if its embedded (like CSS files). the

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:

[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] 3 day beginners overview / broken mounts

2006-08-07 Thread Korbinian Bachl
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. johan On 8/7/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi, after i played 3 days

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

2006-08-07 Thread Korbinian Bachl
? Packages in java are standalone things. There is not really such a thing as subpackages Thats only how we view them if we view them as a directory structure..johan On 8/7/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi Johan, if you want i

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

2006-08-07 Thread Korbinian Bachl
@lists.sourceforge.net Betreff: Re: [Wicket-user] 3 day beginners overview / broken mounts 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

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

2006-08-07 Thread Korbinian Bachl
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 -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag

Re: [Wicket-user] Performance/Scalability tips

2006-08-09 Thread Korbinian Bachl
Hi Johan, 1 use for heavy hit pages stateless pages (in 1.2 just use bookmarkable links and no forms on it), in 2.0 you have much more choices for working stateless. question: is this done by using the mount functions in the init() of the application file ? Regards Von: [EMAIL

Re: [Wicket-user] Performance/Scalability tips

2006-08-09 Thread Korbinian Bachl
He Sebastjan, where did you read about the detached models ? Regards Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sebastjan TrepcaGesendet: Mittwoch, 9. August 2006 10:17An: wicket-user@lists.sourceforge.netBetreff: [Wicket-user]

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-11 Thread Korbinian Bachl
IE usually uses many more concurrent connections to grab details and if you map the servlet to /* it could be this... -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Pierre-Yves Saumont Gesendet: Freitag, 11. August 2006 16:46 An:

[Wicket-user] beginners question: wicket and sessions

2006-08-13 Thread Korbinian Bachl
Hi, i have a small problem in understanding the way sessions are used in wicket. Whenever i access any new wicket app (even HelloWorld) it gives me a SID, so i know i have a (http servlet) session. However, using the http.session is not the wicket way, and the wiki just tells: Custom

Re: [Wicket-user] beginners question: wicket and sessions

2006-08-14 Thread Korbinian Bachl
session object so that it knows that the session object is changed.johan On 8/13/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi, i have a small problem in understanding the way sessions are used in wicket. Whenever i access

Re: [Wicket-user] Wicket 1.2 and Hibernate 3 slow

2006-08-17 Thread Korbinian Bachl
How are you retrieving the data? (hibernate beans are just data-containers, wich are persistent in the database) Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Nino WaelGesendet: Donnerstag, 17. August 2006 10:55An: wicket-user@lists.sourceforge.netBetreff:

Re: [Wicket-user] Pro Wicket beta book available

2006-08-17 Thread Korbinian Bachl
Hi Karthik, if its not too late for a small wish: i'd love to see the EJB3 part of chapter 5 extended to a full chapter, as wicket+ejb3 looks like the future for me (sb. in the list called it the holy grail of web development)... e.g. session (stateful / less)beans messaging beans as well as a

Re: [Wicket-user] best practice for uploading and using content (images) with wicket?

2006-08-23 Thread Korbinian Bachl
this is Java - we have no pointers :P basically, if you want to get the data from a file you do it a bit different as from a DB stream, if you look here, youll see the basic behind IO here: http://www.physik.uni-muenchen.de/kurs/Computing/java/node36.html (its german, so u will understand it

Re: [Wicket-user] Wicket 2.0, when?

2006-08-25 Thread Korbinian Bachl
just curious: why dont you do it like the eclipse-project and have daily-snapshot jars ??? - and once a time a M-build ??? Regards -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Eelco Hillenius Gesendet: Freitag, 25. August 2006 08:28

Re: [Wicket-user] Portal framework for wicket?

2006-08-25 Thread Korbinian Bachl
well, you might want to take a look at alfresco, an OS java CMS wich already uses Hibernate Spring... so u perhaps see a start there http://www.alfresco.com/ Regards, Korbinian -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Hugh

Re: [Wicket-user] library example using Shades for O/R mapping

2006-08-26 Thread Korbinian Bachl
hi, my thought is: with EJB3 and hibernate (and both together if you want) - why do we need more ? regards, korbinian -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Geoff hendrey Gesendet: Samstag, 26. August 2006 18:54 An:

Re: [Wicket-user] Session management

2006-08-28 Thread Korbinian Bachl
why dont you disable cookies in web.xml and rely on url rewriting then??? Regards, Korbinian -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Nino Wael Gesendet: Montag, 28. August 2006 15:32 An: wicket-user@lists.sourceforge.net

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Korbinian Bachl
Hi Anders, i heard much about WebObjects, and have a qustion: is it true, that you need apple (OS) in order to run it ? - where here with Windows/ Linux environments Regards, Korbinian PS: can you point out what in your opinion is superior to Wicket from WebObjects ? e.g. a small

Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Korbinian Bachl
you know what the limits of HTML are suggest you look at w3c.org the HTML specs, and think about a realistic way to solve your business needs. Regards -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Alex Objelean Gesendet:

Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Korbinian Bachl
just checked W3C, its ok to have multi input type=submit value=XXX within a form - so this would be secure.. you then can have a img over it with CSS similar to this 2 states example here http://www.ukthoughts.co.uk/journal/css-submit-buttons if you would do this, then it would be 100% w3c

Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Korbinian Bachl
use a form that composites a HiddenField and an img with onclick that toggles its src and the hidden field's value. -Igor On 8/30/06, Korbinian Bachl [EMAIL PROTECTED] wrote: just checked W3C,its ok to have multiinput type="submit" value="XXX" within a

Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Korbinian Bachl
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Igor VaynbergGesendet: Mittwoch, 30. August 2006 20:24An: wicket-user@lists.sourceforge.netBetreff: Re: [Wicket-user] Tri-state checkbox if you havent noticed its 2006 and _javascript_ is as pervasive as

Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Korbinian Bachl
very true. Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Igor VaynbergGesendet: Mittwoch, 30. August 2006 21:20An: wicket-user@lists.sourceforge.netBetreff: Re: [Wicket-user] Tri-state checkbox all this really depends on the site you are building.

Re: [Wicket-user] WebObjects open source?

2006-08-31 Thread Korbinian Bachl
good points igor, and remember: spindle is only T3... no more for T4, and the other projects to create Tools for T4 arent mature yet... Regards Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Igor VaynbergGesendet: Mittwoch, 30. August 2006 22:43An:

Re: [Wicket-user] On-screen keyboard

2006-09-01 Thread Korbinian Bachl
have you thought about using images and instead of using a table, positioning them with pure CSS? this might be more elegant way.. regards -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Konstantin Gesendet: Freitag, 1. September 2006

Re: [Wicket-user] Wicket 2.0: You are in DEVELOPMENT mode

2006-09-01 Thread Korbinian Bachl
it has to be in the init() function of the Application Class - the thing you write is deprecated in 1.2 already, and not supported anymore in 2.0 e.g: class myapp extends WebApp{ init() { configure(foo.bar); } } regards Korbinian _ Von: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Wicket-user] Wicket 2.0: You are in DEVELOPMENT mode

2006-09-01 Thread Korbinian Bachl
(DEVELOPMENT) before your init is called. Frank On 9/1/06, Korbinian Bachl [EMAIL PROTECTED] wrote: it has to be in the init() function of the Application Class - the thing youwrite is deprecated in 1.2 already, and not supported anymore in 2.0e.g:class myapp extends

Re: [Wicket-user] Database Integration With Wicket

2006-09-22 Thread Korbinian Bachl
Hi, i justtook a closer look at the wicket-phonebook. can anyone pointme to the sourceode for it? - i can get the war from http://wicket-stuff.sourceforge.net/wicket-phonebook/but dont finda source for it... (maybe im just too blind?). Oh, and another thing:on the

Re: [Wicket-user] Database Integration With Wicket

2006-09-27 Thread Korbinian Bachl
Hi All, since im working now several days with NB and JPA1.0 i think i can give some hints.: First: DONT USE NB 5.5 BETA1 or 2, use the DEV daily build instead ! - best the one from 29 09 2006 or 30 09 2006, as the Beta's have problems in creating entitys from DB in case of Many to Many

Re: [Wicket-user] progress indicator

2006-09-28 Thread Korbinian Bachl
Hi, i dont understand what you mean? - how can adisabled onSubmit button stop the user from changing selected values?? if you plan it ajax like, how can u be secure that the user has JS activated and doenst deactivate it or ignore parts of it (like you can do with certain browser plugins)

Re: [Wicket-user] progress indicator

2006-09-28 Thread Korbinian Bachl
An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user] progress indicator I guess the question is how to prevent the user to send the form twice while the Ajax request is being processed. Or am I wrong? Pierre-Yves Korbinian Bachl a écrit : Hi, i dont understand what you mean

Re: [Wicket-user] progress indicator

2006-09-28 Thread Korbinian Bachl
you mean the indicating ajax link wouldn't prevent the user to resubmit the form, or are you thinking about another problem? Pierre-Yves Korbinian Bachl a écrit : depends on the scenario he wants to use it, however, preventing the user to send a form just wouldnt work regards

Re: [Wicket-user] progress indicator

2006-09-28 Thread Korbinian Bachl
side, but I will not try to protect the user. ;-) Pierre-Yves Korbinian Bachl a écrit : it wouldnt work to prevent the user from doing sth. - even if he has JS enabled, he might abuse it... ajax has always be treatet as unsecure... and the basic problem the thread started with, cant

Re: [Wicket-user] Fw: Shades phonebook example complete

2006-09-29 Thread Korbinian Bachl
Hi Geoff, you write: I am loving the way Shades works with Wicket. I think the Serializable DatabaseSession in Shades could provide some significant performance improvements for Wicket applications beyond what is possible with JDO apps, because of the fact that the jdo

Re: [Wicket-user] new initiative for a user guide

2006-10-02 Thread Korbinian Bachl
Hi, my 2 cents: petstore is a good thing to have in it, as it shows how everything really works and is plugged together, spring however shouldnt be put in a main part, more appendix or sth. like that. For Hibernate co. : just forget them and concentrate on how wicket and JPA fit

Re: [Wicket-user] Database Integration With Wicket

2006-10-03 Thread Korbinian Bachl
With Wicket JPA, Hibernate and other tools like that seem to (desperately) try to hide the fact that there is an rdbms underneath. Did anyone here try not having one... http://www.db4o.com/about/news/release/2006_09_28.aspx /Anders Korbinian Bachl wrote: Hi All, since im working

Re: [Wicket-user] Database Integration With Wicket

2006-10-03 Thread Korbinian Bachl
about databases, you just need persistence. It seems JPA is, partly, designed for this scenario. And in this case wouldn't using, something like, db40 be a better alternative? /Anders Korbinian Bachl wrote: dont believe a benchmark that you haven't faked yourself but serious: 99

Re: [Wicket-user] mailing list problems

2006-10-05 Thread Korbinian Bachl
Eelco, does the mailinglist again have problems ??? i havent received a single mail for over 24 hours now or is the list dead??? Regards, Korbinian -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Eelco Hillenius Gesendet: Sonntag,

Re: [Wicket-user] new initiative for a user guide

2006-10-05 Thread Korbinian Bachl
Hi, can you tell me more about what isnt working? Im quite new to JPA, but the interesting things is that everything i tried worked like a charm... Regards Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Stefan KanevGesendet: Montag, 2. Oktober 2006

Re: [Wicket-user] How to find Wicket mode (Production/Development )?

2006-10-05 Thread Korbinian Bachl
Hi Eelco, you watch the first 2 lines in the server log or you can get the config value in the app class... Regards -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Erik van Oosten Gesendet: Donnerstag, 5. Oktober 2006 08:41 An:

Re: [Wicket-user] new initiative for a user guide

2006-10-06 Thread Korbinian Bachl
Hi Stefan, as far as i know JPA is a big part of the new JEE5 world, so it will never drop out completely. And since it by the basics is just a description of interfaces and way to work (basically) the implementation you use isnt tied to sun. You may use Toplink if you want, or Hibernate or

[Wicket-user] NiceURL and PagingNavigator

2006-10-10 Thread Korbinian Bachl
Hi, i have a page, call it products, and i implement a Paging Navigator there, as its not good to have mor than e.g. 10 products on page at same time. I then mount the products via mountBookmarkablePage("/products", Product.class); by executing it all works at first, but when using a

Re: [Wicket-user] NiceURL and PagingNavigator

2006-10-10 Thread Korbinian Bachl
I extend the question further: How can i have a nice URL and use a TabbedPanel component??? Regards Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Korbinian BachlGesendet: Dienstag, 10. Oktober 2006 12:01An: wicket-user@lists.sourceforge.netBetreff:

Re: [Wicket-user] NiceURL and PagingNavigator

2006-10-10 Thread Korbinian Bachl
Korbinian Bachl wrote: I extend the question further: How can i have a nice URL and use a TabbedPanel component??? Regards -- -- *Von:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *Im Auftrag von

Re: [Wicket-user] NiceURL and PagingNavigator

2006-10-10 Thread Korbinian Bachl
this functionality by itself? or might this run into other problems? Any help is really appreciated, Regards Korbinian -Matej Korbinian Bachl wrote: Hi Matej, this is a big problem. I can live with not beeing able to have Tabbed Panels but imagine a onlinestore where you can browse

[Wicket-user] BreadCrumb Page

2006-10-10 Thread Korbinian Bachl
Hi, short question: does the BreadCrumb (extension) work with pages or only with panels? I ask because the exampe http://www.wicket-library.com/wicket-examples/breadcrumbonly shows panels, similar to the tabbed Panel. I it works with Pages, can it use mounted links/ bookmarkable links,

Re: [Wicket-user] NiceURL and PagingNavigator

2006-10-11 Thread Korbinian Bachl
not be difficult to modify PagingNavigator to use bookmarkable urls. -Matej Korbinian Bachl wrote: Hi Matej, Well, for browsing products i wouldn't use PagingNavigator in a first place. ok, what else would you use? - i mean a PagingNavigator and a DataView

Re: [Wicket-user] OT: Dandelion Warriors

2006-10-12 Thread Korbinian Bachl
Just to be sure we should also add: Klingons Romulans Storm Troopers Orks Mages Knights [your favorite warparty here] ... Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Ted RoeloffzenGesendet: Donnerstag, 12. Oktober 2006 10:52An:

Re: [Wicket-user] NiceURL and PagingNavigator

2006-10-12 Thread Korbinian Bachl
at Woogle and how the url looks when changing page in the result.I have done this with Bookmarkable pages and did the pagination myself. http://woogle.billen.dk/ (At that website there is also a link to the svn repository)Frank On 10/11/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi

Re: [Wicket-user] NiceURL and PagingNavigator

2006-10-12 Thread Korbinian Bachl
page in the result.I have done this with Bookmarkable pages and did the pagination myself. http://woogle.billen.dk/ (At that website there is also a link to the svn repository)Frank On 10/11/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi Martijn,the problem

Re: [Wicket-user] newbie: wicket + dojo LayoutContainer

2006-10-13 Thread Korbinian Bachl
Hi, dont refer to the navomatic example, as this is a special contruction. If you need a usualy a href= link to a wicket page then use instead following: HMTL Markup: a wicket:id=myLink href=#Link desc/a and in Java-Page use: Link myLink = new Link(myLink) { public void onClick() {

Re: [Wicket-user] Nice Url

2006-10-19 Thread Korbinian Bachl
Hi, yes it is possible, look here for detailed: http://www.javalobby.org/java/forums/t68753.html you can then provide parameters via the PageParameter param - if this doesnt satisfy you (e.g: some special needs for URL) then you may also use a own implementation of

[Wicket-user] getting pageParameters in a panel

2006-10-27 Thread Korbinian Bachl
Hi, ive got a small problem, in wich im not sure how to solve it: Ive got a own IRequestStrategy that uses requestParameters and have a form-panel in the masterlayout that uses this submit: @Override public void onSubmit() { String suchFeld = getSuchfeld(); if(suchFeld.length()0) {

Re: [Wicket-user] getting pageParameters in a panel

2006-10-27 Thread Korbinian Bachl
String querystring=((WebRequest)getRequest()).getHttpServletRequest().getQueryString();PageParameters p=new PageParameters(querystring,"");try that-igor On 10/27/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi, ive got a small problem, in wich im not

[Wicket-user] wicket tracking/ controlling

2006-10-28 Thread Korbinian Bachl
Hi, im not sure how to adress this thing with wicket: if you make a website you want to see where your visitor goes, what he does - usually by examining the webservers logfile by looking at the URLs - however this wont work in wicket. How could this be solved ? - how can we track trace our

Re: [Wicket-user] wicket tracking/ controlling

2006-10-28 Thread Korbinian Bachl
On 10/28/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi, im not sure how to adress this thing with wicket: if you make a website you want to see where your visitor goes, what he does - usually by examining the webservers logfile by looking at the URLs - however this wont work in wicket

Re: [Wicket-user] wicket tracking/ controlling

2006-10-28 Thread Korbinian Bachl
differently. Juergen On 10/28/06, Korbinian Bachl [EMAIL PROTECTED] wrote: you cant point me to any article about that ? - i looked at the java-docs for 1.2 branch but didnt understand how this leads to a hook for tracking. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED

Re: [Wicket-user] wicket tracking/ controlling

2006-10-29 Thread Korbinian Bachl
(submit, etc.) must be logged differently. Juergen On 10/28/06, Korbinian Bachl [EMAIL PROTECTED] wrote: you cant point me to any article about that ? - i looked at the java-docs for 1.2 branch but didnt understand how this leads to a hook for tracking

Re: [Wicket-user] Problem of using border

2006-11-01 Thread Korbinian Bachl
Hi, i dont know what you want to press - however, if you want to get a list containing users with name, email and a link to edit you need first to iterate over the wicket:id=users tag using a ListView - example can be found here: http://wicket.sourceforge.net/ExampleGuestBook.html (there the

[Wicket-user] Global, Thread specific Property

2006-11-03 Thread Korbinian Bachl
Hi, i've got a problem and i dont know how to solve it. I work with PageParameters and the thing that i allways have to pull them around makes me sad. Is there a way how i can have a global object holding the current PageParameters that can be accessed without passing in the PageParameters into

Re: [Wicket-user] Global, Thread specific Property

2006-11-03 Thread Korbinian Bachl
Problem correctly then you could use a custom subclass of WebSession for that purpose. roland On 11/3/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi, i've got a problem and i dont know how to solve it. I work with PageParameters and the thing that i allways have to pull them

Re: [Wicket-user] Global, Thread specific Property

2006-11-03 Thread Korbinian Bachl
().getParameters()johan On 11/3/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi,i've got a problem and i dont know how to solve it. I work withPageParameters and the thing that i allways have to pull them around makesme sad. Is there a way how i can have a global object holding

Re: [Wicket-user] Global, Thread specific Property

2006-11-03 Thread Korbinian Bachl
, and onEndRequest to clean it up again. You can access the request cycle by doing RequestCycle.get(), though you might also decide to store your variable in some other thread local with static access. Eelco On 11/3/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi, i've got a problem and i

Re: [Wicket-user] Prevent Brute Force and the like

2006-11-06 Thread Korbinian Bachl
Bad idea - some ISPs and proxys would be locked out... cachapta would be solution of choice here. Regards Korbinian -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Johannes Fahrenkrug Gesendet: Montag, 6. November 2006 14:01 An:

Re: [Wicket-user] Prevent Brute Force and the like

2006-11-06 Thread Korbinian Bachl
you please explain cachapta / provide a link to an article? Regards, Johannes Korbinian Bachl wrote: Bad idea - some ISPs and proxys would be locked out... cachapta would be solution of choice here. Regards Korbinian -Ursprüngliche Nachricht

Re: [Wicket-user] Prevent Brute Force and the like

2006-11-06 Thread Korbinian Bachl
PROTECTED] Im Auftrag von Korbinian Bachl Gesendet: Montag, 6. November 2006 16:20 An: [EMAIL PROTECTED]; wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user] Prevent Brute Force and the like emm.. yes i meant captcha - look here for a working wicket example as well as source-code: http

Re: [Wicket-user] Wizard StaticContentStep and CompoundPropertyModel

2006-11-10 Thread Korbinian Bachl
You need to create a Label in the constructor of the given part that passes the information to it. e.g: add(new Label(userModel.userName, userModel.getUserName)); BTW: you can change the Labelname to whatever you want as its not associated with the content behind it. e.g: add(new Label(username,

Re: [Wicket-user] Problem in generation of the html code of the page

2006-11-10 Thread Korbinian Bachl
What version of Wicket do you use? Regards Korbinian -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Alberto Bueno Gesendet: Freitag, 10. November 2006 10:35 An: wicket-user@lists.sourceforge.net Betreff: [Wicket-user] Problem in

Re: [Wicket-user] Problem in generation of the html code of the page

2006-11-10 Thread Korbinian Bachl
2.0 ? or 1.x ? (sorry, dont know whats in Trunk at the moment you got it) you might want to use wicket 1.2.3 as this hasnt the behaviour so far... -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Alberto Bueno Gesendet: Freitag, 10.

Re: [Wicket-user] Problem in generation of the html code of the page

2006-11-10 Thread Korbinian Bachl
@lists.sourceforge.netBetreff: Re: [Wicket-user] Problem in generation of the html code of the page add a bug into jira with your quickstart-igor On 11/10/06, Korbinian Bachl [EMAIL PROTECTED] wrote: 2.0 ?or1.x ?(sorry, dont know whats in Trunk at the moment you got it) you might

Re: [Wicket-user] Posting Data from a Non wicket Form to Wicket

2006-11-17 Thread Korbinian Bachl
if you trap them like that ?param1=value1param2=value2 ... you can get them by using PageParameter in your constructor e.g: class foo{ foo(PageParameters param){ String value1 = param.getString(param1); } } regards _ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im

Re: [Wicket-user] who wants to be in charge ofdoingwicket-stuffreleases

2006-11-21 Thread Korbinian Bachl
On 11/21/06, Korbinian Bachl mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Jim, sounds good - what time zone you are in? Regards Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Im Auftrag von James

Re: [Wicket-user] Tapestry 5 instantaneous reloads

2006-11-21 Thread Korbinian Bachl
well, you should ask howard lewis-ship about the first one, the 2nd one lies in the way it works - tapestry manages everything while wicket doesnt the downside is more work to make a component compared to wicket, the upside are goodies like easier URLs... and even in tapestry a real-nice URL

Re: [Wicket-user] Tapestry 5 instantaneous reloads

2006-11-22 Thread Korbinian Bachl
Again and again. What would do if you open the start.html page in two browsers windows? thats the wrong question! - the question would be: what behaviour would the enduser expect when he uses 2 browserwindows/tabs for 1 website? I found out that most enduser just do this, to keep a site as a

Re: [Wicket-user] Tapestry 5 instantaneous reloads

2006-11-22 Thread Korbinian Bachl
. If you want to have singleton pages, go ahead, nothing prevents you from that. Just do your own PageFactory class that pools pages (session relative) and then always redirect to bookmarkable/mounted URL. You'll get the same behavior tapestry seems to have. -Matej Korbinian Bachl wrote

Re: [Wicket-user] Tapestry 5 instantaneous reloads

2006-11-22 Thread Korbinian Bachl
window and work in the new window. then when im done i close the new window and continue working in the new one. so for me opening a new tab is like keeping a bookmark in the app. -igor On 11/22/06, Korbinian Bachl [EMAIL PROTECTED] wrote: But if you have a tabbed panel in a page, you want

Re: [Wicket-user] Wicket-Stuff WicketStuffToDo page created

2006-11-22 Thread Korbinian Bachl
I havent been lazy, too. I just fixed the mailing-list page on http://wicket-stuff.sourceforge.net/mail-lists.html - it wasnt there before, i created it from that, what was in the OLD dir - hope this is now ok. Best regards _ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im

Re: [Wicket-user] Wicket-Stuff WicketStuffToDo page created

2006-11-22 Thread Korbinian Bachl
: [Wicket-user] Wicket-Stuff WicketStuffToDo page created Which is not a wise thing to do. The site is generated from the wicket-stuff main project using maven. So your change will be overwritten the next time it is generated. Martijn On 11/22/06, Korbinian Bachl [EMAIL PROTECTED] wrote

[Wicket-user] Wicket Stuff / Wiki

2006-11-24 Thread Korbinian Bachl
Hi, some days ago, Eelco and others had the idea to bring the wicket stuff page to a wiki, so updates wold be easier. Hwoever, what wiki system should be used? - I personally are quite new to thse and have only got a small experience with JOOMLA and Typo3 (4.0) so far. Anyone who knows some?

Re: [Wicket-user] Wicket Stuff / Wiki

2006-11-24 Thread Korbinian Bachl
: [Wicket-user] Wicket Stuff / Wiki Korbinian Bachl wrote: Hi, some days ago, Eelco and others had the idea to bring the wicket stuff page to a wiki, so updates wold be easier. Hwoever, what wiki system should be used? - I personally are quite new to thse and have only got

Re: [Wicket-user] question about showing components or not

2006-11-24 Thread Korbinian Bachl
Well, if you use a wicket:id in the HTML, then you have to fill it - doing nothing about it is invalid. So here you could either place an empty text e.g: if (product.getPhoto() != null) { add(new Label(product-photo-date,

Re: [Wicket-user] SortableDataProvider, size() iterator(int first, int count), Correct execution order?

2006-11-24 Thread Korbinian Bachl
Remember that these things are from the Extensions Framework, meaning they suite some needs, but not all. The thing they ask the size() first and then the iterator is, that in a big DB the iterator will already pull the data while the size() usually would only do a count over it. So you doing this

[Wicket-user] PagingNavigator (lazy) Session

2006-12-08 Thread Korbinian Bachl
Hi, im currently wondering why the PagingNavigator allways issue a session ? (im on wicket 2.0) I mean if i create a mainpage and link to 2 subpages all is fine and no session used. If i embed a PagingNavigator into any page a session will be created on the moment i access that page, however I

Re: [Wicket-user] PagingNavigator (lazy) Session // BUG?

2006-12-13 Thread Korbinian Bachl
at some point) johan On 12/10/06, Korbinian Bachl [EMAIL PROTECTED] wrote: yeah - with session attached i mean that from this point on, you get the session assigned to the client (URL has sessionId) BTW: i just tried out the StatelessForm and StatlessLink and found out they they cant be used

[Wicket-user] Naviagtion TreeAjax Component

2006-12-26 Thread Korbinian Bachl
Hi, after some busy weeks I finally grabbed some time to continue work on my wicket project. Im currently in need to have navigation table, tree table like, component and so i wonderend if anyone knows if there is already a AjaxFallback version of this available somewhere? (i mean similar to

Re: [Wicket-user] Naviagtion TreeAjax Component

2006-12-26 Thread Korbinian Bachl
in your message, what does this have to do with navigation? -igor On 12/26/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi, after some busy weeks I finally grabbed some time to continue work on my wicket project. Im currently in need to have navigation table, tree table like, component and so

Re: [Wicket-user] Naviagtion TreeAjax Component

2006-12-26 Thread Korbinian Bachl
for this is crazy, remember that bookmarkable links the treetable generates also have to encapsulate state of any other component on the page. -igor On 12/26/06, Korbinian Bachl [EMAIL PROTECTED] wrote: also why does the word navigation keep popping up in your message, what does this have

Re: [Wicket-user] wicket-contrib-javaee moved to Wicket-Stuff

2006-12-28 Thread Korbinian Bachl
Hi Filippo, just browsed through it and its really nice work. Especially if someone wants to have EJB3 persitence but not to use EJB3 Stateless Session Beans to query it. However, the thing with the EjbAnnotation looks not so clear to me - i mean, every IDE has J5EE support and so in Neatbeans

Re: [Wicket-user] wicket-contrib-javaee moved to Wicket-Stuff

2006-12-28 Thread Korbinian Bachl
to serialize something b) worse, the bean is serializable and you drag it along with the wicket components into your session ending up with a useless clone -igor On 12/28/06, Filippo Diotalevi [EMAIL PROTECTED] wrote: On 12/28/06, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi Filippo, just

Re: [Wicket-user] wicket-contrib-javaee moved to Wicket-Stuff

2006-12-28 Thread Korbinian Bachl
Betreff: Re: [Wicket-user] wicket-contrib-javaee moved to Wicket-Stuff So both beans (statefull or stateless) are injected on every request? On 12/28/06, Korbinian Bachl [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I believe there you have to differate: a; stateless-sessionbeans: those

Re: [Wicket-user] wicket-contrib-javaee moved to Wicket-Stuff

2006-12-28 Thread Korbinian Bachl
Betreff: Re: [Wicket-user] wicket-contrib-javaee moved to Wicket-Stuff no, there is no difference you do not want stateless or stateful beans to be directly referenced by wicket components, or anything that will end up in httpsession -igor On 12/28/06, Korbinian Bachl [EMAIL PROTECTED] wrote

Re: [Wicket-user] wicket-2.0 snapshots

2006-12-29 Thread Korbinian Bachl
I have never used a maven repository but you may checkout the src from the SVN repo under https://svn.apache.org/repos/asf/incubator/wicket/trunk Regards Korbinian PS: dont forget to include the SL4J jar and the binding jar for your preferred logging as well as the logging jars

Re: [Wicket-user] Naviagtion TreeAjax Component

2007-01-02 Thread Korbinian Bachl
and the link onclick will then set the response page to the result page. johan On 12/27/06, Matej Knopp [EMAIL PROTECTED] wrote: Korbinian Bachl wrote: using bookmarkable links for this is crazy, remember that bookmarkable links the treetable generates also have to encapsulate state of any other

  1   2   >