Re: Feedback next to each input field on form

2012-06-27 Thread Martin Grigorov
See http://code.google.com/p/londonwicket/downloads/detail?name=LondonWicket-FormsWithFlair.pdfcan=2q= On Wed, Jun 27, 2012 at 2:23 AM, srinash avisrid...@gmail.com wrote: can someone help me with this. thank you -- View this message in context:

Re: SecurePackageResourceGuard question

2012-06-27 Thread Martin Grigorov
Hi, Read http://wicketinaction.com/2011/07/wicket-1-5-mounting-resources/ You can create a custom impl of ResourceReference that just returns your resource. On Wed, Jun 27, 2012 at 2:24 AM, mlabs mlabs@gmail.com wrote: I have implemented a ByteArrayResource and I'm not sure what sort of

Wicket Stuff Examples!?

2012-06-27 Thread chris polzer
Hello everybody, I woul dlike to know if there is a Demo application hosted out there featuring the wicket stuff examples? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Stuff-Examples-tp4650248.html Sent from the Users forum mailing list archive at

Re: Wicket Stuff Examples!?

2012-06-27 Thread Martin Grigorov
Hi, The only app I know of is Inmethod-Grid: http://www.wicket-library.com/inmethod-grid/ Since a long time I'd like to create a project that combines all other example projects using the new Servlet3 features but I have no time to do it :-/ On Wed, Jun 27, 2012 at 12:04 PM, chris polzer

Re: Wicket Stuff Examples!?

2012-06-27 Thread Rafał Krupiński
On 27.06.2012 11:04, chris polzer wrote: Hello everybody, I woul dlike to know if there is a Demo application hosted out there featuring the wicket stuff examples? You mean other than Live Wicket Examples at http://wicketstuff.org/ ? Rafał

Re: Wicket Stuff Examples!?

2012-06-27 Thread chris polzer
Yes, I was searching for the Jquery Datatable. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Stuff-Examples-tp4650248p4650251.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Wicket Stuff Examples!?

2012-06-27 Thread Martin Grigorov
Just download the .war from Maven repos and deploy it locally. Or clone the project locally and run 'mvn jetty:run' for the examples. On Wed, Jun 27, 2012 at 1:38 PM, chris polzer christian.pol...@googlemail.com wrote: Yes, I was searching for the Jquery Datatable. -- View this message in

Re: Feedback next to each input field on form

2012-06-27 Thread lucast
Hi srinash, Since you have mentioned you have the wicket cookbook, I would suggest that you implement the example step, by step. Also, go to http://www.packtpub.com/apache-wicket-cookbook/book apache wicket cookbook website and download the code for each example. Once you have downloaded the

Re: Wicket Page constructor getting called twice

2012-06-27 Thread Ian Marshall
Hello Nick and Martin, Thank you for your replies. I have added the following code in my subclassed WebApplication#init() method, to be called when my application's RuntimeConfigurationType is RuntimeConfigurationType.DEVELOPMENT: I find no resultant entry in my logs (created by

Re: AjaxEditableLabel in Wicket 6.0.x

2012-06-27 Thread Martin Grigorov
Hi, There was a problem in -beta2 which is fixed in 6.0-SNAPSHOT. On Wed, Jun 27, 2012 at 3:24 PM, Alexander Blum alexander.b...@gmail.com wrote: Hi, I am developing a web application where I use AjaxEditableLabels which work fine in Wicket 1.5.x. I tried upgrading to Wicket 6.0.x to play

Re: AjaxEditableLabel in Wicket 6.0.x

2012-06-27 Thread Alexander Blum
2012/6/27 Martin Grigorov mgrigo...@apache.org Hi, There was a problem in -beta2 which is fixed in 6.0-SNAPSHOT. I guess I will have to clone the git repository and compile it myself or wait for a new release tarball. Thanks a lot!

Wicket 1.5.7: Links not working in WebSphere 6.1? Wrong redirection?

2012-06-27 Thread Jörn Gersdorf
Hi all, I have an application developped using Wicket 1.5.7. The app has a logout link setting the response page in the onClick() callback to some other page NotLoggedIn (see code below). This is working fine when the app is deployed to Tomcat 6.0 which I'm using in development mode. But it

Ajax does not update my webcontainer

2012-06-27 Thread lang
I have a screen with a part for existings users and a part for new users. One can switch by clicking a link 3 in the existingUserthere is a link for changing to newUser (and vv) Initial i show both parts in orde to see any reaction but it does no react at all I my dos box i see: behavior not

Re: Wicket 1.5.7: Links not working in WebSphere 6.1? Wrong redirection?

2012-06-27 Thread Andrew Geery
Use the Wicket servlet, not the filter: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-4-Websphere-6-1-td2309401.html https://cwiki.apache.org/WICKET/websphere.html Andrew On Wed, Jun 27, 2012 at 8:40 AM, Jörn Gersdorf jo...@gersdorf.info wrote: Hi all, I have an application

Re: AjaxEditableLabel in Wicket 6.0.x

2012-06-27 Thread Martin Grigorov
Just use the snapshot repository. You can see it at the bottom of the produced pom.xml for a quickstart for 6.0-SNAPSHOT. On Wed, Jun 27, 2012 at 3:37 PM, Alexander Blum alexander.b...@gmail.com wrote: 2012/6/27 Martin Grigorov mgrigo...@apache.org Hi, There was a problem in -beta2 which is

Re: Ajax does not update my webcontainer

2012-06-27 Thread Andrea Del Bene
Component corresponding to id=bestaandeGebruiker is not enabled or is invisible. That's why you get message behavior not enabled I have a screen with a part for existings users and a part for new users. One can switch by clicking a link 3 in the existingUserthere is a link for changing to

Adding Cookie in 1.5.5

2012-06-27 Thread wicket user
Hi, I was trying to add a cookie getWebRequestCycle().getWebResponse().addCookie() but couldnt find getWebRequestCycle() in 1.5.5. i found getRequestCycle() but did not find addCookie in getResponse(). Please suggest how to add/get cookie in 1.5.5 Thanks -- View this message in

AW: Adding Cookie in 1.5.5

2012-06-27 Thread Jan Riehn
Hey, there is an open issue: https://issues.apache.org/jira/browse/WICKET-4358 the hint ((HttpServletResponse)bufferedWebResponse.getContainerResponse()).addCookie( cookie ); works. Best regards, Jan Von: wicket user [samd...@live.com] Gesendet:

Ajax hide/show does not work

2012-06-27 Thread lang
I do not understand this. I made a panel that must be hidden on click or show up on another Hiding works the first time then never again. SHow never works What do i wrong?? == html head titleWicket Examples - upload/title link rel=stylesheet type=text/css href=style.css/ /head

Re: Ajax hide/show does not work

2012-06-27 Thread Andrea Del Bene
Hi, try setOutputMarkupPlaceholderTag instead of setOutputMarkupId. I do not understand this. I made a panel that must be hidden on click or show up on another Hiding works the first time then never again. SHow never works What do i wrong?? == html head titleWicket Examples -

Re: Feedback next to each input field on form

2012-06-27 Thread srinash
Thank you for your replies. Let me take a look at the code. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Feedback-next-to-each-input-field-on-form-tp4649886p4650269.html Sent from the Users forum mailing list archive at Nabble.com.