Apache Wicket & Static Analysis Security Testing

2019-03-12 Thread Eric Gulatee
wicket framework? -- Cheers, Eric Gulatee NYS OSC AppDev Enterprise Architect [Garnet River & Abilis]

Re: Wicket 1.5 URLs

2013-07-29 Thread Eric Gulatee
Martin, Thank you, I got the basics working with Jetty Wicket Filters. LocaleFirstMapper was a better starting point instead of PageInstanceMapper. Cheers, Eric Gulatee On Tue, Jul 23, 2013 at 3:42 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, I think the cleanest approach

Wicket 1.5 URLs

2013-07-22 Thread Eric Gulatee
recommended way to generate these custom URLs in a generic way much like PageInstanceMapper based on either an annotation on a class or interface the class would implement OR am I going down the right path with extending PageInstanceMapper? Cheers, Eric Gulatee

Re: Wicket 1.5 URLs

2013-07-22 Thread Eric Gulatee
context root and seemingly correctly determine it should be used to match the urls. ie: /contextroot/wicket/page?33 Is there any reason I can't replicate the pageinstancemapper by my own? And if so, why do I get pageexpired problems? Cheers, Eric Gulatee On Mon, Jul 22, 2013 at 11:39 AM, Eric

Questions about Different Context Paths based on page inheritance

2011-05-03 Thread Eric Gulatee
mean mounting the pages, which won't work in all cases (Or so I believe) since some of the pages shouldn't be bookmarkable So, anyone have any experiences they would be willing to share? Any thoughts or suggestions? Cheers, Eric Gulatee

Re: Apache Wicket 1.4 takes type safety to the next level

2009-07-31 Thread Eric Gulatee
Congrats to all that contributed. A comment: The 1.4 Javadocs on the wicket site should probably be updated from Wicket Parent 1.4-rc2 API . http://wicket.apache.org/docs/1.4 On Fri, Jul 31, 2009 at 11:09 AM, Jeremy Thomersonjer...@wickettraining.com wrote: Trying to write all of the

Getting an IllegalStateException when refreshing a WebMarkupContainer containing a AjaxFallbackDefaultDataTable with one of the columns is a AjaxEditableLabel which refreshes the markup container on s

2008-05-20 Thread Eric Gulatee
Getting the following error. Not sure what I am doing wrong. I've seen other JIRA issues opened along the same lines. IllegalStateException when refreshing a WebMarkupContainer containing a AjaxFallbackDefaultDataTable where one of the columns is a AjaxEditableLabel which refreshes the markup