Apache Wicket 1.5.5 is released

2012-03-12 Thread Martin Grigorov
This is the fifth maintenance release of the Wicket 1.5.x series. This release brings over 50 bug fixes and improvements. Git tag: release/wicket-1.5.5 Changelog: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561version=12319052 Maven: dependency

Apache Wicket 1.4.20 is released

2012-03-12 Thread Martin Grigorov
This is the twentieth maintenance release of the Wicket 1.4.x series. This release brings 17 bug fixes and improvements. Git tag: release/wicket-1.4.20 Changelog: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561version=12318545 Maven: dependency

Re: Upgrade from 1.4 to 1.5: timeframe?

2012-03-12 Thread Martijn Dashorst
Getting your application to compile depends on how exotic your Wicket customizations are. Most things can be solved within a couple of hours (changed imports, minor compile conflicts). The biggest issue will probably be getting your application to run without generating errors. The markup parser

Re: form params appear in URL if submitted after session timeout

2012-03-12 Thread Martin Grigorov
Hi, Yes, we reverted the change requested by you to read the POST parameters in PageParameters when constructing the page exactly for that reason. If you still need to read POST parameters then you have to read them with getRequest().getPostParameters() in your page constructor. PageParameters

Re: AutoLabelResolver requires ILabelProvider

2012-03-12 Thread Martin Grigorov
Hi, File a ticket please. With a failing quickstart it will be processed faster ;-) On Fri, Mar 9, 2012 at 5:07 PM, Tibor Blénessy blene...@gmail.com wrote: Hi, I am trying to use label with  wicket:for  attribute to create label for MultiFileUploadField. However, this doesn't work because

Re: IndicatingAjaxButton and progressbar from browser

2012-03-12 Thread Martin Grigorov
Hi, For this use case you will need to use your JS to show/hide the indicator because you know what is the period. On Thu, Mar 8, 2012 at 9:25 PM, devlam rvapachewic...@familievlaming.com wrote: I'm using the IndicatingAjaxButton from my wicket-application. When the user hits the button the

I want update value in second textfield when i type something in second Textfield

2012-03-12 Thread ajit.khule33
Please tell me how it will get updated when event on one textfield -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/I-want-update-value-in-second-textfield-when-i-type-something-in-second-Textfield-tp4465876p4465876.html Sent from the Users forum mailing list archive

Re: I want update value in second textfield when i type something in second Textfield

2012-03-12 Thread Josh Kamau
Did you mean update textfield1 when something is typed on textfield2? On Mon, Mar 12, 2012 at 3:02 PM, ajit.khule33 ajit.khul...@gmail.comwrote: Please tell me how it will get updated when event on one textfield -- View this message in context:

Re: form params appear in URL if submitted after session timeout

2012-03-12 Thread armhold
Well at least I suffered (too) for it. :-) Sorry for the regression, and thanks for fixing it. I'm fine reading post params manually, if that's the prescribed way to do it. -- View this message in context:

Re: How to include a link to a css file not in classpath (not in WEB-INF)

2012-03-12 Thread grazia
Hi Simon, thanks a lot. It works. I am new to wicket as well. I was going to try this http://wicketinaction.com/2011/07/wicket-1-5-mounting-resources/, but the solution you have requires fewer lines of code. -- View this message in context:

Re: I want update value in second textfield when i type something in second Textfield

