Re: wicket-phonebook

2009-09-24 Thread Johannes Schneider
I think 1.4.1 has been released. So I think the current version should be either 1.4.1 or 1.4.2-SNAPSHOT Johannes Andreas Kaluza wrote: > Hi @all, > > > > I'm trying to install the wicket-phonebook with "mvn install". The error > message is: > &

Re: wicket-phonebook

2009-09-24 Thread Phil Grimm
y > > > -Ursprüngliche Nachricht- > > Von: Pierre Goupil [mailto:goupilpie...@gmail.com] > > Gesendet: Donnerstag, 24. September 2009 12:39 > > An: users@wicket.apache.org > > Betreff: Re: wicket-phonebook > > > > I've used the phonebook without

AW: wicket-phonebook

2009-09-24 Thread Andreas Kaluza
repositories-tag. With that the installation works. Cheers, Andy > -Ursprüngliche Nachricht- > Von: Pierre Goupil [mailto:goupilpie...@gmail.com] > Gesendet: Donnerstag, 24. September 2009 12:39 > An: users@wicket.apache.org > Betreff: Re: wicket-phonebook > > I&

Re: wicket-phonebook

2009-09-24 Thread Pierre Goupil
egards, Pierre On Thu, Sep 24, 2009 at 12:33 PM, Andreas Kaluza wrote: > Hi @all, > > > > I'm trying to install the wicket-phonebook with "mvn install". The error > message is: > > > > [INFO] Scanning for projects... > > Downloading: > http:/

wicket-phonebook

2009-09-24 Thread Andreas Kaluza
Hi @all, I'm trying to install the wicket-phonebook with "mvn install". The error message is: [INFO] Scanning for projects... Downloading: http://download.java.net/maven/2//org/wicketstuff/wicketstuff-core/ 1.4-SNAPSHOT/wicketstuff-core-1.4-SNAPSHOT.pom [INFO] Unable t

Re: wicket-phonebook has been removed from svn ?

2009-02-04 Thread Martin Funk
http://www.nabble.com/Phonebook-Missing-td21454727.html#a21455120 Am 04.02.2009 um 16:08 schrieb cmoulliard: Hi, Can someone tell me where the project wicket-phonebook is located under svn because the following link mentioned on this page is not correct/ accurate (http://wicketstuff.org

wicket-phonebook has been removed from svn ?

2009-02-04 Thread cmoulliard
Hi, Can someone tell me where the project wicket-phonebook is located under svn because the following link mentioned on this page is not correct/accurate (http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook/) ? https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk

Re: Wicket Phonebook: Maven repos not available, can't build

2008-09-01 Thread Martin Funk
pixotec wrote: Martijn Dashorst wrote: and why even bother using mergere.com or devzus.com as a repo manager? I just installed Maven 2.0.9under Windows, checked out the phonebook and die "mvn package". I can not find the string "mergere" in the project's directory, so it must be at a

Re: Wicket Phonebook: Maven repos not available, can't build

2008-09-01 Thread pixotec
;-) -- View this message in context: http://www.nabble.com/Wicket-Phonebook%3A-Maven-repos-not-available%2C-can%27t-build-tp19215315p19251706.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAI

Re: Wicket Phonebook: Maven repos not available, can't build

2008-08-29 Thread Martijn Dashorst
and why even bother using mergere.com or devzus.com as a repo manager? Martijn On Fri, Aug 29, 2008 at 3:34 PM, Martin Funk <[EMAIL PROTECTED]> wrote: > pixotec wrote: >> >> Thank you, this solves the SUN part... >> But how to avoid using the unreachable repo.mergere.com-repository? >> Where is i

Re: Wicket Phonebook: Maven repos not available, can't build

2008-08-29 Thread Martin Funk
pixotec wrote: Thank you, this solves the SUN part... But how to avoid using the unreachable repo.mergere.com-repository? Where is it configured? How to use another repo? (Sorry I am new to Maven...) Should you change it in SVN to avoid the problem for other users, too? I changed the SUN part

Re: Wicket Phonebook: Maven repos not available, can't build

2008-08-29 Thread pixotec
://www.nabble.com/Wicket-Phonebook%3A-Maven-repos-not-available%2C-can%27t-build-tp19215315p19215780.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Wicket Phonebook: Maven repos not available, can't build

2008-08-29 Thread Martijn Dashorst
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html On Fri, Aug 29, 2008 at 9:49 AM, pixotec <[EMAIL PROTECTED]> wrote: > > I checked out wicket-phonebook on 2008/08/27 > I can't execute > "mvn package" > > successfully, because the repo

Wicket Phonebook: Maven repos not available, can't build

