[Wicket-user] Re: beginner: Loop and ListView difference

2005-12-23 Thread karthik Guru
Ok i could do that using BookmarkablePageLink that allows me to set parameters on the link. Is this the right way?  thanks, karthik  On 12/24/05, karthik Guru <[EMAIL PROTECTED]> wrote: I have something very basic   How to add parameters to links. thanks karthik  

[Wicket-user] beginner: Loop and ListView difference

2005-12-23 Thread karthik Guru
I wanted to display a table with a few columns and I c'd get it displayed with both Loop and ListView components. ListView has some methods related to links. What do they do?   I have something very basic   How to add parameters to links. For eg I want a link on name in the following and I wa

Re: [Wicket-user] How to render part of page (with ajax maybe)

2005-12-23 Thread Juergen Donnerstag
Actually rerendering a Panel does work (junit tests are successful), but a component within a panel does not. Juergen On 12/23/05, Marco van de Haar <[EMAIL PROTECTED]> wrote: > I might be a bit late, but I built a few components using your code and > I have to say it works pretty good! The only

Re: [Wicket-user] Special characters in form TextFields and TextAreas

2005-12-23 Thread Christian Essl
Hi Juergen, Thanks for trying it out. Yes I use the same browser for the online examples. Good to hear that it works on other computers - so it is certainly my setup-problem and should work on a production comp. I for now have changed to ISO-8859-1, which makes no problems. If you are intres

Re: [Wicket-user] How to render part of page (with ajax maybe)

2005-12-23 Thread Marco van de Haar
I might be a bit late, but I built a few components using your code and I have to say it works pretty good! The only problems I encountered during testing were indeed with Panels. Not only with rerendering Panels, but also with rerendering components within Panels. When our demo app is done we

Re: [Wicket-user] Special characters in form TextFields and TextAreas

2005-12-23 Thread Juergen Donnerstag
It works on my computer (xp, IE and Firefox). Using StartExample or JettyLauncher doesn't make a difference either. Did you change the character encoding of your browser? Though, I guess you are using the same browser to access the online example and the local one, and the online does work for you

Re: [Wicket-user] Re: Safari caching

2005-12-23 Thread Johannes Fahrenkrug
Hi, what about the KDE browser Konqueror? Aren't Safari and Konqueror both based on WebKit? Maybe Konqueror has the same problem... - Johannes. Ralf Ebert wrote: Hi, I tried to investigate this problem a bit further after a user complaining about a bug which seems to be related to this (I