Re: Problems localized URLs (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html)

2011-05-26 Thread Andreas Maza
pot.com has few articles about mounting in 1.4. And maybe http://blog.jteam.nl/2010/02/24/wicket-root-mounts/ (same author) can help you. Good luck! On Thu, May 26, 2011 at 10:19 AM, Andreas Maza wrote: Thanks, Martin - but that's a different story ;-) I have already read about the feature

Re: Problems localized URLs (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html)

2011-05-26 Thread Andreas Maza
et 1.5 see http://www.wicket-library.com/wicket-examples/mappers/en_US On Wed, May 25, 2011 at 8:22 PM, Andreas Maza wrote: Hello, I am trying to realize localized URLs in my application (using Wicket 1.4.17) as described in the Wicket wiki ( https://cwiki.apache.org/WICKET/wicket-and-loca

Problems localized URLs (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html)

2011-05-25 Thread Andreas Maza
Hello, I am trying to realize localized URLs in my application (using Wicket 1.4.17) as described in the Wicket wiki (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html). However, I have problems accessing the pages then - e.g., calling the localization application of the wicket

Re: Results of AutoCompleteTextField shown "behind" other form components

2010-03-25 Thread Andreas Maza
https://issues.apache.org/jira/browse/WICKET-1355 Regards, Erik. Andreas Maza wrote: Hello, I am experiencing a strange problem with the AutoCompleteTextField (Wicket 1.4.7): The results of the AutoCompleteTextField are shown "behind" my other form components are not selectable, too. I a

Results of AutoCompleteTextField shown "behind" other form components

2010-03-25 Thread Andreas Maza
Hello, I am experiencing a strange problem with the AutoCompleteTextField (Wicket 1.4.7): The results of the AutoCompleteTextField are shown "behind" my other form components are not selectable, too. I am extending the DefaultCssAutoCompleteTextField and do not define any custom CSS for the te

Re: Problems with FileUpload (on GAE) - how to avoid DiskFileItem?

2010-02-16 Thread Andreas Maza
Thanks for that quick response, igor. I created now a very basic and (bad ,-) implementation of FileItemFactory, does not write to disk and doesn't spawn threads. With respect to using common-fileupload on GAE, I read about fileupload's new Streaming API. However, I have currently no clue how to i

URL Rewriting in Wicket

2009-12-13 Thread Andreas Maza
Hello, I would like to do a simple URL rewriting in my application: All requests containing a given path (e.g., a "/x/...") should be filtered and redirected accordingly. In other words, for a request to http://www.example.com/x/something I want to do a database lookup based on the value of "some

DefaultObjectStreamFactory | Re: AccessControlException with Wicket on Google App Engine (GAE)

2009-11-02 Thread Andreas Maza
just to circumvent the problem for a while, I am thinking of the following workaround: what would be the implications if I change the implementation of IObjectStreamFactor.DefaultObjectStreamFactory so that newObjectInputStream() and newObjectOutputStream return the regular JDK ObjectInputSt