Re: Forward button null pointer

2011-06-22 Thread Phil Franken
I thought it might be related to this discussion, there is mention of an issue and a fix but I can't locate it... http://markmail.org/search/?q=wicket%20forward%20button#query:wicket%20forward%20button%20order%3Adate-backward+page:2+mid:2scd6viwf5yg2uvn+state:results On 6/22/2011 3:00 AM,

HybridUrlCodingStrategy SEO

2011-06-21 Thread Phil Franken
I've mapped my home page to home usingHybridUrlCodingStrategy. Testing with http://www.internetofficer.com/seo-tool/redirect-check/ shows a 302 redirect for; domain.com to domain.com/home.0 domain.com/home to domain.com/home.1 Google does not like the redirect and is reporting a redirect

Re: HybridUrlCodingStrategy SEO

2011-06-21 Thread Phil Franken
I've considered stateless but I don't want google to follow any of my ajax links so I don't really need it (I think). I only want google to index my home page, but I can't provide a direct link with the HybridUrl strategy as far as I know. Also I've got a custom RequestCycle so I've got an

Forward button null pointer

2011-06-21 Thread Phil Franken
Am I correct there is a NPE on spring beans after browser forward issue? Does anyone know when the next version is due? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Execute Javascript after Ajax

2011-05-26 Thread Phil Franken
Here are my components; Wicket 1.4.17 Page AjaxTabbedPanel (with Panel1 and Panel2) AdPanel which has adsense js, no components AdPanel is on Panel1 and Panel2 When the tab panel renders the first tab (Panel1) the AdPanel executes its js and renders the ad. Moving to the second tab (Panel2)

Re: to integrate wicket with itext or any other framework

2011-05-24 Thread Phil Franken
Trying to answer your question directly... Commons reasons to use spring; Dependency Injection (@Component, @Autowired) AOP Transaction Management (@Transactional) Templates - (Java Mail, LDAP, Hibernate, JDBC, Velocity, etc) 3.1 offers caching, and there are a variety of other

MetaPattern Usage

2011-05-23 Thread Phil Franken
Can someone give me an example of how to group MetaPatterns? For example if I want to allow MetaPattern.WORD and MetaPattern.EXCLAMATION_POINT... - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: [Announce] Wicket Stuff Core 1.5-RC4.2 Released

2011-05-12 Thread Phil Franken
Are there any plans to include a fix for this in 1.14.18? https://issues.apache.org/jira/browse/WICKET-3594 - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: [Announce] Wicket Stuff Core 1.5-RC4.2 Released

2011-05-12 Thread Phil Franken
Thanks for the update Pedro. I concur with your assesment based on what I've seen, but this makes me worry. Does this mean if I set a file size limit of 1MB and someone uploads a 2GB file the container will read the entire 2GB? Not good, with or without progress bar. Anyone suggestions on

Re: [Announce] Wicket Stuff Core 1.5-RC4.2 Released

2011-05-12 Thread Phil Franken
Firewall not really an option (no budget). Ok so instead of closing the stream can you at least make sure the progress bar is invisible and let the container do its thing? I'm using Tomcat do you know of any way to set a max file size in Tomcat? On 5/12/2011 1:02 PM, Pedro Santos wrote: