Re: Questions about how wicket serialization works

2010-02-22 Thread kellerautomat
btw, gere is an interesting point, where IE and Firefox differ from each other. If you click the back-button of Firefox the page does not reload but is loaded from cache. http://blog.httpwatch.com/2008/10/15/two-important-differences-between-firefox-and-ie-caching/ maybe cache-control should be

Re: Questions about how wicket serialization works

2010-02-22 Thread Erik van Oosten
This has been discussed before (of course) and this is on purpose. If you reload old pages your users will probably wonder what's going on (they are not used to this behavior), and secondly there is a performance hit with no business benefit. However, you should feel free to change these

How to create PagingNavigator with Images?

2010-02-22 Thread saravana kumar
How to create PagingNavigator with Images? -- Thanks Regards, SaravanaKumar G.

Re: How to create PagingNavigator with Images?

2010-02-22 Thread Ernesto Reinaldo Barreiro
Hi, This is the third thread you create with a similar title asking for the same thing. I'll privately mail a solution to you. Hope you can clean it up and adapt it to your needs... I do not know if it is the simplest way to do it but at least it does what you want. Ernesto On Mon, Feb 22,

XSS and wicket. Wicket helps !

2010-02-22 Thread haiko van der Schaaf
Just FYI, Wicket is mentioned as a framework to mitigate the number #1 Dangerous Programming Error of 2010, XSS. See the detailed descriptionhttp://cwe.mitre.org/data/definitions/79.htmlof the threat. This is from the survey of MITRE The List of 2010 Most Dangerous Programming Errors on TSS. Gr.

Wicket and Reverse Proxy

2010-02-22 Thread T Ames
A while ago I sent a message ( at bottom) and received no responses. In that message I had thought that AJAX was not working, but I was mistaken. In the Ajax Debug screen, Wicket is responding back with a stream. Here is one of the issues that I found. I get this error. ERROR:

Re: XSS and wicket. Wicket helps !

2010-02-22 Thread Schwame
I just wrote a blog post about that. You also get help with SQL Injection (#2) and PHP File Includes (#14) http://blogs.citytechinc.com/jschwartz/?p=34 Sincerely, Jeff Schwartz http://blogs.citytechinc.com/jschwartz haiko van der Schaaf wrote: Just FYI, Wicket is mentioned as a

Security handled at the proxy level

2010-02-22 Thread Andrea Aime
Hi, I have developed an application with Wicket that has its own built-in security and now a user needs to use it in a way that security is managed by a proxy instead. The way they can impose security is by url, and in theory I could get away by using only bookmarkable pages that contain a

Re: Security handled at the proxy level

2010-02-22 Thread Igor Vaynberg
you can extend webrequestcodingstrategy to do that... -igor On Mon, Feb 22, 2010 at 8:02 AM, Andrea Aime aa...@opengeo.org wrote: Hi, I have developed an application with Wicket that has its own built-in security and now a user needs to use it in a way that security is managed by a proxy

Wicket used for mobile.walmart.com

2010-02-22 Thread Joachim F. Kainz
Fellow Wicket Users, The question if Wicket is suitable for large enterprises has just become easier to answer: The largest enterprise in the world is now using Wicket for its mobile site. Check out mobile.walmart.com (or just point your mobile phone to www.walmart.com and get redirected

Re: Wicket used for mobile.walmart.com

2010-02-22 Thread Riyad Kalla
That is seriously cool Joachim, thanks for the heads up! On Mon, Feb 22, 2010 at 10:04 AM, Joachim F. Kainz j...@jolira.com wrote: Fellow Wicket Users, The question if Wicket is suitable for large enterprises has just become easier to answer: The largest enterprise in the world is now using

Re: Wicket used for mobile.walmart.com

2010-02-22 Thread nino martinez wael
Nice.. Any load statistics? Would be nice with that kind of information.. :) regards Nino 2010/2/22 Joachim F. Kainz j...@jolira.com Fellow Wicket Users, The question if Wicket is suitable for large enterprises has just become easier to answer: The largest enterprise in the world is now

RadioChoice in IE7 Known Issue?

2010-02-22 Thread Corbin, James
Hi, I've noticed that the model isn't updated in IE7 when using the Wicket RadioChoice component. This behavior doesn't appear in Firefox. In my code, the RadioChoice component is set to required and even after selecting one of the radio choices, upon submit I get a required field

Re: Wicket used for mobile.walmart.com

2010-02-22 Thread Joachim F. Kainz
I am trying to get authorization to share this information. Let me put it this way: I have also create mobile.wellsfargo.com (Wells is one of the top three banks in the US). The first hour of operation of mobile.walmart.com we had significantly more traffic than during the first month of

Re: Wicket without markup

2010-02-22 Thread petar
Hi Martin, do you have any news on this subject? E.g. found that you reinvent the wheel or started a project with this idea :-)? Regards, Peter. MartinM wrote: Hi! I finally came up with something that I have been looking for. It might be more suitable for Wicket 1.5 because it's not

Re: Wicket used for mobile.walmart.com

2010-02-22 Thread Riyad Kalla
Joachim, Very very cool info. A few days ago folks were talking about slides for convincing management of Wicket and trying to create some common slides for folks to utilize -- information like *this* (Walmart, Wells Fargo) is a gold-mine for those business cases for Wicket. Would it be alright

CompoundPropertyModel: continue traversal with multiple CPMs in the hierarchy

2010-02-22 Thread srm
Hi list, say I have a Component hierarchy like CompA-CompB-CompC. CompB and CompA each have a distinct CompoundPropertyModel. CompC will use it's ID as accessor to one of the CPM.modelObject's fields. Given that CompB's CPM doesn't have a coresponding property but CompA's CPM has, will Wicket

Re: Wicket without markup

2010-02-22 Thread Martin Makundi
Hi! I don't know of anybody that tried this out. I tried to make it very easy for everybody to take a test drive, started a quick-start project at: * http://code.google.com/p/wicket-mashup/ ** Martin 2010/2/22 petar peat...@yahoo.de: Hi Martin, do you have any news on this subject? E.g.

Wicket Stuff Html Validator

2010-02-22 Thread MZemeck
I've added htmlvalidator-1.3.1.jar to my classpath, and the appropriate code in the application's init method (see link below). I get the following error when running the app; java.io.FileNotFoundException: Could not find dtds folder null

Re: Wicket used for mobile.walmart.com

2010-02-22 Thread Joachim F. Kainz
Riyad, Yes, please go ahead and share this information. Best regards, Joachim On Mon, 2010-02-22 at 13:50 -0700, Riyad Kalla wrote: Joachim, Very very cool info. A few days ago folks were talking about slides for convincing management of Wicket and trying to create some common slides

ListView and DropDownChoice reset all form fields ..

2010-02-22 Thread Arnaud Garcia
Hi List, If you create a simple Panel with a DropDownChoice where you put wantOnSelectionChangedNotifications to true and onSelectionChanged... JUST your select box is re-rendered when your selection change, others panel fields are not re-renderer...(which is good). BUT if you put your panel in

Model to use for static Label text

2010-02-22 Thread serban . balamaci
Hello. I've always used add(new Label(alabel, new Model(A message)); - does this not save the A message string in the page store? Is it not better to do add(new Label(alabel, new LoadableDetachableModelString() { @Override protected String load() { return A

Re: ListView and DropDownChoice reset all form fields ..

2010-02-22 Thread Martin Makundi
Hi! Yeah...try setReuseItems for your listView. If you use ajax, you can use also AjaxFormSubmittingChangeListenerBehavior http://old.nabble.com/New-behavior:-AjaxFormSubmittingChangeListenerBehavior-td26201382.html ** Martin 2010/2/22 Arnaud Garcia arn...@imagemed-87.com: Hi List, If you

Re: CheckGroup and AjaxPagination

2010-02-22 Thread ckuehne
I added a ajax event handler to the checks in my pageable list view like this add(new AjaxEventBehavior(onclick) { @Override protected void onEvent(AjaxRequestTarget target) { List list = (List)

Re: Model to use for static Label text

2010-02-22 Thread bgooren
Well, a couple of strings more or less usually don't make that much of a difference. I personally prefer to save some typing and have better readability then to save a few bytes here and there. Furthermore, if you were to create an implementation of IModel specifically for this case, you would

Re: Wicket used for mobile.walmart.com

2010-02-22 Thread Peter Thomas
Great, I think Riyad just put up a blog post on this. Here's the DZone link ;) http://www.dzone.com/links/apache_wicket_powers_mobilewalmartcom.html On Tue, Feb 23, 2010 at 3:01 AM, Joachim F. Kainz j...@jolira.com wrote: Riyad, Yes, please go ahead and share this information. Best

Re: Wicket used for mobile.walmart.com

2010-02-22 Thread Riyad Kalla
Peter, yep that's the one, thanks for sharing it. I'm always wary of kicking my own links out to lists and seeming pushy ;) On Mon, Feb 22, 2010 at 8:55 PM, Peter Thomas ptrtho...@gmail.com wrote: Great, I think Riyad just put up a blog post on this. Here's the DZone link ;)

Re: RadioChoice in IE7 Known Issue?

2010-02-22 Thread Igor Vaynberg
you should debug it and see, as far as i know radiochoice just generates a bunch of input type=radio so all should work. it is inside a form right? -igor On Mon, Feb 22, 2010 at 10:02 AM, Corbin, James jcor...@iqnavigator.com wrote: Hi, I've noticed that the model isn't updated in IE7 when

Re: Tomcat Deployment problem : adding CSS links have been modified ?

2010-02-22 Thread Ashika Umanga Umagiliya
Hi friends, Is there a way to configure this in Wicket? My client wants to add some static HTML pages by himself ,and it would be difficult for him to add wicket:link tag for every hyper-link. thanks in advance. François Meillet wrote: Hi Ashika, Give a try to this wicket:link

IResponseFilter takes over outputStream - error

2010-02-22 Thread Geir Eilertsen
I'm using Big Faceless PDF library to generate a PDF from a dynamic Wicket Page which renders XML. I have tried different approaches, but the only one I get to work is by plugging a filter into the app using: getRequestCycleSettings().addResponseFilter(new FacelessResponseFilter()); filter