2008-08-29 Thread pixotec
I checked out wicket-phonebook on 2008/08/27 I can't execute "mvn package" successfully, because the repo "repo.mergere.com" does not respond for servlet-api-JAR. after manually copying the JAR downloaded from another repo (repo1.maven.org) the next problem occurs:

RE: Wicket-phonebook problem with cleaning fields in FilterToolbar

2008-08-22 Thread Kai Mütz
Lukasz Lipka wrote: > Can you show what did you change in your code that it start to work? Just clear.setDefaultFormProcessing(true); But this seems to be fixed in newer versions. So I have no clue what's the problem. Sorry, Kai -

Re: Wicket-phonebook problem with cleaning fields in FilterToolbar

2008-08-22 Thread Łukasz Lipka
.nabble.com/Problems-with-clearing-of-filter-form-td16098239.html# > a16129385<http://www.nabble.com/Problems-with-clearing-of-filter-form-td16098239.html#a16129385> > > Lukasz Lipka <mailto:[EMAIL PROTECTED]> wrote: > > Hi, > > I looked into wicket-phoneboo

Re: Wicket-phonebook problem with cleaning fields in FilterToolbar

2008-08-21 Thread Łukasz Lipka
e." > > See > > http://www.nabble.com/Problems-with-clearing-of-filter-form-td16098239.html# > a16129385<http://www.nabble.com/Problems-with-clearing-of-filter-form-td16098239.html#a16129385> > > Lukasz Lipka <mailto:[EMAIL PROTECTED]> wrote: > > Hi, >

RE: Wicket-phonebook problem with cleaning fields in FilterToolbar

2008-08-21 Thread Kai Mutz
"Clear button of FilterForm is set as defaultFormProcessing false by default. Change it to true." See http://www.nabble.com/Problems-with-clearing-of-filter-form-td16098239.html# a16129385 Lukasz Lipka <mailto:[EMAIL PROTECTED]> wrote: > Hi, > I looked into wicket-phoneboo

Wicket-phonebook problem with cleaning fields in FilterToolbar

2008-08-21 Thread Lukasz Lipka
Hi, I looked into wicket-phonebook application and base on this I want to create very simple application to only display some data from database, with possibility of filtering of information. Almost every thing work perfect:) but one element is not working is "clean" button. I th

Re: Questions about wicket-phonebook-1.2

2008-08-06 Thread alex2008
Sorry. :blush: -- View this message in context: http://www.nabble.com/Questions-about-wicket-phonebook-1.2-tp18834046p18850595.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Questions about wicket-phonebook-1.2

2008-08-06 Thread Martijn Dashorst
age of the screen when happen the error expire page: >>> http://www.mediafire.com/imageview.php?quickkey=0zmct2dnygi&thumb=5 >>> http://www.mediafire.com/imgbnc.php/b81beb44b7e97f8cb42b2103a14c12304g.jpg >>> >>> Image of the screen when happen the error expire page: >

Re: Questions about wicket-phonebook-1.2

2008-08-05 Thread alex2008
php?quickkey=0zmct2dnygi&thumb=4 > > you are using incompatible versions of wicket jars > > -igor > >> -- >> View this message in context: >> http://www.nabble.com/Questions-about-wicket-phonebook-1.2-tp18834046p18834046.html >> Sent from the Wicke

Re: Questions about wicket-phonebook-1.2

2008-08-05 Thread Igor Vaynberg
4c12304g.jpg > > Image of the screen when happen the error expire page: > http://www.mediafire.com/imageview.php?quickkey=0zmct2dnygi&thumb=4 you are using incompatible versions of wicket jars -igor > -- > View this message in context: > http://www.nabble.com/Questions-about-w

Questions about wicket-phonebook-1.2

2008-08-05 Thread alex2008
ns-about-wicket-phonebook-1.2-tp18834046p18834046.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Adding full text search in wicket phonebook

2008-02-28 Thread Martin Makundi
Do you need to perform the filtering in the database (i.e., data-heavy) or is it enough to filter it just-in-time before display? ** Martin 2008/2/28, Tauren Mills <[EMAIL PROTECTED]>: > For the simple wicket-phonebook app, what I'm suggesting is definitely > a cannon. ;) Bu

Re: Adding full text search in wicket phonebook

2008-02-27 Thread Tauren Mills
For the simple wicket-phonebook app, what I'm suggesting is definitely a cannon. ;) But I'm using it as an example for a much more complicated app. If I can get it working for the phonebook app, then I can get it working for my app. I mention the phonebook because many wicket deve

Re: Adding full text search in wicket phonebook

