pagination in Wicket...

2007-12-03 Thread wicketshafi
I'm using pagination , i want to get records from the next page... how do I query the start and count in mysql can any one help me ... regards Shafi -- View this message in context: http://www.nabble.com/pagination-in-Wicket...-tf4934874.html#a14125319 Sent from the Wicket - User

yui calendar in IFRAME on IE7

2007-12-03 Thread Newgro
Hi *, i use the yui calendar on a page / panel. This behaves like expected on localhost (every browser). If i add the page to an IFRAME so that the application is running on a different machine, clicking the calendar icon is doing nothing. It's working with firefox but not with the IE7. The icon

PagingNavigationIncrementLink special behaviour

2007-12-03 Thread thomas jaeckle
Hi there. I implemented a AjaxFallbackDefaultDataTable which has a custom AjaxNavigationToolbar with a custom AjaxPagingNavigator. In this AjaxPagingNavigator I want that when the user clicks on (which is always enabled), more data from a service is loaded: @Override public void

Re: how to change years in YUI datepicker ?

2007-12-03 Thread Maris Orbidans
it works, indeed thanks On Dec 3, 2007 10:32 AM, Maris Orbidans [EMAIL PROTECTED] wrote: Hi I need a calendar that allows to change years quickly. I have an input field where user should enter his birth date. But YUI calendar has buttons to change month only. We can't ask our users to

MarkupId() problem for data view in wicket...

2007-12-03 Thread wicketshafi
I am using DATAVIEW , I also set dataView.setOutMarkupId(true); But in wicket ajax debug it is giving the probelm that Make sure you called component.setOutputMarkupId(true) on the component whose markup you are trying to update. It is giving when I click on page 2,3 can help me to

RE: cannot render a menubar using menu2 package

2007-12-03 Thread Doug Leeper
Correction. It is not the wicket code that is having a problem...it is the YUI code that does not like the wicket:id tags. All the wicket code (menu2) does is create the html that YUI recognizes. At the browser, there is no wicket stuff going on. As far what the problem is with regards to

Re: MarkupId() problem for data view in wicket...

2007-12-03 Thread Michael Sparer
when you're updating a listview (or dataview) by means of ajax, you have to replace the container that contains the view - the view itself doesn't have a markupid (at least i think so) div wicket:id=container !-- update this one -- div wicket:id=listView/ /div hope this helps michael

Wicket Modal Window

2007-12-03 Thread Edi
I have displayed a Wicket modal window(pop-up). it contains one text box with button. I have done date validation, if i give wrong date in text box, I have set the message in label. But label have not displayed. Please explain... -- View this message in context:

How to secure passwords?

2007-12-03 Thread Pills
Hello, I've a little question with wicket: I would like to hash my users' passwords (with md5) to make them unreadable for a human. And I also would like to hash them before sending them through the network (to avoid the biggest part of security issues). Is there a way to achieve this? Thank

Re: How to secure passwords?

2007-12-03 Thread Korbinian Bachl
This is nothing about wicket - its about base security. MD5 is a hash-algorithm (see: http://en.wikipedia.org/wiki/Md5) which is no more secure (flaw found 1996) as there are tables to reverse given md5 (from 2003 on) to a valid input if you need security youre best with SHA at the moment,

Re: Wicket 1.3 rc1 Relative URLs not working properly

2007-12-03 Thread Jeremy Levy
The /1 is the web app context. Change it to ../ breaks it on the pages that were working before. One thing I noticed is that if I deploy this to a server which has mod_proxy set up to hide the /1 it seems to work fine. j On Dec 3, 2007 4:10 AM, Johan Compagner [EMAIL PROTECTED] wrote: and

Re: How to secure passwords?

2007-12-03 Thread Jeremy Levy
Pills, I don't really thing this has anything to do w/ Wicket... Do a Google search for java password hash. A quick search found this: http://www.devarticles.com/c/a/Java/Password-Encryption-Rationale-and-Java-Example/ J On Dec 3, 2007 9:40 AM, Pills [EMAIL PROTECTED] wrote: Hello, I've

Re: How to secure passwords?

2007-12-03 Thread Pills
Korbinian Bachl wrote: This is nothing about wicket - its about base security. MD5 is a hash-algorithm (see: http://en.wikipedia.org/wiki/Md5) which is no more secure (flaw found 1996) as there are tables to reverse given md5 (from 2003 on) to a valid input thank you for your

RE: cannot render a menubar using menu2 package

2007-12-03 Thread rik rik
Hi, I made these steps: 1) svn checkout from this path https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-yui-examples/src/main/java/org/wicketstuff/yui/examples 2) add style.css to my webapp root 2) configure web.xml in my webapp to point to

Re: wicketAjaxGet is not defined.. javascript error