2012-03-12 Thread ajit.khule33
this is my code: txtLtpPriceCE.add(new AjaxFormSubmitBehavior(onkeyup) { @Override protected void onSubmit(AjaxRequestTarget target) { System.out.println(txtLtpPriceCE.getInput());

Package Not Found

2012-03-12 Thread SudeepShakya
I am using Wicket 1.5.3 in Netbeans 7.1.1 and I cannot find the package org.apache.wicket.markup.html.resources. Is this package depreciated ?? I found out that it was included in Wicket 1.4. I am using this package for StyleSheets (CSS). -- View this message in context:

Re: I want update value in second textfield when i type something in second Textfield

2012-03-12 Thread Hans Lesmeister 2
Hi, showCalculatorModel.setTxtIntrinsicValueCE(txtLtpPriceCE.getInput()); txtIntrinsicValueCE.modelChanged(); // target.addComponent(txtIntrinsicValueCE); - -- Regards, Hans http://cantaa.de -- View this message in context:

RE: Wicket authentication: how to store user?

2012-03-12 Thread Hielke Hoeve
Dan, JSESSIONIDs are not inherently secure. Users can be so dumb as to copy/paste an url with an JSESSIONID as query parameter and send it to someone else via email/msn/etc. When that other person clicks the url, while the first person is logged in, he is logged in as well. Webapplications

Re: I want update value in second textfield when i type something in second Textfield

2012-03-12 Thread ajit.khule33
sorry dude it not worked if u have another trick please tell me... thanxxx dude... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/I-want-update-value-in-second-textfield-when-i-type-something-in-first-Textfield-tp4465876p4466206.html Sent from the Users forum

Re: rough estimate of when wicket 1.6 will be released?

2012-03-12 Thread Martijn Dashorst
On Mon, Mar 12, 2012 at 3:54 PM, cath jon cath...@gmail.com wrote: does anyone have one?  thanks! Final stages of development of new features is near. We hope to start the release train soonish (say week/weeks rather than months). Martijn -- Become a Wicket expert, learn from the best:

Re: Package Not Found

2012-03-12 Thread Hans Lesmeister 2
Hi, seems to me that some of the classes moved to org.apache.wicket.request.resource - -- Regards, Hans http://cantaa.de -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Package-Not-Found-tp4466108p4466328.html Sent from the Users forum mailing list archive

Re: Package Not Found

2012-03-12 Thread SudeepShakya
Thanks. I will find it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Package-Not-Found-tp4466108p4466358.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe,

Re: Apache Wicket 1.4.20 is released

2012-03-12 Thread Thomas Singer
Just curious: how long do you plan to support Wicket 1.4? Tom On 12.03.2012 09:06, Martin Grigorov wrote: This is the twentieth maintenance release of the Wicket 1.4.x series. This release brings 17 bug fixes and improvements. Git tag: release/wicket-1.4.20 Changelog:

Re: I want update value in second textfield when i type something in second Textfield

2012-03-12 Thread Josh Kamau
Try this //at the top of the your class private String ltpPriceCE = ; txtLtpPriceCE = new TextFieldString(txtwicketid, new ModelString(){ public void setObject(String object) { ltpPriceCE = object } public String getObject(){ return ltpPriceCE ;

Grouped ListView

2012-03-12 Thread Jeffrey Schneller
I am looking to create a grouped listview where each group only contains a specific number of items. For example: I have a list of 5 items and I want each group to have 3 items in it. I would expect the html to look something like the following: div id=list div class=group

Re: Wicket authentication: how to store user?

2012-03-12 Thread Dan Retzlaff
Yes, I agree. Thanks for clarifying. :) On Mon, Mar 12, 2012 at 7:40 AM, Hielke Hoeve hielke.ho...@topicus.nlwrote: Dan, JSESSIONIDs are not inherently secure. Users can be so dumb as to copy/paste an url with an JSESSIONID as query parameter and send it to someone else via email/msn/etc.

Re: Grouped ListView

2012-03-12 Thread Andrea Del Bene
Hi, you could use two nested ListView. You can write something like this in your markup: div class=group wicket:id=groupRepeater div class=item wicket:id=itemRepeater/div /div then in your code you can use component RepeatingView and WebMarkupContainer: RepeatingView view = new

Re: Wicket authentication: how to store user?

2012-03-12 Thread Alec Swan
So, is this the recommended way to authenticate a user? // verify user password and store user id in the session if (user.getPasswordHash().equals(password)) { final MyWebSession webSession = MyWebSession.get(); webSession.setUserName(user.getUserName()); webSession.replaceSession(); }

Re: Apache Wicket 1.4.20 is released

2012-03-12 Thread Igor Vaynberg
outside of security fixes this is most likely the last release. -igor On Mon, Mar 12, 2012 at 9:39 AM, Thomas Singer wic...@regnis.de wrote: Just curious: how long do you plan to support Wicket 1.4? Tom On 12.03.2012 09:06, Martin Grigorov wrote: This is the twentieth maintenance release

Re: Wicket authentication: how to store user?

2012-03-12 Thread Dan Retzlaff
Alec: yes, that's correct by my understanding. By the way, I don't think Hielke's description of an accidentally copy-and-pasted URL is a session attack per se. I'm not sure there's an easy/standard way to protect such a user from himself. :) What Session#replaceSession() guards against is an

Re: Wicket authentication: how to store user?

2012-03-12 Thread Thomas Götz
That's not always feasible - in respect to user experience. Just think of some order process where e.g. you are asked to log in when doing a checkout (of your shopping cart). -Tom Hielke Hoeve wrote: Webapplications should always invalidate the wicket session before authenticating.

Re: Wicket authentication: how to store user?

2012-03-12 Thread Dan Retzlaff
As long as your shopping cart state is in your Wicket Session (not the HTTP session) you should be okay. Session#replaceSession() invalidates the HTTP session, but immediately binds the Wicket Session object to the new HTTP session. Happy shopper, unhappy attacker. :) On Mon, Mar 12, 2012 at