2008-02-27 Thread Martin Makundi
Aren't you trying to killa a mouse with a cannon? Or is the cannon (Hibernate, Lucene, Complexity) just for fun? 2008/2/27, Tauren Mills <[EMAIL PROTECTED]>: > I'm trying to determine the best way to add full text search > capabilities to the default wicket-phonebook a

Adding full text search in wicket phonebook

2008-02-27 Thread Tauren Mills
I'm trying to determine the best way to add full text search capabilities to the default wicket-phonebook application. Basically, I want a single search textbox on the page that allows the user to search for any data in any field of the data table. So it would search through all contact&#x

Re: Ajax refresh of DefaultDataTable in wicket-phonebook

2007-08-16 Thread Igor Vaynberg
; > > thing and probably have much better ideas. > > > > > > Thanks, > > > Tauren > > > > > > > > > > > > > > > On 8/15/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > > > yes, i believe it is caused by invalid markup, maybe

Re: Ajax refresh of DefaultDataTable in wicket-phonebook

2007-08-16 Thread Tauren Mills
> > yes, i believe it is caused by invalid markup, maybe the form should be > > > factored out and put around the entire table. > > > > > > -igor > > > > > > > > > On 8/14/07, Tauren Mills <[EMAIL PROTECTED]> wrote: > > >

Re: Ajax refresh of DefaultDataTable in wicket-phonebook

2007-08-16 Thread Igor Vaynberg
invalid markup, maybe the form should be > > factored out and put around the entire table. > > > > -igor > > > > > > On 8/14/07, Tauren Mills <[EMAIL PROTECTED]> wrote: > > > > > > For some reason when I do an ajax refresh of the Defaul

Re: Ajax refresh of DefaultDataTable in wicket-phonebook

2007-08-16 Thread Tauren Mills
en Mills <[EMAIL PROTECTED]> wrote: > > > > For some reason when I do an ajax refresh of the DefaultDataTable in > > wicket-phonebook, the FilterToolbar disappears. I see it in the Ajax > > Debugger, but it doesn't display on the screen. This is only > > ha

Re: Ajax refresh of DefaultDataTable in wicket-phonebook

2007-08-15 Thread Igor Vaynberg
yes, i believe it is caused by invalid markup, maybe the form should be factored out and put around the entire table. -igor On 8/14/07, Tauren Mills <[EMAIL PROTECTED]> wrote: > > For some reason when I do an ajax refresh of the DefaultDataTable in > wicket-phonebook, th

Ajax refresh of DefaultDataTable in wicket-phonebook

2007-08-14 Thread Tauren Mills
For some reason when I do an ajax refresh of the DefaultDataTable in wicket-phonebook, the FilterToolbar disappears. I see it in the Ajax Debugger, but it doesn't display on the screen. This is only happening in FF, not IE (only tested on WinXP). I cannot see any difference between the

Re: Submit button issue in wicket-phonebook

2007-08-13 Thread Tauren Mills
om a Button to a Link. the Button uses its > > > model to set the value attr, the link obviously doesnt. so see svn history > > > and who made the change, and then bug that person on the list :) > > > > > > -igor > > > > > > > > > >

Re: Submit button issue in wicket-phonebook

2007-08-13 Thread Martijn Dashorst
to a Link. the Button uses its > > model to set the value attr, the link obviously doesnt. so see svn history > > and who made the change, and then bug that person on the list :) > > > > -igor > > > > > > > > On 8/12/07, Tauren Mills <[EMAIL PROTECTE

Re: Submit button issue in wicket-phonebook

2007-08-12 Thread Igor Vaynberg
om a Button to a Link. the Button uses > its > > model to set the value attr, the link obviously doesnt. so see svn > history > > and who made the change, and then bug that person on the list :) > > > > -igor > > > > > > > > On 8/12/07, Taure

Re: Submit button issue in wicket-phonebook

2007-08-12 Thread Tauren Mills
MAIL PROTECTED]> wrote: > > > > When running wicket-phonebook, both the "Confirm" and "Cancel" buttons > > on the delete contact page say "Confirm Query" when rendered on a web > > page. Is this a bug in Link when it is used with an > typ

Re: Submit button issue in wicket-phonebook

2007-08-12 Thread Igor Vaynberg
When running wicket-phonebook, both the "Confirm" and "Cancel" buttons > on the delete contact page say "Confirm Query" when rendered on a web > page. Is this a bug in Link when it is used with an type="button">? Or is there a bug

Submit button issue in wicket-phonebook

2007-08-12 Thread Tauren Mills
When running wicket-phonebook, both the "Confirm" and "Cancel" buttons on the delete contact page say "Confirm Query" when rendered on a web page. Is this a bug in Link when it is used with an ? Or is there a bug in wicket-phonebook?