2007-12-03 Thread narend
Just a quick update. I followed Matej's advice tried this after an upgrade to wicket 1.3 It works for me now!! Thanks a lot for your assistance Matej narend wrote: Thanks Matej! I think I will try upgrading to 1.3 will let you all you know if that solved it. On a related note.. I found

Re: How to secure passwords?

2007-12-03 Thread Korbinian Bachl
Pills schrieb: Korbinian Bachl wrote: This is nothing about wicket - its about base security. MD5 is a hash-algorithm (see: http://en.wikipedia.org/wiki/Md5) which is no more secure (flaw found 1996) as there are tables to reverse given md5 (from 2003 on) to a valid input thank you for

Wicket meetup in San Francisco

2007-12-03 Thread Orion Letizi
For anyone interested in a meetup in San Francisco, it looks like this week might be best for two people and next week would be better for one person. I suppose we should vote. I'll propose two dates: Thurs. Dec. 6 Fri. Dec 14 Vote away... --Orion

RE: [RFE] HeaderContributor.forFavicon(Reference)

2007-12-03 Thread William Hoover
done... http://issues.apache.org/jira/browse/WICKET-1203 -Original Message- From: Eelco Hillenius [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 8:32 PM To: users@wicket.apache.org Subject: Re: [RFE] HeaderContributor.forFavicon(Reference) On Nov 30, 2007 4:29 AM, William

Re: maven repository for wicketstuff

2007-12-03 Thread Taranenko
Or install the wicket-contrib-gmap2.jar locally from sources. Cheers, Oleg ryantxu wrote: Hello- I am stumbling through learning wicket and am hitting some things I don't grock about maven. I want to run the gmap2 example. When I check it out and then run: $ mvn jetty:run (or mvn

Re: Wicket meetup in San Francisco

2007-12-03 Thread David Pollak
Dec 6th conflicts with the Bay Area Functional Programmers meeting where Yariv Sadan will be presenting Erlyweb. I'm out of town the week of the 10th So... for me, neither. :-( On Dec 3, 2007 8:35 AM, Orion Letizi [EMAIL PROTECTED] wrote: For anyone interested in a meetup in San

Re: pagination in Wicket...

2007-12-03 Thread Igor Vaynberg
urgh, this is not a mysql mailing list. while you guys are just trying to help, if this becomes a pattern there will be way too much noise on this already pretty freakin busy list. so please next time please tell the person to go to the appropriate forum, or in this case simply type in mysql

Re: Pagination Probelm with date_Sub(): MYSQL +HIberante

2007-12-03 Thread Igor Vaynberg
gah, next time please dont answer... -igor On Dec 3, 2007 5:00 AM, Roy van Rijn [EMAIL PROTECTED] wrote: Not really a Wicket question... but as long as we answer :) You can just use Date objects in Hibernate: Criteria criteria = session.createCriteria(Sale.class); if (startDate != null) {

Re: How to secure passwords?

2007-12-03 Thread Sebastiaan van Erk
Korbinian Bachl wrote: However, they *CAN NOT* generate a collision for an arbitrary hash. Furthermore, doing this in a limited size string (like a password) adds another complication. they can and did ! - if you have a hashvalue e.g: 79054025255fb1a26e4bc422aef54eb4 you can use various

Re: cannot render a menubar using menu2 package

2007-12-03 Thread James McLaughlin
A quickstart attached to jira would be most appreciated. http://wicketstuff.org/jira/browse/WSYUI. Yui menu's distaste for wicket tags has been a long standing issue. To get around it at first, we did tMarkupSettings().setStripWicketTags(true). But then I thought that was changed to calling

Re: cannot render a menubar using menu2 package

2007-12-03 Thread Doug Leeper
James, I was not aware of the issue (or if I was...I forgot) With this in mind...do I need to change the menu2 impl? - Doug -- View this message in context: http://www.nabble.com/wicket-success-stories-tf4877640.html#a14135575 Sent from the Wicket - User mailing list archive at Nabble.com.

Re: cannot render a menubar using menu2 package

2007-12-03 Thread James McLaughlin
Hi Doug, We definitely don't want to require users to strip wicket tags, if that still needs to be done. I think we did that just to get it working. I thought setRenderBodyOnly was enough, but if we still have issues we should add in a MarkupFilter or use a Transformer. If menu2 only works with

annoying alert message while closing modal window with wizard

2007-12-03 Thread narup
Hello All, I am using a custom wizard in a modal window, so i have my own custom button bar such as next, previous, finish and cancel. so when i click cancel or finish. i get this alert message. http://www.nabble.com/file/p14136120/alert.jpeg if i append the javascript like this

Re: Lightbox javascript

2007-12-03 Thread Per Newgro
that is weird. all i do there is add(TextTemplateHeaderContributor.forJavaScript(this.getClass(), /js/lightbox_baseUrl.js,                  someVariableModel)); Yeah it looked simple to me to (i checked the code). could you provide more detail about container, (maybe classloading

GUI development using wicket, possible? make sense??

2007-12-03 Thread Carfield Yim
Recently eclipse start few project that let developer directly port their GUI application as AJAX web application. I just wonder can wicket do similar thing? As wicket parsing the HTML like template to java object internally and generate web pages and able to handle various events. Is that

Re: problem with setResponsePage to page that use WebClientInfo

2007-12-03 Thread Eelco Hillenius
Yes. I .setGatherExtendedBrowserInfo to true in the app. When I access the page directly with url address it displays ok. But when I click on the link that use setResponsePage I only gets this ajax message. When I click on this link for the second time the page is displayed correctly. If

Re: Lightbox javascript

2007-12-03 Thread Uwe Schäfer
Per Newgro schrieb: I use wicket 1.3 rc4 on an out-of-the-box jboss/tomcat 4.2.2. rc1 or beta4 ? I created the project from an wicket-quickstart. I've added the jar from the website to my project and deploy it to the web folder /web-inf/lib i´ll try that. Do i have to add other jars?

Re: How to secure passwords?

2007-12-03 Thread Jeremy Levy
You are correct, I'm assuming his admin has knowledge of the salt, if there even was one... On Dec 3, 2007 1:33 PM, Sebastiaan van Erk [EMAIL PROTECTED] wrote: Jeremy Levy wrote: Don't use MD5: http://md5.rednoize.com/ 328b78157026ea76f87d3f2d7111dfb1 j I REALLY don't get your

RE: Wicket meetup in San Francisco

2007-12-03 Thread Tim L Casey
+1 for either -Original Message- From: mfs [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 1:00 PM To: users@wicket.apache.org Subject: Re: Wicket meetup in San Francisco +1 Dec 14th Orion Letizi wrote: For anyone interested in a meetup in San Francisco, it looks like

Re: How to secure passwords?

2007-12-03 Thread Sebastiaan van Erk
Jeremy Levy wrote: You are correct, I'm assuming his admin has knowledge of the salt, if there even was one... Of course the admin will know the salt, but that does not help him reverse the MD5 hash, nor will the hash be found on the md5.rednoize.com site. So the only options left are

Re: Wicket 1.3 rc1 Relative URLs not working properly

2007-12-03 Thread Jeremy Levy
Sorry for now explaining this properly. My application is deployed within a context of /1. The Wicket filter is mapped to /* of the app context. The first page of the site has url of http://www.somehost.com/1/welcomewhere welcome is mounted as a bookmarkable page. There is a link from the

Re: Lightbox javascript

2007-12-03 Thread Uwe Schäfer
Per Newgro schrieb: I use wicket 1.3 rc4 on an out-of-the-box jboss/tomcat 4.2.2. I created the project from an wicket-quickstart. I've added the jar from the website to my project and deploy it to the web folder /web-inf/lib thank you! i am now able to reproduce the problem. i suppose

Re: London Wicket Users Group Event - December 5th confirmed

2007-12-03 Thread jweekend
There are now only a few free places for Wednesday's event as the room we have rented is a bit smaller this time; if you have http://jweekend.co.uk/dev/LWUGReg/ reserved a place already please make sure you remember to confirm (or cancel, if you can't make it), by clicking on the link in the

Re: Wicket 1.3 rc1 Relative URLs not working properly

2007-12-03 Thread Jeremy Levy
WICKET-1205 On Dec 3, 2007 5:16 PM, Jeremy Levy [EMAIL PROTECTED] wrote: Sorry for now explaining this properly. My application is deployed within a context of /1. The Wicket filter is mapped to /* of the app context. The first page of the site has url of

Re: Thx everybody that attended the user group meeting in The Netherlands

2007-12-03 Thread Martin Funk
Uwe Schäfer schrieb: Niels van Kampenhout schrieb: Do we have a place to upload slides to, e.g. slideshare? oh please! i´d love to see what i´ve missed. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: maven repository for wicketstuff

2007-12-03 Thread Martin Funk
Ryan McKinley schrieb: Hello- I am stumbling through learning wicket and am hitting some things I don't grock about maven. I want to run the gmap2 example. When I check it out and then run: $ mvn jetty:run (or mvn install) I get an error that says Missing:

Re: How to dynamically generate HTML page?

2007-12-03 Thread Igor Vaynberg
see how wicketstuff-crud does it in wicket-stuff svn -igor On Dec 3, 2007 6:30 PM, Pen [EMAIL PROTECTED] wrote: I am a new wicker user. We need to construct/generate a HTML page dynamically at runtime from the HTML elements like image and text. This page only exists in

Re: Thx everybody that attended the user group meeting in The Netherlands

2007-12-03 Thread Ate Douma
Niels van Kampenhout wrote: Roy van Rijn wrote: Somebody answer this question please, I would love to see the Hippo presentation again :-) It was the best presentation I've seen in years, I learned something and had a good laugh with all the Lego and Hippo pictures. (see the IRC logs).