Session timeout page

2008-10-29 Thread Swanthe Lindgren
How do I change the session timeout page? I want my application to display the actual home page on session timout instead of the default "Return to homepage"-link page. //Swanthe - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Compatibility of objectautocomplete

2008-10-29 Thread Kai Mütz
Hi, does the objectautocomplete libs require wicket 1.4 or is it possible to use it with 1.3.x? Is it compatible with the AutoCompleteTextField of wicket extensions? Can I use a AutoCompleteTextField of wicket extensions and an ObjectAutoCompleteField in one form? Thanks in advance, Kai ---

Re: inserting javascript from java to html file

2008-10-29 Thread eyalbenamram
OK. I used the IHeader contributor and the problem still exist! The error: http-6789-2 ERROR html.WebPage - ^ http-6789-2 ERROR html.WebPage - You probably forgot to add a or tag to your markup since no Hea

Re: CompoundModel based on proxies

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
Yeah, I must say im looking forward to getting Wicket-1327 a reality too.. Wayne Pope wrote: Hi, Francisco and I here where discussing whether we could figure a way of having some form of static/compile time checking on our (Compound)PropertyModels, as I'm a bit concerned long term about some n

Disabling 'back'/'next' web browser button usage in application

2008-10-29 Thread Tomasz Dziurko
Hi. I have application which consists of questions to user provided in some order. Each question is reachable on the same address, let's say http://myApp/Question. Application engine knows which question to show from database record. Each question page has 'Previous Question' and 'Next Question' b

Re: using wicket

2008-10-29 Thread Martin Grigorov
You could download it from Maven repos as any other artefact: http://repo1.maven.org/maven2/org/apache/wicket/wicket/1.4-m3/wicket-1.4-m3-javadoc.jar Since 1.4 is actually 1.3 + generics (and very few other changes) you could start with 1.4 and downgrade to 1.3 any time if you are concerned that y

Re: Migration to 1.4 - generic headache

2008-10-29 Thread Jan Kriesten
Hi Igor, > yes it sucks. i agree. personally i prefer code written against wicket > 1.3. even in 1.3 i hardly had to cast anything and even with those > casts i do not remember getting any class cast exceptions. hehe - just as I was saying months ago. *g* > anyways, we will see how it goes. unt

Re: DataTable cell link

2008-10-29 Thread dlipski
Because I havent found better solution then adding 'onclick' handler to cellItem I have to do it your way. I looked at urlFor methods in Component class and didnt found the one with Component attribute. How should I generate url for Link component, AjaxLink or AjaxFallbackLink ? Do I have to add

Re: Migration to 1.4 - generic headache

2008-10-29 Thread Artur W.
Hi Igor, igor.vaynberg wrote: > > yes it sucks. i agree. personally i prefer code written against wicket > 1.3. even in 1.3 i hardly had to cast anything and even with those > casts i do not remember getting any class cast exceptions. > It is nice to know that somebody thinks similar to me :)

Re: DataTable cell link

2008-10-29 Thread dlipski
Hi, Thanks for help but the problem with your solution is that it doesnt work in IE (when I have multiple columns with such links only links in first column 'fills' entire cells) in Firefox that works. Jeremy Thomerson-5 wrote: > > If that's your problem, I'd suggest using CSS, something like:

Re: using wicket

2008-10-29 Thread Wayne Pope
I cannot comment on the stabiliy, but for the javadoc you'll need to download the source and generate the javadoc (use maven for the quickest) as I don;t beleive its online anywhere On Tue, Oct 28, 2008 at 5:53 PM, miro <[EMAIL PROTECTED]> wrote: > > I am new to wicket and no guru to help me answ

Re: Wicket and URLs

2008-10-29 Thread Erik van Oosten
Thanks for clarifying limitation no 2, I had not though of this. Indeed in my usecase this is not a problem. 'Limitation' no 1 is quite intentional. If you don't mind, I've also added this comment to the article. Regards, Erik. Igor Vaynberg wrote: while this might work for your usecase t

Re: CompoundModel based on proxies

2008-10-29 Thread Wayne Pope
Hi, Francisco and I here where discussing whether we could figure a way of having some form of static/compile time checking on our (Compound)PropertyModels, as I'm a bit concerned long term about some nasty runtime bugs that might slip through the testing coverage. Francisco found this thread - I

Re: Wicket and URLs

2008-10-29 Thread Igor Vaynberg
while this might work for your usecase this will pretty much break things. the version number is in the url for a reason. 1) it completely kills the backbutton for that page. since the url remains the same the browser wont record your actions in the history. based on what you are trying to do this

<    1   2