Re: [Wicket-user] Dead? addComponentInstantiationListener(new SpringComponentInjector(this));

2007-07-11 Thread Nick Heudecker

This might be caused by a missing wicket-ioc JAR in your project.  I think
sometime between before beta2, a new IOC project was introduced.  If you're
compiling from SVN, this should be another project directory.



On 7/11/07, Tremelune <[EMAIL PROTECTED]> wrote:



I recently went from 1.3-snapshot to 1.3-beta2 and the following line of
code
now won't compile:

addComponentInstantiationListener(new SpringComponentInjector(this));

I'm sure there is a simple solution to this, but I've sniffed around this
forum and looked for clues in the 1.3-beta2 source with no apparent
replacement for adding spring annotations. Can anyone enlighten me? No
mention in the migration...



IComponentInstantiationListener listener = new
IComponentInstantiationListener() {
  public void onInstantiation(final Component component) {
//???

//Here be dragons!!!
  }
};

addComponentInstantiationListener(listener);

--
View this message in context:
http://www.nabble.com/Dead--addComponentInstantiationListener%28new-SpringComponentInjector%28this%29%29--tf4064885.html#a11549775
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Tapestry in Netbeans tutorial

2007-05-25 Thread Nick Heudecker

I think something like this already exists.  Google for "netbeans wicket".


On 5/25/07, cowwoc <[EMAIL PROTECTED]> wrote:



http://www.netbeans.org/kb/55/quickstart-tapestry-in-netbeans.html

Would be nice to have similar integration for Wicket. It is
especially
nice how you get to specify Tapestry as a framework your Web Project
uses and it then integrates nicely throughout.

Gili


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user






--
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JRuby + Wicket?

2007-05-22 Thread Nick Heudecker

Last week somebody mentioned Gricket (Grails + Wicket) on the user list:
http://www.nabble.com/Gricket:-The-Love-Child-of-Grails-and-Wicket-t3772804.html

On 5/22/07, Mike Pence <[EMAIL PROTECTED]> wrote:


Hello all.

I have been doing Rails for about a year and a half now, and I am
wondering if anyone has worked through combining Wicket with JRuby?
Seems like the killer combo to me...

Best,
Mike Pence
Mike Does Tech -- http://mikepence.wordpress.com

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] for IDEA users that wish a wicket plugin

2007-05-15 Thread Nick Heudecker

I'm updating the code today to work with Wicket 1.3's package structure.
Currently, the only way to get the current version of the plugin is to build
from wicket-stuff's SVN.

On 5/15/07, Justin Lee <[EMAIL PROTECTED]> wrote:


There's a plugin in wicket-stuff already.  An older version is already
in the plugin repository called "Wicket Assistant"

ali wrote:
> IDEA ade the online Wish List survey where everybody is welcome to leave
> their opinion, let it be a request for a new plugin or suggestion to
> improve the existing one.
>
> please vote and add your features for wicket plugin
> http://plugins.intellij.net/wishlist/item/?wid=95";>wicket
> plugin
>
>


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Is there a success message example?

2007-04-24 Thread Nick Heudecker

You can just add a FeedbackPanel to the Page:

add(new FeedbackPanel("feedback"));



Then call your info(...), error(...) or whatever method:

info("It Worked!");

I haven't worked with 1.3 yet, so I don't know if anything has changed
there.

On 4/24/07, mraible <[EMAIL PROTECTED]> wrote:



I'm trying to success messages working.  In my Detail.java page, I have:

protected void onSaveUser(User user) {
userManager.saveUser(user);
getSession().info("It worked!");
setRedirect(true);
setResponsePage(backPage);
}

First of all, is this the proper way to put messages in flash scope?

On my "backPage", I have the following code, but it never seems to find
anything.

// check for success messages
if (!getSession().getFeedbackMessages().isEmpty()) {
// just display first message for now
add(new Label("success-messages",
String.valueOf(getSession().getFeedbackMessages().iterator().next(;
} else {
add(new Label("success-messages", ""));
}

Thanks,

Matt
--
View this message in context:
http://www.nabble.com/Is-there-a-success-message-example--tf3642922.html#a10173842
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Sending Emails Via Wicket?

2007-04-24 Thread Nick Heudecker

This should get you started:

http://www.theserverside.com/tt/blogs/showblog.tss?id=SpringVelocityEmail
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Two-panel selector component?

2007-04-16 Thread Nick Heudecker

I think this component exists in wicket-extensions.  I believe it's called
Pallet.

On 4/16/07, BPnwn <[EMAIL PROTECTED]> wrote:



Do any of the wicket libraries or extensions have a two-panel selector
component? This is also known as a list builder. It consists of two
side-by-side lists and buttons to move items from one list to the other.

A simple example (not mine) can be seen at:

http://www-opale.inrialpes.fr/sinus/cast/manual/Images/parameterFile.gif

Here's another example from Outlook:


http://www.nabble.com/file/7896/two%20panel%20selector%20from%20outlook.PNG

Any pointers as to how to create such a component would be appreciated.
Thanks,
Julian

--
View this message in context:
http://www.nabble.com/Two-panel-selector-component--tf3585965.html#a10020921
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Row highlighting on IE

2007-03-20 Thread Nick Heudecker

I haven't tried it, but have you tried ?


On 3/20/07, eznibe <[EMAIL PROTECTED]> wrote:



Hi,

I need to know how to make the highlighting in IE, because it don't
support
the tr:hover.

I found something about a patch, can you explain me a bit more about this

Thanks
--
View this message in context:
http://www.nabble.com/Row-highlighting-on-IE-tf3433736.html#a9572576
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Property file substitution

2007-03-10 Thread Nick Heudecker

Oops.  I didn't read his email very closely.

On 3/11/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:


I don't think we support that. Feel free to open a feature request,
though personally, while I see the fun factor, I don't think it is
something we can't live about. So, please provide a patch if you care
about such a feature :)

Eelco


On 3/10/07, Jonathan Cone <[EMAIL PROTECTED]> wrote:
>
> Is it possible to substitute properties into other properties? I tried
the
> Ant-like syntax:
>
> Page1.properties:
>
> my.label=My homepage
> my.other.label=${my.label} is neat.
>
>
> Is there a syntax which would render my.other.label as 'My homepage is
> neat.'?
>
>
> --
> View this message in context:
http://www.nabble.com/Property-file-substitution-tf3382305.html#a9414382
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys-and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Property file substitution

2007-03-10 Thread Nick Heudecker

Take a look at StringResourceModel.  It should do what you want.

On 3/10/07, Jonathan Cone <[EMAIL PROTECTED]> wrote:



Is it possible to substitute properties into other properties? I tried the
Ant-like syntax:

Page1.properties:

my.label=My homepage
my.other.label=${my.label} is neat.


Is there a syntax which would render my.other.label as 'My homepage is
neat.'?


--
View this message in context:
http://www.nabble.com/Property-file-substitution-tf3382305.html#a9414382
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Intellij plugin

2007-02-13 Thread Nick Heudecker

I'm not sure of the version from the IDEA updater has the latest version.

On 2/13/07, Timo Rantalaiho <[EMAIL PROTECTED]> wrote:


On Tue, 13 Feb 2007, Nick Heudecker wrote:
> Currently, the best place to get it is from the Wicket-Stuff SVN
repo.  I
> need to start a wiki page for it when I have time.

Yeah? I'm using Wicket Assistant


http://www.mail-archive.com/wicket-user@lists.sourceforge.net/msg19386.html

that doesn't do a lot but anyway is a help.

And I got it via the normal IDEA plugin system.

- Timo

--
Timo Rantalaiho
Reaktor Innovations Oyhttp://www.ri.fi/ >

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Intellij plugin

2007-02-13 Thread Nick Heudecker

Currently, the best place to get it is from the Wicket-Stuff SVN repo.  I
need to start a wiki page for it when I have time.

http://wicketstuff.org/confluence/dashboard.action

On 2/13/07, Robert . <[EMAIL PROTECTED]> wrote:


Hi,

I read somewhere that a Wicket Intellij plugin is also being developed. Is
anyone already using it?
Are there any releases scheduled for the plugin?

Robert


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] target.addComponent() & setOutputMarkupId(true)

2007-01-30 Thread Nick Heudecker

The Ajax debug window tells you that it couldn't find a component with the
relevant id.  It's available in development mode.

On 1/30/07, Scott Swank <[EMAIL PROTECTED]> wrote:


If you add a component as an Ajax target, but you have not called
setOutputMarkupId(true) on the component then the ajax call will never find
its target and will silently fail.  Should this raise a runtime exception or
is there a use case where we would want the Ajax call to silently fail?

Thank you,
Scott

--
Scott Swank
reformed mathematician
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user






--
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ApacheCon Europe 2007

2007-01-16 Thread Nick Heudecker

I have, actually.  :)

On 1/16/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:


I though Nick already did that with eventful? :)

Eelco

On 1/16/07, Igor Vaynberg <[EMAIL PROTECTED] > wrote:
>
> lets rewrite it in wicket
>
> -igor
>
>
> On 1/16/07, Martijn Dashorst < [EMAIL PROTECTED] > wrote:
> >
> > s/Martijn/Alexandru/ and we have exactly the same dialog.
> >
> > Martijn
> >
> > On 1/16/07, Alexandru Popescu <[EMAIL PROTECTED]>
> > wrote:
> > > On 1/16/07, Martijn Dashorst < [EMAIL PROTECTED]> wrote:
> > > > On 1/16/07, Johannes Fahrenkrug <[EMAIL PROTECTED]> wrote:
> > > > > This is OT, but how come the website for the conference of a
> > group which
> > > > > main focus is web technologies is so ugly?
> > > >
> > > > Not very OT. Try filling in a CfP. The workflow is appalling,
> > empty
> > > > pages are abundant, I once got a screen where I could file a BoF,
> > but
> > > > that option is long gone again. I have *no* way to change or
> > access my
> > > > profile.
> > > >
> > > > It currently is on my number one spot for web sites that suck.
> > > >
> > >
> > > He he... quite a similar experience here. I have submitted my
> > proposal
> > > a couple of times just to get an error message like:
> > > Site: "you should have a bio."
> > > Me: But look in the form stupid: It is there!!!
> > > (pause... I figured out it is another page. Filled in the bio...
> > submit)
> > > Site: You haven't filled in all required information.
> > > Me: What required information? All fields are normal text? How am I
> > > suppose to figure which ones are required and which are not?
> > > Site: Please take a moment
> > > Me:. ... filling in fields like phone number and fax, etc.
> > >
> > > ... finally it took me four times the time needed to write an
> > > appealing Abstract of the presentation.
> > >
> > > ./alex
> > > --
> > > .w( the_mindstorm )p.
> > >
> > > > Martijn
> > > >
> > > >
> > > > > And I get a blank page when I click on "Registry"
> > > > >
> > > > > Martijn Dashorst wrote:
> > > > >
> > > > > >As you all probably know, the Apache conference Apache Con
> > Europe 2007
> > > > > >is getting closer (read more about it here: http://apachecon.com
> > )
> > > > > >
> > > > > >We can try to organize a couple of get to gethers. I already
> > submitted
> > > > > >an Introduction to Wicket presentation (it still has to be
> > accepted).
> > > > > >We are also preparing an Introductory course (3 hours) for the
> > monday.
> > > > > >
> > > > > >I want to propose to put in a birds of a feather for the Wicket
> > > > > >community. Birds of a feather are typically held in the
> > evening.
> > > > > >
> > > > > >I was wondering if you come, and what you would expect of such
> > a get
> > > > > >together. Ideas could be:
> > > > > > - discuss 2.0/2.1/3.0 roadmap
> > > > > > - get some real applications shown
> > > > > > - discuss other projects, such as wicket stuff
> > > > > > - discuss the future of the wicket 1.x branch
> > > > > > - ask the core team
> > > > > >
> > > > > >Or more mundane things such as drinking beer. Any thoughts?
> > > > > >
> > > > > >Martijn
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > -
> > > > > Take Surveys. Earn Cash. Influence the Future of IT
> > > > > Join SourceForge.net's Techsay panel and you'll get the chance
> > to share your
> > > > > opinions on IT & business topics through brief surveys - and
> > earn cash
> > > > > 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> > > > > ___
> > > > > Wicket-user mailing list
> > > > > Wicket-user@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > > >
> > > >
> > > >
> > > > --
> > > > Vote for Wicket at the
> > http://www.thebeststuffintheworld.com/vote_for/wicket
> > > > Wicket 1.2.4 is as easy as 1-2-4. Download Wicket now!
> > > > http://wicketframework.org
> > > >
> > > >
> > -
> > > > Take Surveys. Earn Cash. Influence the Future of IT
> > > > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > > > opinions on IT & business topics through brief surveys - and earn
> > cash
> > > > 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> > > > ___
> > > > Wicket-user mailing list
> > > > Wicket-user@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > >
> > >
> > >
> > -
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > > opinions on IT & business topics through brief surveys - and earn
> > cash
> > >
> > http://www.techsay.com/default.php?page

Re: [Wicket-user] Tracking session expire exception

2007-01-15 Thread Nick Heudecker

You can subclass HttpSessionStore and provide your own implementation of
onUnbind(String).  Then, use your new HttpSessionStore from your application
subclass:

public ISessionStore newSessionStore() {
   return new MySessionStore();
}

On 1/15/07, Marc-Andre Houle <[EMAIL PROTECTED]> wrote:


I think I found something.

first of all : Pop-up communication with pagemap is a nightmare.  I think
the problem was that it loaded using a specific pagemap in the correct
window but when trying to use ajaxLink, it didn't use the correct page map
and then failed to find the associated session. (Not sure at all...)

The solution I found presently to avoid the session expire is to use the
bookmarkable link without passing to it a pagemap and just setting the
target field of the link to the pagemap name.

Now, the problem is : when using the same instance of Firefox, every time
I load the application, it always use the same window name, which is
wicket:default.  Is it possible to set a particular pagemap when the user
login or set a window.name when the user log in?

Marc

On 1/15/07, Marc-Andre Houle <[EMAIL PROTECTED] > wrote:
>
> Damn It, I forgot to past thing in the post 
>
> Before loading the pop up :
> 2007-01-15 10:36:51,586 DEBUG ( http-0.0.0.0-18080-3)
> [Session  ] updateSession(): Attaching session to PageMap
> [PageMap name=popuppagemap, access=[]]
> 2007-01-15 10:36:51,586 DEBUG ( http-0.0.0.0-18080-3)
> [Session  ] updateSession(): Attaching session to PageMap
> [PageMap name=null, access=[[Access id=0, version=0], [Access id=1,
> version=0]]]
>
> After loading the pop-up :
> 2007-01-15 10:37:21,493 DEBUG ( http-0.0.0.0-18080-4)
> [Session  ] updateSession(): Attaching session to PageMap
> [PageMap name=popuppagemap, access=[]]
> 2007-01-15 10:37:21,493 DEBUG ( http-0.0.0.0-18080-4)
> [Session  ] updateSession(): Attaching session to PageMap
> [PageMap name=null, access=[[Access id=0, version=0], [Access id=1,
> version=0]]]
> 2007-01-15 10:37:21,493 DEBUG ( http-0.0.0.0-18080-4 )
> [Session  ] updateSession(): Attaching session to PageMap
> [PageMap name=wicket:default, access=[]]
>
>
> I think my problem is about page-map and session, but I'm not sure of
> anything
> Marc
>
> On 1/15/07, Marc-Andre Houle < [EMAIL PROTECTED]> wrote:
> >
> > While asking this, I found maybe why the page expire, but not sure.
> > It is due to the use of pagemap to communicate from a pop-up to the current
> > window.  I'll try to explain what is happening :
> >
> > I log in my application, I click the link to open the pop-up.  When
> > clicking on the link, I'm tring to add a pageparameters to the pop-up to
> > pass the pagemap name.
> > Presently, the log say that about updating pagemap :
> >
> > In the pop up, I add a link to update the main window to display
> > something different.  I get the page map from parameters.  If page map is
> > null, it is because this session currently does not have a name and by
> > default, the first name used by wicket is : wicket-default.  If there is
> > nothing, this is what I enter.
> >
> > Then, when I click this link, it load the page in the correct window.
> > This is what is printed in the log file when updating page map :
> >
> > Then, if I click on normal bookmarkable link, it work, but the first
> > ajaxlink I click will made the session to expire.  Nothing can be done, it
> > even didn't pass in the onClick method of the ajaxLink.  There is no other
> > error in the log, only loadingthe expired page
> >
> > Marc
> >
> > On 1/15/07, Nino Wael < [EMAIL PROTECTED]> wrote:
> >
> > >  Hmm, we had to track something similar. Could you describe what
> > > happens?
> > >
> > >
> > >
> > > Our thing was something that was caused by clearing the pagemap and
> > > the same time referencing to the cleared page. Also we have a problem 
where
> > > we loose our session's id.
> > >
> > >
> > >
> > > Regards Nino
> > >
> > >
> > >  --
> > >
> > > *From:* [EMAIL PROTECTED] [mailto:
> > > [EMAIL PROTECTED] * On Behalf Of *Marc-Andre
> > > Houle
> > > *Sent:* 15. januar 2007 15:35
> > > *To:* wicket-user@lists.sourceforge.net
> > > *Subject:* [Wicket-user] Tracking session expire exception
> > >
> > >
> > >
> > > Is there somebody here that had to track in his application why the
> > > session expire?  I'm in need of some "hint" on how to efficiently find the
> > > damn thing that have made the session expire abruptly.
> > > Surely somebody have done something about that! :)
> > >
> > > Marc
> > >
> > >
> > > -
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to
> > > share your
> > > opinions on IT & business topics through brief surveys - and earn
> > > cash
> > >
> > > http://www.techsay.com/default.php?pa

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Nick Heudecker

Agreed.

On 1/11/07, James McLaughlin <[EMAIL PROTECTED]> wrote:


Well, on second thought, there is hardly anything in the sf issue tracker
for wicket-stuff, so there wouldn't be any migration issues. I didn't
realize Jira could be part of the package. If others agree, and it wouldn't
be to difficult for you, it would be great to have Jira and Confluence
together.

thx,
jim

On 1/11/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
>
> i was going to install jira, but i guess less work for me :)
>
> -igor
>
>
> On 1/11/07, James McLaughlin <[EMAIL PROTECTED] > wrote:
>
> > I'm with Martijn on this. Plus the sf issue tracker. Confluence should
> > just be for the project web site.
> >
> > jim
> >
> > On 1/11/07, Martijn Dashorst < [EMAIL PROTECTED]> wrote:
> > >
> > > For downloads I would seriously consider using the sf.net offering.
> > > It
> > > has enough mirrors to service the whole world.
> > >
> > > Martijn
> > >
> > > On 1/11/07, Korbinian Bachl < [EMAIL PROTECTED]> wrote:
> > > >
> > > >
> > > > Good News ! - thanks igor. Is this then completely independent and
> > > solely
> > > > for wicket stuff then? - means, we may setup a new wicket stuff
> > > website
> > > > there, and subpages for the projects and jar file downloads?
> > > >
> > > >
> > > >
> > > >  
> > > >  Von: [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED] Im
> > > > Auftrag von Igor Vaynberg
> > > > Gesendet: Donnerstag, 11. Januar 2007 18:04
> > > > An: wicket-user@lists.sourceforge.net
> > > > Betreff: Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar
> > > > forwicket-contrib-scriptaculous?)
> > > >
> > > >
> > > > i will try to get it setup today.
> > > >
> > > > -igor
> > > >
> > > >
> > > >
> > > > On 1/11/07, James McLaughlin <[EMAIL PROTECTED] > wrote:
> > > > > I'm with Fillipo. We've already determined that we can't host
> > > wicket-stuff
> > > > with wicket on apache.org. No need to mention it again. Both Eelco
> > > and Igor
> > > > mentioned that there are some boxes wicket has that we can use to
> > > set up
> > > > confluence. Let's do that. How do we move ahead?
> > > > >
> > > > >
> > > > > On 1/11/07, Filippo Diotalevi < [EMAIL PROTECTED] >
> > > wrote:
> > > > >
> > > > > > On 1/11/07, Nick Heudecker < [EMAIL PROTECTED]> wrote:
> > > > > > > Confluence is setup here: http://cwiki.apache.org/WICKET/
> > > > > >
> > > > > > Sorry guys... I don't get it.
> > > > > > You've said in another thread that we cannot use apache
> > > infrastructure
> > > > > > for wicket-stuff.. right?
> > > > > >
> > > > > > So, if I understand well, that instance of confluence you are
> > > > > > referring to is not available for wicket-stuff documentation;
> > > but
> > > > > > Eelco also said that there is probably another server with a
> > > > > > confluence installation. That's the reason of my question...
> > > is this
> > > > > > other server available?
> > > > > >
> > > > > > --
> > > > > > Filippo
> > > > > >
> > > > > >
> > > >
> > > -
> > > > > > Take Surveys. Earn Cash. Influence the Future of IT
> > > > > > Join SourceForge.net's Techsay panel and you'll get the chance
> > > to share
> > > > your
> > > > > > opinions on IT & business topics through brief surveys - and
> > > earn cash
> > > > > >
> > > > 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > >
> > > > > > ___
> > > > > > Wicket-user mailing list
> > > > > > Wicket-user@lists.sourceforge.net
> > > > > >
> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > > > >
> > > > >
> >

Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-11 Thread Nick Heudecker

Okay, then I was confused.  My impression was that we'd use the Apache
Wicket wiki for documenting Wicket-Stuff and sf.net for downloads and
possibly bug tracking.

On 1/11/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:


What was the server you mentioned earlier Igor? Can we use Servoy's
server for that? Were there other alternatives (I think Janne had
one)?

Eelco

On 1/11/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> we cant use that install for wicket-stuff, it is only for wicket
>
> -igor
>
>
>
> On 1/11/07, Nick Heudecker <[EMAIL PROTECTED] > wrote:
> >
> > Confluence is already setup here: http://cwiki.apache.org/WICKET/
> >
> >
> >
> > On 1/11/07, James McLaughlin < [EMAIL PROTECTED]> wrote:
> > >
> > > Did we settle on Confluence? Did someone volunteer to set this up
for
> this on a box somewhere (Igor, Fillipo)?
> > >
> > >
> > > On 1/11/07, Eelco Hillenius < [EMAIL PROTECTED]> wrote:
> > > > At the same time: now is a good time to do a release for those
> > > > wicket-stuff projects and work on advertising them some more
people!
> > > > :)
> > > >
> > > > Eelco
> > > >
> > > > On 1/11/07, Martijn Dashorst < [EMAIL PROTECTED]> wrote:
> > > > > Where you mean a jar for wicket-contrib-scriptaculous I presume?
> > > > > Reading through Ryan's comments, most progress has been made
with a
> > > > > wicket 2.x version.
> > > > >
> > > > > Getting the code and building a jar should be easy enough
though,
> get
> > > > > the code from svn, and run maven jar or mvn package (depending
on
> > > > > either project.xml or pom.xml is present in the root folder).
> > > > >
> > > > > You might need to tweak the version dependency on wicket so it
takes
> > > > > the version you want to work with.
> > > > >
> > > > > Martijn
> > > > >
> > > > > On 1/11/07, Ian Clarke <[EMAIL PROTECTED] > wrote:
> > > > > > Just kinda taking this thread back to where it started:
> > > > > >
> > > > > > Does anyone have a .jar for wicket-stuff that will work with
the
> > > > > > Wicket 1.x branch?
> > > > > >
> > > > > > Ian.
> > > > > >
> > > > > > On 1/9/07, James McLaughlin < [EMAIL PROTECTED]> wrote:
> > > > > > > That would be great. Maybe we can run the wicket-stuff
examples
> there, too.
> > > > > > > Is it possible for the wicket-stuff maintainers to get
access to
> said box.
> > > > > > >
> > > > > > > thx,
> > > > > > > jim
> > > > > > >
> > > > > > > On 1/9/07, Eelco Hillenius < [EMAIL PROTECTED]>
wrote:
> > > > > > > > Yeah, we can't use Apache's infrastructure for
wicket-stuff.
> However,
> > > > > > > > we have a couple of servers available that are not related
to
> Apache I
> > > > > > > > believe.
> > > > > > > >
> > > > > > > > Eelco
> > > > > > > >
> > > > > > > > On 1/9/07, James McLaughlin < [EMAIL PROTECTED]>
wrote:
> > > > > > > > > I thought there were licensing issues that prevented us
from
> hosting the
> > > > > > > > > wicket-stuff wiki with the wicket wiki on apache.org. If
> not, then I am
> > > > > > > for
> > > > > > > > > it. I have never used confluence so maybe someone who
knows
> better can
> > > > > > > > > comment why it is so much better than the other wiki
> frameworks out
> > > > > > > there.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On 1/9/07, Filippo Diotalevi <
[EMAIL PROTECTED]>
> wrote:
> > > > > > > > > > On 1/9/07, Korbinian Bachl <[EMAIL PROTECTED]>
> wrote:
> > > > > > > > > > > Filippo seems to have experience with confluence,
> however, I'm
> > > > > > > still
> > > > > > > > > > > wondering if we can use it, as i dont know
> > > > > > > > > > > a, how to get the license or if we may use the
Apache
&g

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar for wicket-contrib-scriptaculous?)

2007-01-11 Thread Nick Heudecker

Confluence is setup here: http://cwiki.apache.org/WICKET/

On 1/11/07, Filippo Diotalevi <[EMAIL PROTECTED]> wrote:


On 1/9/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> Yeah, we can't use Apache's infrastructure for wicket-stuff. However,
> we have a couple of servers available that are not related to Apache I
> believe.
>
> Eelco

Eelco,
are there any news with this regard?

--
Filippo Diotalevi
[EMAIL PROTECTED]
http://www.diotalevi.com/weblog
http://www.jugmilano.it

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-11 Thread Nick Heudecker

Confluence is already setup here: http://cwiki.apache.org/WICKET/

On 1/11/07, James McLaughlin <[EMAIL PROTECTED]> wrote:


Did we settle on Confluence? Did someone volunteer to set this up for this
on a box somewhere (Igor, Fillipo)?

On 1/11/07, Eelco Hillenius < [EMAIL PROTECTED]> wrote:
>
> At the same time: now is a good time to do a release for those
> wicket-stuff projects and work on advertising them some more people!
> :)
>
> Eelco
>
> On 1/11/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> > Where you mean a jar for wicket-contrib-scriptaculous I presume?
> > Reading through Ryan's comments, most progress has been made with a
> > wicket 2.x version.
> >
> > Getting the code and building a jar should be easy enough though, get
> > the code from svn, and run maven jar or mvn package (depending on
> > either project.xml or pom.xml is present in the root folder).
> >
> > You might need to tweak the version dependency on wicket so it takes
> > the version you want to work with.
> >
> > Martijn
> >
> > On 1/11/07, Ian Clarke <[EMAIL PROTECTED]> wrote:
> > > Just kinda taking this thread back to where it started:
> > >
> > > Does anyone have a .jar for wicket-stuff that will work with the
> > > Wicket 1.x branch?
> > >
> > > Ian.
> > >
> > > On 1/9/07, James McLaughlin < [EMAIL PROTECTED]> wrote:
> > > > That would be great. Maybe we can run the wicket-stuff examples
> there, too.
> > > > Is it possible for the wicket-stuff maintainers to get access to
> said box.
> > > >
> > > > thx,
> > > > jim
> > > >
> > > > On 1/9/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > > > > Yeah, we can't use Apache's infrastructure for wicket-stuff.
> However,
> > > > > we have a couple of servers available that are not related to
> Apache I
> > > > > believe.
> > > > >
> > > > > Eelco
> > > > >
> > > > > On 1/9/07, James McLaughlin < [EMAIL PROTECTED]> wrote:
> > > > > > I thought there were licensing issues that prevented us from
> hosting the
> > > > > > wicket-stuff wiki with the wicket wiki on apache.org. If not,
> then I am
> > > > for
> > > > > > it. I have never used confluence so maybe someone who knows
> better can
> > > > > > comment why it is so much better than the other wiki
> frameworks out
> > > > there.
> > > > > >
> > > > > >
> > > > > > On 1/9/07, Filippo Diotalevi < [EMAIL PROTECTED]>
> wrote:
> > > > > > > On 1/9/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote:
> > > > > > > > Filippo seems to have experience with
> confluence,  however, I'm
> > > > still
> > > > > > > > wondering if we can use it, as i dont know
> > > > > > > > a, how to get the license or if we may use the Apache ones
> for it
> > > > > > > > b, on what server we will put it up - SF.net seems to
> limit to cgi
> > > > only
> > > > > > and
> > > > > > > > I cant remember to have seen cgi option on the confluence
> webpage.
> > > > > > >
> > > > > > > Yes, I have some experience with confluence, and it's
> powerful but
> > > > > > > simple to use (customization can be a bit more tricky, but
> we might
> > > > > > > easily start using the default template).
> > > > > > > Furthermore, you can set up different 'workspaces', so you
> need just
> > > > > > > one license to create different wikis.
> > > > > > >
> > > > > > > If there's already confluence installation for wicket, I'd
> go with it,
> > > > > > > and I'd be happy to maintain it.
> > > > > > >
> > > > > > > --
> > > > > > > Filippo Diotalevi
> > > > > > > [EMAIL PROTECTED]
> > > > > > > http://www.diotalevi.com/weblog
> > > > > > > http://www.jugmilano.it
> > > > > > >
> > > > > > >
> > > > > >
> > > >
> -
> > > > > > > Take Surveys. Earn Cash. Influence the Future of IT
> > > > > > > Join SourceForge.net's Techsay panel and you'll get the
> chance to
> > > > share
> > > > > > your
> > > > > > > opinions on IT & business topics through brief surveys - and
> earn cash
> > > > > > >
> > > > > >
> > > >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > > > > > ___
> > > > > > > Wicket-user mailing list
> > > > > > > Wicket-user@lists.sourceforge.net
> > > > > > >
> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > >
> -
> > > > > > Take Surveys. Earn Cash. Influence the Future of IT
> > > > > > Join SourceForge.net's Techsay panel and you'll get the chance
> to share
> > > > your
> > > > > > opinions on IT & business topics through brief surveys - and
> earn cash
> > > > > >
> > > >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > > > >
> > > > > > ___
> > > > > > Wicket-user mailing list
> > > > > > Wicket-user@lists.sourceforge.net
> > > > > >
> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > 

Re: [Wicket-user] ApacheCon interest?

2007-01-09 Thread Nick Heudecker

Unfortunately, I won't be able to do this.  I have a client event going on
at the same time.

On 12/24/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:


All,

We are in the planning stages for submitting proposals to the
ApacheCon of next year in Amsterdam (http://apachecon.com)

Here are a couple of ideas:
- General interest: introduction to Wicket
- BoF: creating scalable applications with Wicket
- BoF: Wicket community (stole this idea from the maven team)
- Tutorial: Wicket Introduction (build a Wicket application, half a day)

Do you have interest in one of these sessions, or do you want to
propose your own, don't hesitate to comment. Especially the Wicket
Community BoF is just an idea, any interesting filling would be
appreciated.

Martijn

--
Vote for Wicket at the
http://www.thebeststuffintheworld.com/vote_for/wicket
Wicket 1.2.3 is as easy as 1-2-3. Download Wicket now!
http://wicketframework.org

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-09 Thread Nick Heudecker

Yeah, the old one was MediaWiki.  It worked well enough, but there were some
problems with spam.

Personally, I'd like to use Wicket's Confluence install to keep everything
in one place.  Might also make it easier to link between projects.

On 1/9/07, James McLaughlin <[EMAIL PROTECTED]> wrote:


Damned holidays! My lack of attention to wicket-stuff has been gnawing
away at me.

Ryan, sorry to here yo haven't been able to create an account. I would be
glad to help -- let me know what problem you are having. You've tried
clicking login from the main page, and then clicking the UserPreferences
link to create an account?

I have no attachment to MoinMoin, but from my limited wiki admin
experience it is very lightweight and easy to configure. My other experience
is with TWiki, which is a bit cruftier, but pretty simple to use also. It
also has billions of plugins. I really liked the old wicket wiki, which i
believe is MediaWiki. We should take a vote and settle this so we can move
ahead. My advice is to stick with the sf infrastructure regardless of the
wiki we use, which requires the wiki to be cgi based.

Thoughts?

regards,
jim

On 1/9/07, Ryan Sonnek <[EMAIL PROTECTED]> wrote:
>
> I'd love to try and use the main wicket confluence instance in some
> way.  seriously, i haven't even been able to create an account and login to
> the wiki for wicket-stuff.
>
> On 1/9/07, Filippo Diotalevi <[EMAIL PROTECTED]> wrote:
> >
> > On 1/9/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote:
> > > the current seems very basic to me, and i never heard about MoinMoin
> > and its
> > > capabilities before - what wonders me, is if it would be possible to
> > use
> > > confluence, as its used for wicket main so we would have only 1
> > technology /
> > > system and users/ contributors would only have 1 system to know...
> > any
> > > thoughts on this? - can wicket-stuff also profit from apache or is
> > this only
> > > for listed projects there?
> >
> > Yeah, I must admit that I'd prefer so much to go with confluence.
> > With this regard, there are 3 possible solutions:
> >
> > - ask Atlassian for a free open source license. I've already done
> > that, it requires some time (it required more than a month in my
> > case). Then you need to find a java hosting... not impossible, but
> > requires some work as well
> >
> > - As I told you, I already have a free license of Confluence for the
> > Java User Group Milano. We are building our website with it, but it
> > should be easy to add a workspace in our installation for
> > wicket-stuff. However, wicket-stuff would probably be a medium-traffic
> > website (much more than our), so I'd probably need to find another
> > java hosting
> >
> > - Use Apache confluence.. needless to say, I'd love it! but we've
> > already discussed about it and I remember some folks being not very
> > enthusiastic about this solution
> >
> > --
> > Filippo Diotalevi
> > [EMAIL PROTECTED]
> > http://www.diotalevi.com/weblog
> > http://www.jugmilano.it
> >
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > opinions on IT & business topics through brief surveys - and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV__

Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-09 Thread Nick Heudecker

I agree that a wiki is a good way to go.  I'll find out if we can use the
main Wicket wiki on the Apache site for wicket-stuff.

On 1/9/07, Ryan Sonnek <[EMAIL PROTECTED]> wrote:


I'd love to try and use the main wicket confluence instance in some way.
seriously, i haven't even been able to create an account and login to the
wiki for wicket-stuff.

On 1/9/07, Filippo Diotalevi <[EMAIL PROTECTED]> wrote:
>
> On 1/9/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote:
> > the current seems very basic to me, and i never heard about MoinMoin
> and its
> > capabilities before - what wonders me, is if it would be possible to
> use
> > confluence, as its used for wicket main so we would have only 1
> technology /
> > system and users/ contributors would only have 1 system to know... any
> > thoughts on this? - can wicket-stuff also profit from apache or is
> this only
> > for listed projects there?
>
> Yeah, I must admit that I'd prefer so much to go with confluence.
> With this regard, there are 3 possible solutions:
>
> - ask Atlassian for a free open source license. I've already done
> that, it requires some time (it required more than a month in my
> case). Then you need to find a java hosting... not impossible, but
> requires some work as well
>
> - As I told you, I already have a free license of Confluence for the
> Java User Group Milano. We are building our website with it, but it
> should be easy to add a workspace in our installation for
> wicket-stuff. However, wicket-stuff would probably be a medium-traffic
> website (much more than our), so I'd probably need to find another
> java hosting
>
> - Use Apache confluence.. needless to say, I'd love it! but we've
> already discussed about it and I remember some folks being not very
> enthusiastic about this solution
>
> --
> Filippo Diotalevi
> [EMAIL PROTECTED]
> http://www.diotalevi.com/weblog
> http://www.jugmilano.it
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DropDownChoice binding question

2006-12-30 Thread Nick Heudecker

Can I see a bit more of your code?  What you've posted looks good, so it's
possible something else is causing the problem.

You could try ##wicket on Freenode for more help.

On 12/30/06, Flavius <[EMAIL PROTECTED]> wrote:




I tried this:

DropDownChoice severityChoice = new
DropDownChoice("size",
Arrays.asList(SIZE.values()),
new ChoiceRenderer()
{
public Object getDisplayValue(Object
object)
{
return ((SIZE)object).getName();
}

public String getIdValue(Object object,
int index)
{
return ((SIZE)object).getId();
}
});

The page renders fine.  But when I submit the form, I get this error:

WicketMessage: unable to set object Small, model:
Model:classname=[wicket.model.CompoundPropertyModel]

Root cause:

wicket.util.convert.ConversionException: Cannot parse 'Small' using format
[EMAIL PROTECTED]
at
wicket.util.convert.converters.AbstractConverter.newConversionException(
AbstractConverter.java:72)

As I understand it, it's trying to set an int in the Shirt model for size,
but the drop down returned the Small object.  What I really need is
Small.getId().  So I need to tell the form to bind the id property of the
return object to the field "size"




Nick Heudecker wrote:
>
> IChoiceRenderer allows you to specify the id and display values for a
> DropDownChoice.  It's exactly what you're looking for.  To explain a
bit:
>
> getDisplayValue(...) - returns the value you want the user to see.
> "Small",
> "Medium", etc.  This is where you'd return SIZE.getName().
> getIdValue(...) returns the value submitted to the application.  This is
> where you'd return SIZE.getId().
>
>

--
View this message in context:
http://www.nabble.com/DropDownChoice-binding-question-tf2900580.html#a8104039
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DropDownChoice binding question

2006-12-30 Thread Nick Heudecker

IChoiceRenderer allows you to specify the id and display values for a
DropDownChoice.  It's exactly what you're looking for.  To explain a bit:

getDisplayValue(...) - returns the value you want the user to see.  "Small",
"Medium", etc.  This is where you'd return SIZE.getName().
getIdValue(...) returns the value submitted to the application.  This is
where you'd return SIZE.getId().




On 12/30/06, Flavius <[EMAIL PROTECTED]> wrote:



Greetings,

I am trying to take the value (only) of a DropDownChoice
and put it in a model set on the Form.

Ideally, I'd like to use a (java 5) enum, but any type of
name value pair will work.

For example, if I'm trying to set the size of a Shirt class,
here is my Shirt, and a sample enum:


public class Shirt
{
private int size;
private int color;
//. . .
//(setters and getters removed to compact)
}

public static enum SIZE
{
Small("2"),
Medium("4"),
Large("6"),

private String id;

SIZE(String id)
{
this.id = id;
}

public String getId()
{
return id;
}

public String getName()
{
return id + " - " + this.toString();
}
}

Now, in my Form, I set the shirt as a model.  When I add my "size"
DropDownChoice to the form, I am binding it to the size field of my
Shirt class:


private class InputForm extends Form
{
public InputForm(String name)
{
super(name, new CompoundPropertyModel(new
Shirt()));


DropDownChoice sizeChoice = new
DropDownChoice("size",
Arrays.asList(SIZE.values()),
new ChoiceRenderer("name", "id"));

sizeChoice.setRequired(true);
add(sizeChoice);
//. . .
}

}

When I submit this form, it fails because I get a "Small", "Medium", or
"Large"
object back.  What I want is the "id" of the selected object.
I looked at the examples in DropDownChoicePage.java in the compref package
of the
wicket examples and I could do that: create a list of Integers and use a
switch
or other technique to get the display value.

What I really want to do is bind the id property of the enum to the
Shirt.size property.
I've done this in reverse with a PropertyModel, binding a property of the
model to a field
on the page.  I having some trouble doing it this way.

I read through a number of the posts on DropDownChoice as a search item.
None seem to hit the
nail on the head.  One poster mentioned using ChoiceRenderer, but I'm not
following how
that would work.

Any suggestions would be greatly appreciated!
I'm using Wicket 1.2.3 and java 5 in Tomcat.

--
View this message in context:
http://www.nabble.com/DropDownChoice-binding-question-tf2900580.html#a8103832
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ApacheCon interest?

2006-12-24 Thread Nick Heudecker

Of course.

On 12/24/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:


On 12/25/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
> I would be interested in helping with or conducting the tutorial session
or
> the intro.

You are aware that the conference is in Amsterdam? :-)

Martijn

>
>
> On 12/24/06, Martijn Dashorst < [EMAIL PROTECTED]> wrote:
> >
> > All,
> >
> > We are in the planning stages for submitting proposals to the
> > ApacheCon of next year in Amsterdam (http://apachecon.com)
> >
> > Here are a couple of ideas:
> > - General interest: introduction to Wicket
> > - BoF: creating scalable applications with Wicket
> > - BoF: Wicket community (stole this idea from the maven team)
> > - Tutorial: Wicket Introduction (build a Wicket application, half a
day)
> >
> > Do you have interest in one of these sessions, or do you want to
> > propose your own, don't hesitate to comment. Especially the Wicket
> > Community BoF is just an idea, any interesting filling would be
> > appreciated.
> >
> > Martijn
> >
> > --
> > Vote for Wicket at the
> http://www.thebeststuffintheworld.com/vote_for/wicket
> > Wicket 1.2.3 is as easy as 1-2-3. Download Wicket now!
> > http://wicketframework.org
> >
> >
>
-
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
share
> your
> > opinions on IT & business topics through brief surveys - and earn cash
> >
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>


--
Vote for Wicket at the
http://www.thebeststuffintheworld.com/vote_for/wicket
Wicket 1.2.4 is as easy as 1-2-4. Download Wicket now!
http://wicketframework.org

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ApacheCon interest?

2006-12-24 Thread Nick Heudecker

I would be interested in helping with or conducting the tutorial session or
the intro.

On 12/24/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:


All,

We are in the planning stages for submitting proposals to the
ApacheCon of next year in Amsterdam (http://apachecon.com)

Here are a couple of ideas:
- General interest: introduction to Wicket
- BoF: creating scalable applications with Wicket
- BoF: Wicket community (stole this idea from the maven team)
- Tutorial: Wicket Introduction (build a Wicket application, half a day)

Do you have interest in one of these sessions, or do you want to
propose your own, don't hesitate to comment. Especially the Wicket
Community BoF is just an idea, any interesting filling would be
appreciated.

Martijn

--
Vote for Wicket at the
http://www.thebeststuffintheworld.com/vote_for/wicket
Wicket 1.2.3 is as easy as 1-2-3. Download Wicket now!
http://wicketframework.org

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Russian community

2006-12-19 Thread Nick Heudecker

It's possible.  Nobody knows what Igor is. :)

On 12/19/06, Konstantin <[EMAIL PROTECTED]> wrote:



Are there russian/ukrainian speaking people here ?
It would be great to form a community if such is not already somewhere
there
:-)
--
View this message in context:
http://www.nabble.com/Russian-community-tf2847957.html#a7953639
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] How can I do URL mapping in wicket?

2006-12-18 Thread Nick Heudecker

Are you talking about page mounting?  Take a look at
mountBookmarkablePage(...) in the Application class.

On 12/18/06, Carfield Yim <[EMAIL PROTECTED]> wrote:


This is much more complicate than what I thought, I try to add some
code to isPageAuthorized() method when the user login as also change
the onBeginRequest() method, but it does work and it is hard to figure
out what going wrong.

Is there already any support of URL mapping that say map

http://localhost:8080/wicket/app/signup

to


http://localhost:8080/wicket/app?wicket:bookmarkablePage=:com.xxx.web.pages.system.Registration

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Why does everything need to be Serializable when I use AjaxEventBehavior?

2006-12-17 Thread Nick Heudecker

Somewhere you're holding a reference to the thoof.model.Story object, which
is (or is attempted to be) serialized along with the referencing component
to the user's session.  You should look into detachable models to get around
this.  There are other ways to do it, but understanding detachable models in
Wicket will make your life easier.

Let me know if you still have questions.

On 12/17/06, Ian Clarke <[EMAIL PROTECTED]> wrote:


I'm a wicket newbie, but have been making relatively steady progress
on a new webapp.

I have an ExternalLink which is part of a Panel, and I want to make it
notify the server asynchronously when the user clicks on it, so I've
added an AjaxEventBehavior as follows:

ExternalLink titleLink = new ExternalLink("title", link, title);
titleLink.add(new AjaxEventBehavior("onclick") {
protected void onEvent(AjaxRequestTarget target) {
log.debug("Clicked title");
}
});

I do this and suddenly I start getting "WicketMessage: Internal error
cloning object. Make sure all dependent objects implement
Serializable. ..." messages for all sorts of different classes, when I
make one Serializable per the error messages suggestion, it complains
about another one.

What is going on?  Why does my attempt to use Ajax suddenly mean that
all of these classes need to be Serializable?

Thanks,

Ian.

PS. Here is an example of the full error:

WicketMessage: Internal error cloning object. Make sure all dependent
objects implement Serializable. Class: thoof.Index

Root cause:

java.io.NotSerializableException: thoof.model.Story
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1151)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
at java.util.ArrayList.writeObject(ArrayList.java:570)
at java.lang.reflect.Method.invoke(Method.java:589)
at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java
:1456)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java
:1387)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1145)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java
:1504)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java
:1469)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java
:1387)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1145)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java
:1504)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java
:1469)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java
:1387)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1145)
at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1333)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1141)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java
:1504)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java
:1469)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java
:1387)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1145)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
at wicket.protocol.http.HttpSessionStore.setAttribute(
HttpSessionStore.java:57)
at wicket.Session.setAttribute(Session.java:930)
at wicket.PageMap.put(PageMap.java:526)
at wicket.Session.touch(Session.java:718)
at wicket.Page.renderPage(Page.java:416)
at wicket.request.target.component.BookmarkablePageRequestTarget.respond(
BookmarkablePageRequestTarget.java:226)
at wicket.request.compound.DefaultResponseStrategy.respond(
DefaultResponseStrategy.java:49)
at wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond(
AbstractCompoundRequestCycleProcessor.java:66)
at wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java:858)
at wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:885)
at wicket.RequestCycle.step(RequestCycle.java:966)
at wicket.RequestCycle.steps(RequestCycle.java:1040)
at wicket.RequestCycle.request(RequestCycle.java:454)
at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:216)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(
WebApplicationHandler.java:294)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java
:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(
WebApplicationContext.java:525)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
at org.mortbay.http.HttpServer.service(HttpServer.java:879)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:

Re: [Wicket-user] NoRecordsToolbar Not Displaying - Wicket 1.2.3

2006-12-16 Thread Nick Heudecker

I added the breakpoint to line 93 and it doesn't appear to be called.

On 12/16/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:


can you debug and see why? set a breakpoint in isvisible of the toolbar

-igor


On 12/16/06, Nick Heudecker < [EMAIL PROTECTED]> wrote:
>
> The subject says it all.  I've added a NoRecordsToolbar to the top
> toolbar of my DefaultDataTable and it's not displaying when the DataProvider
> returns a count of 0.  Let me know if I should file a bug.  Thanks.
>
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] NoRecordsToolbar Not Displaying - Wicket 1.2.3

2006-12-16 Thread Nick Heudecker

The subject says it all.  I've added a NoRecordsToolbar to the top toolbar
of my DefaultDataTable and it's not displaying when the DataProvider returns
a count of 0.  Let me know if I should file a bug.  Thanks.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket Idea Plugin

2006-12-16 Thread Nick Heudecker

Thanks.  I'm able to compile now.  Currently, I'm documenting the code a bit
and fixing a few ArrayIndexOutOfBoundsExceptions.

Do you think the plugin should be a Project component instead of an
Application component?  Having it as an Application component causes
problems when working on multiple projects.

On 12/15/06, Anders Holmbech Brandt <[EMAIL PROTECTED]> wrote:


 Hello Nick,


Friday, December 15, 2006, 4:58:18 PM, you wrote:


  >

I posted a message to the wicket-stuff-devel mailing list regarding
compiling the plugin.  I'm mentioning it here in case nobody is looking
there yet. :)  Any help would be appreciated.  Thanks.


Still waiting for the response mail to get added to the developer list,
but I have updated the readme. See if thats enough to get you going
otherwise return here.


  >



On 12/14/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:

Great.  Thanks for adding it.




On 12/14/06, Eelco Hillenius < [EMAIL PROTECTED]<[EMAIL PROTECTED]>>
wrote:

Cool, thanks for contributing!


Eelco



On 12/14/06, Anders Holmbech Brandt < [EMAIL PROTECTED]> wrote:

> Hello wicket-users,

>

>I have now added all the sources for wicket assistant to the

>wicket-stuff project. Feel free to help out getting it better.

>I suggest that we take the development related discussions to the

>wicket-stuff developer list.

>

>Its located under "wicket-idea-plugin".

>

>I will try to finish up some of the refactorings that I have

>started. In short they are going to make it very easy to implement

>some of the things on the todo list. Ie. type completion on

>wicket-ids.

>

>I also welcome all kind of ideas on what we could add to the plugin

>to make it an even greater pleasure to develop with wicket. :-)

>

> --

> Best regards,

>  Anders Holmbech Brandt   mailto:
 [EMAIL PROTECTED]  <[EMAIL PROTECTED]>

>

>

>

>
-

> Take Surveys. Earn Cash. Influence the Future of IT

> Join SourceForge.net's Techsay panel and you'll get the chance to share
your

> opinions on IT & business topics through brief surveys - and earn cash

>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV 
<http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>

> ___

> Wicket-user mailing list

> Wicket-user@lists.sourceforge.net

> https://lists.sourceforge.net/lists/listinfo/wicket-user

>


-

Take Surveys. Earn Cash. Influence the Future of IT

Join SourceForge.net 's Techsay panel and you'll get the chance to share
your

opinions on IT & business topics through brief surveys - and earn cash

http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

___

Wicket-user mailing list

Wicket-user@lists.sourceforge.net  

https://lists.sourceforge.net/lists/listinfo/wicket-user





--

Best regards,

 Anders Holmbech Brandtmailto:[EMAIL PROTECTED]<[EMAIL 
PROTECTED]>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket Idea Plugin

2006-12-15 Thread Nick Heudecker

I posted a message to the wicket-stuff-devel mailing list regarding
compiling the plugin.  I'm mentioning it here in case nobody is looking
there yet. :)  Any help would be appreciated.  Thanks.

On 12/14/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:


Great.  Thanks for adding it.

On 12/14/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
>
> Cool, thanks for contributing!
>
> Eelco
>
>
> On 12/14/06, Anders Holmbech Brandt < [EMAIL PROTECTED]> wrote:
> > Hello wicket-users,
> >
> >I have now added all the sources for wicket assistant to the
> >wicket-stuff project. Feel free to help out getting it better.
> >I suggest that we take the development related discussions to the
> >wicket-stuff developer list.
> >
> >Its located under "wicket-idea-plugin".
> >
> >I will try to finish up some of the refactorings that I have
> >started. In short they are going to make it very easy to implement
> >some of the things on the todo list. Ie. type completion on
> >wicket-ids.
> >
> >I also welcome all kind of ideas on what we could add to the plugin
>
> >to make it an even greater pleasure to develop with wicket. :-)
> >
> > --
> > Best regards,
> >  Anders Holmbech Brandt   mailto:[EMAIL PROTECTED]
>
> >
> >
> >
> >
> -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> share your
> > opinions on IT & business topics through brief surveys - and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net 's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket Idea Plugin

2006-12-14 Thread Nick Heudecker

Great.  Thanks for adding it.

On 12/14/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:


Cool, thanks for contributing!

Eelco


On 12/14/06, Anders Holmbech Brandt <[EMAIL PROTECTED]> wrote:
> Hello wicket-users,
>
>I have now added all the sources for wicket assistant to the
>wicket-stuff project. Feel free to help out getting it better.
>I suggest that we take the development related discussions to the
>wicket-stuff developer list.
>
>Its located under "wicket-idea-plugin".
>
>I will try to finish up some of the refactorings that I have
>started. In short they are going to make it very easy to implement
>some of the things on the todo list. Ie. type completion on
>wicket-ids.
>
>I also welcome all kind of ideas on what we could add to the plugin
>to make it an even greater pleasure to develop with wicket. :-)
>
> --
> Best regards,
>  Anders Holmbech Brandt   mailto:[EMAIL PROTECTED]
>
>
>
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] funny?[OT}

2006-12-12 Thread Nick Heudecker

The Wicket developers have no control over what their users may or may not
do.  HLS is simply hypersensitive and could use some maturity, rabid Wicket
users aside.

On 12/12/06, Jessek <[EMAIL PROTECTED]> wrote:



All comments/whatever/etc aside, I think some of your users are a little
out
of control. Being passionate/supportive of a framework is one thing, but
the
image of "wicket" that is perceived through these kinds of actions is
probably not what the developers/users of the framework would generally
like
to have stick in peoples minds.

There's just a sort of "moral code" to follow here is all. Esp. for a
project in apache incubation. More people are watching you than you might
think.


Eelco Hillenius wrote:
>
> 
> I also like to state that even though we obviously think Wicket is a
> better alternative (and for my own taste so are GWT and Echo) to
> Tapestry, we don't hate Tapestry and go out harassing it's community
> where we can, but on the contrary usually praise it as one of the
> better web dev frameworks for Java.
>
> Eelco
>
>
> On 12/11/06, Francis Amanfo <[EMAIL PROTECTED]> wrote:
>> Ok, I've found that comment from Howard on Wicket:
>>
>> "Wicket is an interesting refactoring of Tapestry that has a small,
very
>> vocal community built around it. However, if I was to fork the Tapestry
>> community and create a new code base from scratch, you can guarantee
that
>> what I came up with would not be as unambitous as Wicket!"
>>
>> To read more see
>> http://www.theserverside.com/news/thread.tss?thread_id=38407
>>
>>
>> On 12/11/06, Francis Amanfo <[EMAIL PROTECTED]> wrote:
>> > However, I vaguely remember sometime back when Howard made a similar
>> comment about Wicket at theserverside.com. At least, I hope he realizes
>> how
>> bad that feels.
>> >
>> >
>> >
>> > On 12/11/06, Iman Rahmatizadeh <[EMAIL PROTECTED]> wrote:
>> > > Hmm,
>> > > I think that was a cruel thing to say. Open source is all about
open
>> idea's. Many wicket users have been using tapestry before and have now
>> switched to wicket, and surely many idea's in the wicket world come
from
>> tapestry. If tapestry 5 is implementing some idea's from wicket, I
think
>> everybody here welcomes that and there's no need to make a hype about
it.
>> > > However, I did a google on the tapestry mailing list archives to
see
>> exactly who has a "disturbing trend" of starting a flame war. I didn't
>> find
>> anything anywhere, so I assume the people on this list is not of the
type
>> howard thinks they are :-).
>> > >
>> > > Iman
>> > >
>> > >
>> > >
>> > > On 12/11/06, Francis Amanfo < [EMAIL PROTECTED]> wrote:
>> > > >
>> > > > Hi guys,
>> > > >
>> > > > A blog comment poster asked Howard if the upcoming Tapestry 5 is
a
>> refactor of Wicket.
>> > > >
>>
https://beta.blogger.com/comment.g?blogID=4110180&postID=266226734789322024
>> > > > I think it wasn't a nice thing to say but hope the poster was
>> trying
>> to be funny.
>> > > >
>> > > >
>> > > > --
>> > > > Beware of bugs in the above code;
>> > > > I have only proved it correct, not tried it.
>> > > > -Donald Knuth
>> > > >
>> > > >
>> > > >
>>
-
>> > > > Take Surveys. Earn Cash. Influence the Future of IT
>> > > > Join SourceForge.net's Techsay panel and you'll get the chance to
>> share your
>> > > > opinions on IT & business topics through brief surveys - and earn
>> cash
>> > > >
>>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> > > >
>> > > > ___
>> > > > Wicket-user mailing list
>> > > > Wicket-user@lists.sourceforge.net
>> > > >
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>> > > >
>> > > >
>> > > >
>> > >
>> > >
>> > >
>>
-
>> > > Take Surveys. Earn Cash. Influence the Future of IT
>> > > Join SourceForge.net's Techsay panel and you'll get the chance to
>> share
>> your
>> > > opinions on IT & business topics through brief surveys - and earn
>> cash
>> > >
>>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> > >
>> > > ___
>> > > Wicket-user mailing list
>> > > Wicket-user@lists.sourceforge.net
>> > >
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>> > >
>> > >
>> > >
>> >
>> >
>> >
>> > --
>> > Beware of bugs in the above code;
>> > I have only proved it correct, not tried it.
>> > -Donald Knuth
>> > I don't make predictions. I never have,
>> > and I never will.
>> > -Tony Blair
>>
>>
>>
>> --
>> Beware of bugs in the above code;
>> I have only proved it correct, not tried it.
>> -Donald Knuth
>> I don't make predictions. I never have,
>> and I never will.
>> -Tony Blair
>>
-

Re: [Wicket-user] IntelliJ IDEA Wicket Plugin

2006-12-12 Thread Nick Heudecker

I haven't seen the plugin in wicket-stuff yet.  Have I missed it?

On 12/10/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:


Hi Anders,

> Ok. So lets say that I'll transfer the code to the wicket-stuff
> project. How shall we/I do it and what subdir should be used? I was
> also thinking of a separate mailing list for the plugin
> developers/users and maybe a page dedicated to some intro on how to
> get started etc. On the other hand I just looked at the mailing
> activity on wicket-stuff-developers and it seems sparse.

I would say create a svn directory in trunk, with the name of your
plugin, or something unoriginal as 'wicket-idea-plugin'. Naming is up
to you!

> But still I am wondering as the wicket-stuff - up till now that is -
> only has subprojects that extend the core wicket functionality.

Also demo projects, such as wicket-flickr, wicket-phonebook. And a CMS
is being developed there as well. We don't have a particular vision
with respect to Wicket Stuff, as long as it is Wicket related.

> But
> offcourse that can be changed. But right now - as the front page on
> wicket-stuff.sf.net says - it additional components to the core
> components.

That was until you came along :-)

> My sourceforge user is btw: ahnielsen

You're added.

Martijn

--
Vote for Wicket at the
http://www.thebeststuffintheworld.com/vote_for/wicket
Wicket 1.2.3 is as easy as 1-2-3. Download Wicket now!
http://wicketframework.org

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] IntelliJ IDEA Wicket Plugin

2006-12-09 Thread Nick Heudecker

Yeah, wicket-stuff is probably the place for this.  Thanks for responding so
quickly.

On 12/9/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:


On 12/9/06, Anders Holmbech Brandt <[EMAIL PROTECTED]> wrote:
> So I see two scenarios. I open up my own subversion and add all the
users
> who want to participate and maybe create a small forum (using some
available
> software for that) or maybe work at getting the source into wicketstuff
on
> sourceforge. I'm not sure who controls wicketstuff and how restrictive
they
> are with adding new users. Anyone can answer that ?

We are very lenient to adding new users for Wicket Stuff. All we need
is a userid, and we'll add you. Just send a private message, or reply
to this message with your sf.net userid (it is free to register).

Martijn
--
Vote for Wicket at the
http://www.thebeststuffintheworld.com/vote_for/wicket
Wicket 1.2.3 is as easy as 1-2-3. Download Wicket now!
http://wicketframework.org

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] IntelliJ IDEA Wicket Plugin

2006-12-09 Thread Nick Heudecker

Hi,

Does anyone know if the Wicket plugin for IDEA has been open-sourced?  I'd
like to make some updates to it.

Thanks,
Nick
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Table in a form

2006-12-04 Thread Nick Heudecker

Create panels for the form objects in the DataTable, adding them to the
IColumn.  You can create the DataTable, adding it to the form.

On 12/4/06, Ted Roeloffzen <[EMAIL PROTECTED]> wrote:


Hi all,

Is it possible with Wicket to use a DataTable(repeater) in a form?
In every row of the table, there will be at least 2 textfields and a
checkbox.
Is this possible and if so how do I do this?

Ted

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Forum congratulations...

2006-12-01 Thread Nick Heudecker

However, the same or similar questions are asked frequently.  We (the Wicket
users) should spend more time putting together FAQs.

On 12/1/06, Pierre-Yves Saumont <[EMAIL PROTECTED]> wrote:


 I feel the only reason why there are so many questions asked on this list
is because we can get so many and relevant answers. Nothing to do with lack
of documentation or Wicket being too difficult to use.

Pierre-Yves

Erik van Oosten a écrit :

Considering that Wicket's documentation is ok (actually quite good
compared to many other products), I would like to interpreted it as good
news :)


Francis Amanfo schreef:

 And do we interpret this as good news or bad news. To play the devils
advocate here, this might also be interpreted as a framework with bad
documentation and hard to use. So people often have o consult the
mailing list to pose questions. What do you think?


On 11/30/06, *Erik van Oosten* <[EMAIL PROTECTED]
 <[EMAIL PROTECTED]>> wrote:

Congratulations, this mailing list is the most active java web
framework
forum on Nabble!

http://day-to-day-stuff.blogspot.com/2006/11/wicket-most-active-java-web-framework.html


 




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Question about StringResourceModel

2006-11-28 Thread Nick Heudecker

Got this sorted out.  The problem was on my end - the model object was
null.  Apologies.

On 11/28/06, Johan Compagner <[EMAIL PROTECTED]> wrote:


please add an issue to our jira.

On 11/27/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
>
> I just had a chance to test "notice.notice".  Here's what I got:
>
> java.util.MissingResourceException: Unable to find resource: notice for 
component: regInProgress
>
>
>
> On 11/26/06, Martijn Dashorst <[EMAIL PROTECTED] > wrote:
> >
> > Have you tried "notice.notice=My text with ${foo}"
> >
> > ?
> >
> > Martijn
> >
> > On 11/26/06, Nick Heudecker < [EMAIL PROTECTED]> wrote:
> > > I'm using Wicket 1.2.3, but tried it with 1.2.2 as well.  The output
> > I get
> > > is exactly what's in the properties file.  No parameter replacement
> > is
> > > performed.
> > >
> > >
> > > On 11/26/06, Martijn Dashorst < [EMAIL PROTECTED]> wrote:
> > > > To the best of my knowledge this should work, as it is an exact
> > copy
> > > > from the javadoc. Can you be more specific to what version of
> > Wicket
> > > > you're using, and what you /do/ get on the browser window?
> > > >
> > > > Martijn
> > > >
> > > > On 11/26/06, Nick Heudecker <[EMAIL PROTECTED] > wrote:
> > > > > I'm trying to get the following working and I'm not having much
> > luck:
> > > > >
> > > > >
> > > > > IModel model = new LoadableDetachableModel() {
> > > > > protected Object load() {
> > > > > return session.getRegistrationToken().getPerson();
> > > > > }
> > > > > };
> > > > >
> > > > > add(new  Label("notice", new StringResourceModel("notice",
> > > > > this, model)));
> > > > >
> > > > >
> > > > > notice=You currently have a registration in progress for
> > > > >  ${firstName} ${lastName}.
> > > > > Any thoughts?  Thanks for your time.
> > > > >
> > > > > -Nick
> > > > >
> > > > >
> > > > >
> > >
> > -
> > > > > Take Surveys. Earn Cash. Influence the Future of IT
> > > > > Join SourceForge.net's Techsay panel and you'll get the chance
> > to share
> > > your
> > > > > opinions on IT & business topics through brief surveys - and
> > earn cash
> > > > >
> > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> > > > >
> > > > > ___
> > > > > Wicket-user mailing list
> > > > > Wicket-user@lists.sourceforge.net
> > > > >
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > >  > > href=" http://www.thebeststuffintheworld.com/vote_for/wicket
> > > ">Vote
> > > > for  > > href=" http://www.thebeststuffintheworld.com/stuff/wicket
> > ">Wicket
> > > > at the http://www.thebeststuffintheworld.com/ ">Best Stuff in
> > > > the World!
> > > >
> > > >
> > >
> > -
> > > > Take Surveys. Earn Cash. Influence the Future of IT
> > > > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share
> > > your
> > > > opinions on IT & business topics through brief surveys - and earn
> > cash
> > > >
> > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> > > > ___
> > > > Wicket-user mailing list
> > > > Wicket-user@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > >
> > >
> > >
> > >
> > -
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and

Re: [Wicket-user] Question about StringResourceModel

2006-11-27 Thread Nick Heudecker

I just had a chance to test "notice.notice".  Here's what I got:

java.util.MissingResourceException: Unable to find resource: notice
for component: regInProgress



On 11/26/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:


Have you tried "notice.notice=My text with ${foo}"

?

Martijn

On 11/26/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
> I'm using Wicket 1.2.3, but tried it with 1.2.2 as well.  The output I
get
> is exactly what's in the properties file.  No parameter replacement is
> performed.
>
>
> On 11/26/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> > To the best of my knowledge this should work, as it is an exact copy
> > from the javadoc. Can you be more specific to what version of Wicket
> > you're using, and what you /do/ get on the browser window?
> >
> > Martijn
> >
> > On 11/26/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
> > > I'm trying to get the following working and I'm not having much
luck:
> > >
> > >
> > > IModel model = new LoadableDetachableModel() {
> > > protected Object load() {
> > > return session.getRegistrationToken ().getPerson();
> > > }
> > > };
> > >
> > > add(new  Label("notice", new StringResourceModel("notice",
> > > this, model)));
> > >
> > >
> > > notice=You currently have a registration in progress for
> > >  ${firstName} ${lastName}.
> > > Any thoughts?  Thanks for your time.
> > >
> > > -Nick
> > >
> > >
> > >
>
-
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to
share
> your
> > > opinions on IT & business topics through brief surveys - and earn
cash
> > >
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > >
> > > ___
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > >
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> > >
> > >
> >
> >
> > --
> >  href="http://www.thebeststuffintheworld.com/vote_for/wicket
> ">Vote
> > for  href="http://www.thebeststuffintheworld.com/stuff/wicket";>Wicket
> > at the http://www.thebeststuffintheworld.com/";>Best Stuff in
> > the World!
> >
> >
>
-
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
share
> your
> > opinions on IT & business topics through brief surveys - and earn cash
> >
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>


--
http://www.thebeststuffintheworld.com/vote_for/wicket";>Vote
for http://www.thebeststuffintheworld.com/stuff/wicket
">Wicket
at the http://www.thebeststuffintheworld.com/";>Best Stuff in
the World!

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Question about StringResourceModel

2006-11-26 Thread Nick Heudecker

I'm using Wicket 1.2.3, but tried it with 1.2.2 as well.  The output I get
is exactly what's in the properties file.  No parameter replacement is
performed.

On 11/26/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:


To the best of my knowledge this should work, as it is an exact copy
from the javadoc. Can you be more specific to what version of Wicket
you're using, and what you /do/ get on the browser window?

Martijn

On 11/26/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
> I'm trying to get the following working and I'm not having much luck:
>
>
> IModel model = new LoadableDetachableModel() {
> protected Object load() {
> return session.getRegistrationToken ().getPerson();
> }
> };
>
> add(new  Label("notice", new StringResourceModel("notice",
> this, model)));
>
>
> notice=You currently have a registration in progress for
>  ${firstName} ${lastName}.
> Any thoughts?  Thanks for your time.
>
> -Nick
>
>
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>


--
http://www.thebeststuffintheworld.com/vote_for/wicket";>Vote
for http://www.thebeststuffintheworld.com/stuff/wicket
">Wicket
at the http://www.thebeststuffintheworld.com/";>Best Stuff in
the World!

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Question about StringResourceModel

2006-11-26 Thread Nick Heudecker

I'm trying to get the following working and I'm not having much luck:


  1. IModel model = new LoadableDetachableModel() {
  2. protected Object load() {
  3. return session.getRegistrationToken
  ().getPerson();
  4. }
  5. };
  6.
  7. add(new Label("notice", new StringResourceModel("notice", this
  , model)));
  8.
  9.
  10. notice=You currently have a registration in progress for
${firstName} ${lastName}.


Any thoughts?  Thanks for your time.

-Nick
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] vegas baby

2006-11-17 Thread Nick Heudecker

Hi Scott,

While I can't move to Vegas, I'd be interested in helping with the project
on a consulting basis.  I also teach a 3-day Wicket course.

On 11/17/06, Scott Swank <[EMAIL PROTECTED]> wrote:


So I don't suppose that anyone who knows Wicket reasonably well would
be interested in moving to Vegas?

In the next few weeks we'll be starting our big re-write of
www.vegas.com & www.lasvegas.com.  We'll put in a couple of weeks with
one team developing in JSF/Facelets and the other in Wicket.
Depending on how clean the code base is and how productively the
development progresses we'll make a final determination between the
two.

If we go with Wicket we'll definitely be interested in hiring someone
with Wicket experience.

Cheers & happy Friday,
Scott

--
Scott Swank
reformed mathematician

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Enabling Component Checking?

2006-11-05 Thread Nick Heudecker
Thanks.  On 11/5/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
By default, it is turned on when in development mode and turned off(for efficiency) when in deployment mode. The setting can be accesseddirectly with getDebugSettings().setComponentUseCheck(true/false);Eelco
On 11/5/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:> I was reading the Lifecycle document at> 
http://www.wicket-wiki.org.uk/wiki/index.php/Lifecycle.  It> says "If the Application for the Page has component checking enabled in its> ApplicationSettings, checks that each component rendered."  Is this still
> done?  If so, where is it enabled now?>> Thanks,>> -Nick>> -> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job> easier> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo> 
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> ___> Wicket-user mailing list> 
Wicket-user@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/wicket-user>>>-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Enabling Component Checking?

2006-11-05 Thread Nick Heudecker
I was reading the Lifecycle document at http://www.wicket-wiki.org.uk/wiki/index.php/Lifecycle.  It says "If the Application for the Page has component checking enabled in
its ApplicationSettings, checks that each component rendered."  Is this still done?  If so, where is it enabled now?Thanks,-Nick
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Nested, Detachable Models

2006-11-05 Thread Nick Heudecker
All,I have a form in my application that allows the user to edit the parent object and multiple child objects.  If I use a LoadableDetachableModel for the parent object, changes to the parent are saved but changes to the children are not.  The collection of children is a lazily initialized List, managed by Hibernate.  Using a non-detachable model also saves  changes to the children.  
Is there some way I can get around this?  The children are edited in a ListView.  Thanks.
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket Hosting?

2006-11-03 Thread Nick Heudecker
I've been happy with eApps.com.On 11/3/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
There is no specific requirement which Wicket imposes on the provider.Use any provider you like. wicket-library is hosted at Kattare, which
works well. No real problems so far.JuergenOn 11/3/06, Jonathan Sharp <[EMAIL PROTECTED]> wrote:> What wicket friendly hosting providers would people recommend?
>> -js>> -> Using Tomcat but need to do more? Need to support web services, security?> Get stuff done quickly with pre-integrated technology to make your job
> easier> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> ___> Wicket-user mailing list> Wicket-user@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/wicket-user>>>-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Forms

2006-11-02 Thread Nick Heudecker
You can just encapsulate your key/value stuff in a Panel, then add  number of Panels to the form, depending on what the user requires. On 11/2/06, 
Michael Welter <[EMAIL PROTECTED]> wrote:
I am receiving  key/value objects in a List provided by myAttributeDataProvider.   can vary from one Form to the next.Without having to allocate a  for every possible key, I would like
to put the key/value pairs up on a form in order for the user to be ableto modify zero or more values.Is there a Component, like DataView, that will work in a form?Thanks,-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Components Entirely In Java?

2006-10-18 Thread Nick Heudecker
I wrote that page.  What do you want to know about the implementation?  I can sell you my survey code. :)On 10/18/06, Jonathan Sharp <
[EMAIL PROTECTED]> wrote:I think this is similar to what I'm trying to do. Are there any details of this implementation?
http://www.wicket-wiki.org.uk/wiki/index.php/Forms_with_dynamic_elements
Cheers,-jsOn 10/18/06, Jonathan Sharp <
[EMAIL PROTECTED]> wrote:
I'm a UI developer on a team of about 10 and are in the evaulation process of wicket. Pardon my ignorance if this is obvious or misses the boat...How complex would it be to provide a jar of components to our developers that they can use to build their interfaces without having to touch HTML? The goal would be that they would build the application without having to write any HTML but simply "append" components to each other similar to how you can with the DOM browser side. Our AppBasePage would then have a  tag which is where it would render these components. Does this make sense?
Example Components:- Form- FieldSet- FieldPair- SaveButtonDevelopers would then:class MyPage extends AppBaseBase {    public MyPage() {    Form f = new Form("myForm");
    f.add(new SaveButton("id", "Label"));    add(f);    }}Cheers,-js



-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Safari yes, Firefox no

2006-10-17 Thread Nick Heudecker
What version of Firefox are you using?On 10/17/06, Michael Welter <[EMAIL PROTECTED]> wrote:
This is a very strange problem.  In Firefox, the page display is more orless normal.  However, if I display the source, I see the "Page Expired"
source.  Clicking on any of the links on the page takes me to the "PageExpired" page.Using Safari, I don't have this problem.Has anyone seen this before?Thanks,-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket-CMS Templates

2006-10-10 Thread Nick Heudecker
What about using Velocity templates for markup?On 10/10/06, Gwyn Evans <[EMAIL PROTECTED]> wrote:
My inclination would be to do as much as you can via CSS, but if youneed to add scripting, I'd (a) go with Jython & (b) make a major
effort on examples & documentation!/GwynOn 10/10/06, Ted Roeloffzen <[EMAIL PROTECTED]> wrote:> hello all,>> Some of you may know that we're working on a Wicket-CMS as our grad project.
> We've been thinking about the use of templates. About how we are going to> let people create their own templates. As we saw in Drupal and Joomla, there> templates are full of PHP-code. If we're going to do the same with Java
> code, that means that we force the users the learn Java and perhaps even> Wicket. This is not very user friendly. We could use only CSS-files and> generate the HTML-page and put all the data in DIV's and SPANs. Do any of
> you have ideas on how to make the templates as user-friendly as possible?>> greets,>> Ted--Download Wicket 1.2.2 now! - http://wicketframework.org
-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cashhttp://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Database Integration With Wicket

2006-09-22 Thread Nick Heudecker
The first time, sure.  I'll agree with that.  Once you have your boilerplate application setup, it's pretty easy to replicate it.  On 9/22/06, Ayodeji Aladejebi
 <[EMAIL PROTECTED]> wrote:so what is the much buzz about ror..i just did a small walkthrough that made everything look so easy :)
however in the wicket-phonebook example, it was said that "All Hibernate session management and transaction management is handled by Spring"
sure the whole abstraction thing is good but that means doing some database in wicket based on this example mandates learning some spring and some hibernate...meaning that the more paradigms the more complexity on setting up small web applications.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Nick Heudecker
I thought about something like this to represent null/yes/no, but figured it might confuse casual users.
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Howard is bluffing here ...

2006-08-25 Thread Nick Heudecker
A high-class Java framework debate?  Impossible.  The stakes are too low for any class other than none.  
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Javaref.com

2006-08-23 Thread Nick Heudecker
I'm just happy I was able to purchase the advertising for Wicket (and Struts).  :) On 8/23/06, Nathan Hamblen <
[EMAIL PROTECTED]> wrote:Take a look, if you haven't already: it's VERY well done. And it's done
in Tapestry. Yay for second-gen Web frameworks, or something.Nathan-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Add another WizardStep conditionally

2006-08-19 Thread Nick Heudecker
That's how I do it as well.  The solution I wanted was to not have to create the step if I wasn't going to use it, but evaluate() works fine.  On 8/19/06, 
Eelco Hillenius <[EMAIL PROTECTED]> wrote:
On 8/19/06, De Soca <[EMAIL PROTECTED]> wrote:> Hi all,>> I have tried adding a WizardStep conditionally at runtime a few> different ways with limited success.
>> Can someone recommend the best approach to accomplish this?Did you see UserRolesStep in the NewUserWizard example? That's aconditional step;wicket.extensions.wizard.WizardModel.ICondition#evaluate
() does thework:/** * @see wicket.extensions.wizard.WizardModel.ICondition#evaluate() */public boolean evaluate(){
return assignRoles;}So if assignRoles was set to true due to a model change by an earlierstep, this step will be available. If false, it will be skipped.
There are a couple more people that have been working with thiscomponent (Nick?). Maybe they wanna share their thoughts.> I have based my approach on the Wizard samples supplied, which is> probably one of the best components I have found in any framework to
> assist with mundane CRUD operations.Glad you like it. Unfortunately, it got a bit less elegant in 2.0.Still workable, but the steps and actual Wicket components had to beseparated as you can't create components without a parent (upfront) in
2.0 anymore.Eelco-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Creating Panel to display a list of Panels

2006-08-17 Thread Nick Heudecker
This might help:http://www.wicket-wiki.org.uk/wiki/index.php/Forms_with_dynamic_elementsAs far as expandable panels, that's easily accomplished with Wicket's AJAX support.  Email me if you need more help with it.  

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Lightbox Pattern and the PageMap

2006-08-10 Thread Nick Heudecker
Indeed it is, plebe.  :)On 8/10/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
i think the problem is nick thinks everyone is as enlightened as he is - but its a lonely place way up top there :)
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Lightbox Pattern and the PageMap

2006-08-09 Thread Nick Heudecker
All:I'm going to be using the lightbox pattern in a number of pages.  The lightboxed pages will have forms, so I'm concerned that they might cause page expirations when I'd rather they not.  Any thoughts on this?  Thanks.
-Nick
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Nick Heudecker
Maybe just add some notification text to the edit page to remind people to add it.  I know the Hibernate forums provide default text in the textarea to remind people to enter as much relevant info as possible, which could be another option.
On 8/7/06, Gwyn Evans <[EMAIL PROTECTED]> wrote:
On 07/08/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:> im not a wiki admin so hopefully gwyn is reading with us ;)You are, actually! :-)Anyway, it's certainly worth suggesting to people who're adding code
that they mention the version they're using, but I'm not sure how easyit'd be to tweak the wiki to ensure there's a field to be set.../Gwyn> as far as the mounts it shouldnt be a problem, wicket resolves the
> longest mount it can first.>> -Igor>>> On 8/7/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote:> > well, after "playing around" for only 3 days it might be a bit too early,
> > but basicly i would do some work in that way -> >> > btw: you mentioned the wiki and sth, that had was a big problem is that the> > wiki never tells you what version is covered with the current page, so you
> > should add a needed field there where the users have to enter the version of> > wicket they write this for> >--Download Wicket 1.2.1 now! - 
http://wicketframework.org-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] OT: Gmail invitation? Good SVN hosts?

2006-08-07 Thread Nick Heudecker
I've had decent luck with svn-hosting.com.  On 8/7/06, Frank Bille <
[EMAIL PROTECTED]> wrote:
On 8/7/06, Per Ejeklint <[EMAIL PROTECTED]> wrote:

Fellows,I'm trying out free hosting services - need a place to hold my spiffywicket-application that I finally got started with. Want to try outGoogle Code but apparently you need Gmail. Can anyone invite me (Per
Ejeklint, [EMAIL PROTECTED])?I can invite you if you haven't been already?
Frank

-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] VOTE: how should localized attributes work?

2006-08-03 Thread Nick Heudecker
2 [X]On 8/3/06, MK Tan <[EMAIL PROTECTED]> wrote:
2 [X]--- Eelco Hillenius <[EMAIL PROTECTED]> wrote:> For localized attributes - so that you don't have to> attach attribute> modifiers all over the place for that sole reason -
> we have two> alternative approaches in mind. For end-users this> would either look> like:>> 1) >
> which is compact, or>> 2) > wicket:message="value:my_key"/>>> which works better if you want to keep your
> components preview-able.>> What do you prefer (vote open to anyone that want to> join in)?>> 1 [  ]> 2 [  ]>>> Eelco>> (I have to think about what I like a bit more
> myself, but currently I> lean towards 2 as I think it is cleaner and supports> preview-ability)>>-> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get> the chance to share your> opinions on IT & business topics through brief> surveys -- and earn cash>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> ___> Wicket-user mailing list> 
Wicket-user@lists.sourceforge.net>https://lists.sourceforge.net/lists/listinfo/wicket-user>__
Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com-
Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket:message

2006-08-03 Thread Nick Heudecker
I think supporting both versions, while noble, is only going to confuse users.  More importantly, it's going to confuse me. :)On 8/3/06, Eelco Hillenius
 <[EMAIL PROTECTED]> wrote:
I'll start another thead for voting.EelcoOn 8/3/06, Johan Compagner <[EMAIL PROTECTED]> wrote:> time for a vote? Which kind do we want now?
>> i like the simple parsing one:>> >> or if we want default values:>>  
>> both are fine by me and we could support both versions just fine.>> johan On 8/3/06, Eelco Hillenius <[EMAIL PROTECTED]
> wrote:> > Time for a vote then? Does anyone see any potential problems with the> > whole issue?> >> > Eelco> >> >> > On 8/3/06, Igor Vaynberg <
[EMAIL PROTECTED]> wrote:> > > my primary concern is making it easy for our users.> > >> > > we are not talking about just wicket: we are talking about wicket:i18n:
> and> > > wicket:packaged: prefixes - what do you really think the odds are with a> > > user collission?> > >> > > i agree that it is not as clean/safe as a separate attribute, but it is
> > > quicker/easier to read.> > >> > > but i think we will walk in circles on this one so lets agree to> disagree.> > >> > > the nice thing about wicket is that markup loading is pluggable, so i
> can> > > write a filter that uses my scheme, and you can write a filter that uses> > > yours. we make both of them available, and the users can choose which> one> > > they want to add :)
> > >> > > -Igor> > >> > >> > >> > > On 8/3/06, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote:> > > > * Igor Vaynberg:
> > > >> > > > > well..this  is what  it would  be...checking every  attribute of> > > > > every tag. this will be done only once when the markup is loaded> > > > > into the cache so there wont be a performance hit.
> > > >> > > > Attribute values  are arbitrary  strings.  I wouldn't  parse that.> > > > What if I put wicket:something on purpose?  I don't expect a weird> > > > exception to be throwed.
> > > >> > > > Attribute names on the contrary  are normalized and you can safely> > > > add new constructs, as allowed by XML namespaces.> > > > --> > > >  Jean-Baptiste Quenot
> > > > aka  John Banana Qwerty> > > > http://caraldi.com/jbq/> > > >> > > >> > >> -
> > > > Take Surveys. Earn Cash. Influence the Future of IT> > > > Join SourceForge.net's Techsay panel and you'll get the chance to> share> > > your> > > > opinions on IT & business topics through brief surveys -- and earn
> cash> > > >> > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > > ___> > > > Wicket-user mailing list> > > > Wicket-user@lists.sourceforge.net
> > > >> https://lists.sourceforge.net/lists/listinfo/wicket-user> > > >> > >> > >
> > >> -> > > Take Surveys. Earn Cash. Influence the Future of IT> > > Join SourceForge.net's Techsay panel and you'll get the chance to share
> your> > > opinions on IT & business topics through brief surveys -- and earn cash> > >> 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> > >> > > ___> > > Wicket-user mailing list> > > 
Wicket-user@lists.sourceforge.net> > >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >> > >> > >> >> >> -> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share> your> > opinions on IT & business topics through brief surveys -- and earn cash> >> 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> > ___> > Wicket-user mailing list> > 
Wicket-user@lists.sourceforge.net> > https://lists.sourceforge.net/lists/listinfo/wicket-user>  -
> Take Surveys. Earn Cash. Influence the Future of IT> Join SourceForge.net's Techsay panel and you'll get the chance to share your> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>> ___
> Wicket-user mailing list> Wicket-user@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cashhttp://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
---

Re: [Wicket-user] voicetribe beta testing

2006-08-03 Thread Nick Heudecker
I'll test it.  On 8/3/06, Jonathan Locke <[EMAIL PROTECTED]> wrote:
apologies to those who already heard from me on the developer list,but we're still looking for a couple more beta testers for our wicket-basedfilm community web site (voicetribe).  drop me an email if you're
interested.thanks,  jon-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cashhttp://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] VOTE: how should localized attributes work?

2006-08-03 Thread Nick Heudecker
2
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] HTML tools

2006-08-01 Thread Nick Heudecker
I second IDEA.  And Google, for that matter.On 8/1/06, Mats Norén <[EMAIL PROTECTED]> wrote:
I can recommend Intellij IDEA as a HTML-editor. Great CSS-support aswell. Theres a video demonstration somewhere. I think it's a googletechtalk where one of the developers demos the HTML support./Mats
-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Detached Models and Forms

2006-07-31 Thread Nick Heudecker
So something like this?public void onSubmit() {  Foo f = (Foo) getModelObject();  ...}or like: public void onSubmit() {  Foo f = (Foo) getModel().getObject(null);  ...}
Because the first one refreshes the object from the database.  On 7/31/06, Eelco Hillenius <[EMAIL PROTECTED]
> wrote:After successful validation, you should update the database with the
object that is in your detachable model. They should be in sync then.If for some reason, you need to read in the value fresh in the samerequest, just call detach on that model to ensure next time it is readit will first re-load the actual model.
EelcoOn 7/31/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:> But that's not the behavior I'm seeing.  On successful validation, the model> object is refreshed from the database after the form updates the model
> object, clobbering the user-entered data.>>>  On 7/31/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:> > Yeah, those models are typically perfect for doing database stuff. The
> > only thing is that if all validations pass, you should update the> > database. But that's usually exactly what you want, right? If> > validation fails, the model is indeed reloaded from the database, but
> > that's not something that is in the user's way as for components for> > which the validation failed, the input values of last request will be> > displayed instead of the current model values.
> >> > Eelco> >> >> > On 7/31/06, Nick Heudecker < [EMAIL PROTECTED]> wrote:> > > Is it possible to use a LoadableDetachableModel with a Form?  The
> problem> > > I'm running into is the following:> > >> > > 1) Create the Form with: new Form("form", new CompoundPropertyModel(new> > > MyDetachableModel(fooId, fooService)));
> > > 2) Present the page to the user for editing.  The user edits the fields> and> > > submits the form.> > > 3) The model object is reloaded from the database/cache, wiping out what
> the> > > user entered.> > >> > > Is there any way around clobbering the user input?  It doesn't look like> it> > > since the LoadableDetachableModel is doing exactly what it's supposed
> to,> > > but I want to make sure I'm not missing something.> > >> > >> -> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to share> your> > > opinions on IT & business topics through brief surveys -- and earn cash> > >> 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> > >> > > ___
> > > Wicket-user mailing list> > > Wicket-user@lists.sourceforge.net> > >> 
https://lists.sourceforge.net/lists/listinfo/wicket-user> > >> > >> > >> >> >> -
> > Take Surveys. Earn Cash. Influence the Future of IT> > Join SourceForge.net's Techsay panel and you'll get the chance to share> your> > opinions on IT & business topics through brief surveys -- and earn cash
> >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> > ___
> > Wicket-user mailing list> > Wicket-user@lists.sourceforge.net> > 
https://lists.sourceforge.net/lists/listinfo/wicket-user> >>>> -> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your> opinions on IT & business topics through brief surveys -- and earn cash> 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>> ___> Wicket-user mailing list> 
Wicket-user@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/wicket-user>>>-
Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Detached Models and Forms

2006-07-31 Thread Nick Heudecker
But that's not the behavior I'm seeing.  On successful validation, the model object is refreshed from the database after the form updates the model object, clobbering the user-entered data.  
On 7/31/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
Yeah, those models are typically perfect for doing database stuff. Theonly thing is that if all validations pass, you should update thedatabase. But that's usually exactly what you want, right? Ifvalidation fails, the model is indeed reloaded from the database, but
that's not something that is in the user's way as for components forwhich the validation failed, the input values of last request will bedisplayed instead of the current model values.EelcoOn 7/31/06, Nick Heudecker <
[EMAIL PROTECTED]> wrote:> Is it possible to use a LoadableDetachableModel with a Form?  The problem> I'm running into is the following:>> 1) Create the Form with: new Form("form", new CompoundPropertyModel(new
> MyDetachableModel(fooId, fooService)));> 2) Present the page to the user for editing.  The user edits the fields and> submits the form.> 3) The model object is reloaded from the database/cache, wiping out what the
> user entered.>> Is there any way around clobbering the user input?  It doesn't look like it> since the LoadableDetachableModel is doing exactly what it's supposed to,> but I want to make sure I'm not missing something.
>> -> Take Surveys. Earn Cash. Influence the Future of IT> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> ___> Wicket-user mailing list> Wicket-user@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/wicket-user>>>-Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Detached Models and Forms

2006-07-31 Thread Nick Heudecker
Is it possible to use a LoadableDetachableModel with a Form?  The problem I'm running into is the following:1) Create the Form with: new Form("form", new CompoundPropertyModel(new MyDetachableModel(fooId, fooService)));
2) Present the page to the user for editing.  The user edits the fields and submits the form.3) The model object is reloaded from the database/cache, wiping out what the user entered.  Is there any way around clobbering the user input?  It doesn't look like it since the LoadableDetachableModel is doing exactly what it's supposed to, but I want to make sure I'm not missing something.  

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] quickstart

2006-07-07 Thread Nick Heudecker
Yeah, I think the devs know about that problem.On 7/7/06, Scott Swank <[EMAIL PROTECTED]> wrote:
I nabbed the wicket 1.2 quickstart for a quick prototype at work andnoticed that it was missing the jetty jar.  I then copied the
following jars from the 1.1.1 quickstart into the 1.2 quickstart libdirectory and everything is up and running.jasper-compiler-4.1.30.jarjasper-runtime-4.1.30.jarognl-2.6.7.jarorg.mortbay.jetty-4.2.22.jar
servletapi-2.3.jarShould these be included in the 1.2 quickstart?--Scott Swankreformed mathematicianUsing Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket emailaddress validation incorrect

2006-06-21 Thread Nick Heudecker
If people want the monster validator, they can write their own email address validator.On 6/21/06, Igor Vaynberg <
[EMAIL PROTECTED]> wrote:heh, my vote is for michael's :) i merged it into 
1.2 and 2.0 branches.what do you guys think? the big pattern is quiete a bit bigger and the way it works right now is every instance of email addr validator will create its own copy - maybe if we refactor that to keep the pattern as a singleton it wouldnt be too bad. but as it is right now that is 1K extra session space per validator isntance which is pretty creepy
-IgorOn 6/20/06, Frank Bille Jensen <
[EMAIL PROTECTED]> wrote:

On Tue, 2006-06-20 at 08:42 -0700, Igor Vaynberg wrote:> i wonder how big the created state machine is for this beast :)It's quite big. I just tried to profile it and compare it to the regex,which Michael Korthuis provided. If I can calculate correctly it is over
100 times larger than Michaels regex.Attached is the memory tables for the Pattern object in the to differenttests.RegardsFrank BilleAvaleo___
Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Its confirmed - Another !!Wicket Book!!

2006-06-19 Thread Nick Heudecker
Congrats on the book.  It's hard work, but rewarding.On 6/19/06, karthik Guru <[EMAIL PROTECTED]
> wrote:Hi All, I'm writing a book on Wicket for Apress. Finally - finally I'm allowed to say this! I wasn't too sure about the announcement until Igor and David agreed to review it. Thanks David and Igor!!. 
Igor seems reasonably happy with the initial chapter content and so here it is ! :). 
thanks, karthik 


___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Captcha

2006-06-16 Thread Nick Heudecker
If you're running this on a headless box, you might need the headless option to the app server's JVM:-Djava.awt.headless=true
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Multiple form component validation, validate two or more fields that are related

2006-06-07 Thread Nick Heudecker
Generally I'd implement IFormValidator, but things like:AndValidator(IValidator, IValidator) and OrValidator(IValidator, IValidator)would be interesting.On 6/8/06, 
Christopher Derek Curry <[EMAIL PROTECTED]> wrote:
Hi,Can anyone provide a simple example on how to do "Multiple form component validation, validate two or more fields that are related" as listed in major features of Wicket 
1.2 on the home page? I saw some posts from late 2005 about this (doing the stuff in the onSubmit), but it would be nice to know if there is another/newer approach in the 
1.2 release!- Christopher



___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Seam-like solution for Wicket + EJB3?

2006-05-31 Thread Nick Heudecker
I really don't see why this problem can't be solved with the standard Open Session In View pattern.  I've used it with Struts and Wicket without a problem.


Re: [Wicket-user] write an entire tag?

2006-05-22 Thread Nick Heudecker
I really don't see the problem, but this is my code:Page class:add(new GridView("someList", someList) {  // ...}.setColumns(2));Markup:    
        


[Wicket-user] MultiPart Form and AjaxSubmitButton

2006-05-20 Thread Nick Heudecker
I'm attempting to upload a file using a form with an AjaxSubmitButton.  Ideally, I'd like to swap out a panel once the form is submitted, but I'm not getting that far.  When I submit the form, I'm getting the following exception:
java.lang.IllegalStateException: ServletRequest does not contain multipart content    at wicket.protocol.http.servlet.MultipartServletWebRequest.(MultipartServletWebRequest.java:85)    at 
wicket.protocol.http.servlet.ServletWebRequest.newMultipartWebRequest(ServletWebRequest.java:226)    at wicket.markup.html.form.Form.handleMultiPart(Form.java:1071)    at wicket.markup.html.form.Form.onFormSubmitted
(Form.java:288)    at wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:86)    at wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:161)    at wicket.ajax.AbstractDefaultAjaxBehavior.onRequest
(AbstractDefaultAjaxBehavior.java:231)    at wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:98)    at wicket.request.compound.DefaultEventProcessorStrategy.processEvents
(DefaultEventProcessorStrategy.java:65)    at wicket.request.compound.AbstractCompoundRequestCycleProcessor.processEvents(AbstractCompoundRequestCycleProcessor.java:57)    at wicket.RequestCycle.doProcessEventsAndRespond
(RequestCycle.java:846)I've called 'form.setMultiPart(true)' and the form submits fine without the AjaxSubmitButton.  Any suggestions?


Re: [Wicket-user] Broadest appeal for Wicket

2006-05-20 Thread Nick Heudecker
I'm also confused by this.  What are the specific problems you're encountering?  The more detail you can provide, the better the wiki page I'll write will be. :)On 5/20/06, 
Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:
configuration hell with wicket? well for some of us who have tasted struts, spring web flow and JSP stuffswicket is heaven



Re: [Wicket-user] tracking website usage

2006-05-18 Thread Nick Heudecker
If you're using bookmarkable pages, you could just use a servlet filter.  But that's really the same thing as processing your access logs.  Another approach might be to wrap the various Link classes to log when pages are accessed.  Cumbersome if you don't already have Link subclasses - which we do for access control.  
I'm not familiar enough with the Wicket internals.  Maybe there's something easier.On 5/18/06, Frank Silbermann <
[EMAIL PROTECTED]> wrote:


















If all the pages in my Wicket application
extend a common base page, what are some of the ways I could keep track of the
each page's popularity?  I'm
thinking of something I could put on the base page that, upon construction,
would identify the actual subclass being constructed and add it to that class'
counter in persistent storage. 

 

Have any of you done something like this?  If
so, how did you architect that capability?











Re: [Wicket-user] Wicket in action?

2006-05-11 Thread Nick Heudecker
Won't that make it hard to read?On 5/11/06, Ali Zaid <[EMAIL PROTECTED]> wrote:
hay :) when do we expect this? I want to eat this book!!! :)


Re: [Wicket-user] Filterable ListViews

2006-05-05 Thread Nick Heudecker
What about the DefaultDataTable in wicket-extensions?  I'm using Spring and Hibernate and it works great.  -- Forwarded message --From: Michiel Trimpe
 <[EMAIL PROTECTED]>Date: May 5, 2006 11:25 AMSubject: [Wicket-user] Filterable ListViews
To: 
wicket-user@lists.sourceforge.net.














Hey everybody,

 

I've just started a Wicket pilot as a possible web-framework
to complement Spring and Hibernate at our company and I'm going to need
some help.

 

My first question to the list is, are there any examples of
filtered tables??

 

I get a list from spring with Hibernate managed objects and
a list of possible objects and so far I've only been able to add a
DropDownChoice and a ListView, but I don't know how to make them work
together.

 

Thanks a lot already and have a nice weekend!

 

 - michiel

 

 

Michiel Trimpe

| Java Developer| TomTom | [EMAIL PROTECTED] | +31
(0)6 41482341mobile

 





This e-mail message contains information which is confidential and may be privileged. It is intended for use by the addressee only. If you are not the intended addressee, we request that you notify the sender immediately and delete or destroy this e-mail message and any attachment(s), without copying, saving, forwarding, disclosing or using its contents in any other way. TomTom 
N.V., TomTom International BV or any other company belonging to the TomTom group of companies will not be liable for damage relating to the communication by e-mail of data, documents or any other information.









[Wicket-user] Pondering Possible PageMap Problem

2006-04-26 Thread Nick Heudecker
I'm running RC2 for an application I'm working on.  The application has two major parts: internal pages for use by application admins, and public registration pages.  Internal pages don't do anything special with the PageMap, but public registration pages set a specific PageMap.  This is in case app admins preview the public site.  (Hopefully this is all making sense.)
The public registration pages have a common super class that calls:super(PageMap.forName("microsite"));The problem I'm having is that the public registration page keeps refreshing in the browser, with the following URL:
http://localhost:8080/app/event/4c7d7d8a/wicket:pageMapName/wicket-0Everything in that URL is mine except "/wicket:pageMapName/wicket-0".  I didn't type it in - Wicket put it there.  What is it and could it be causing this problem?
I've tried removing Tomcat's HTTP Session cache with no change.  Any help is appreciated.



Re: [Wicket-user] Image upload

2006-04-21 Thread Nick Heudecker
I do this and save the files off to a working directory on the server, while the metadata is stored in the database.  I didn't know about WebDynamicResource, so I wrote a simple servlet filter to handle it for me.
On 4/21/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
you could save those images to a DB or to a working dir on the server.Then have a DynamicByteArrayResource or the 1.2 one: WebDynamicResource to load the image from the location you stored the image.
johan
On 4/21/06, Steve Knight <[EMAIL PROTECTED]
> wrote:
I am creating a form that will allow users to upload image files that will be displayed on other pages.  How should I go about uploading the images so that they can be used in Wicket Image components on the other pages?  The upload part is not problem, I just don't know where I should put them.
On my view pages, I am using ThumbnailImageResource which takes a WebResource in it's contructor to find the image.  Where should I save the images to make this work?Thanks.

Steve






Re: [Wicket-user] Best way to redirect to a non Wicket page

2006-04-18 Thread Nick Heudecker
Isn't there an ExternalLink class?


Re: [Wicket-user] DataTable formatting

2006-04-11 Thread Nick Heudecker
It works in IE as well, depending on the contents of the TD.  Can you paste a bit of the markup?On 4/11/06, Frank Silbermann <
[EMAIL PROTECTED]> wrote:


















The CSS attribute 'empty-cells: show'
works in Mozilla, but not in IE 6.0 – are there any work-arounds?

 

-Original Message-
From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED]] On Behalf Of 
Nick Heudecker
Sent: Monday, April 10, 2006 4:12
PM
To:
wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user]
DataTable formatting

 

Have you tried the CSS attribute 'empty-cells: show;'
?



On 4/10/06, Frank Silbermann <
[EMAIL PROTECTED] >
wrote:



To draw lines separating every cell in my DataTable I tried:
  
    
  
as Igor recommended.  It worked fine, except for when the IDataProvider provided either a null or an empty string for a particular cell.
  Then the line separators were missing.  Do you think the more complex CSS approach would do better?
 --
or even 
 -Igor
  
 On 
3/31/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
 >
>  table.datatable td { border:0; border-bottom: 1px solid black;</span></font></pre><pre style="margin-left: 0.5in;"><font face="Courier New" size="2">
<span style="font-size: 10pt;">> border-right: 1px solid black; } >
> 
 > .
>>
 > -Igor
> 
>>
> On 3/31/06, Frank Silbermann <
[EMAIL PROTECTED]> wrote:
 > >
> >  Is there a way to make the DataTable draw a line between every row and
> > column ? like a grid? 
> >>
> 
 

 







 









Re: [Wicket-user] DataTable formatting

2006-04-10 Thread Nick Heudecker
Have you tried the CSS attribute 'empty-cells: show;' ?On 4/10/06, Frank Silbermann <[EMAIL PROTECTED]
> wrote:















To draw lines separating every cell in my DataTable I tried:
 
 as Igor recommended.  It worked fine, except for when the IDataProvider provided either a null or an empty string for a particular cell.
  Then the line separators were missing.  Do you think the more complex CSS approach would do better? 
--or even 
 -Igor
  On 
3/31/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
>>  table.datatable td { border:0; border-bottom: 1px solid black;
> border-right: 1px solid black; } >
> 
> .>>
> -Igor>
>>> On 
3/31/06, Frank Silbermann <[EMAIL PROTECTED]> wrote:
> >> >  Is there a way to make the DataTable draw a line between every row and
> > column ? like a grid?
> >>>
 

 









Re: [Wicket-user] Any Wicket presentation material ?

I'm working on materials for a training course, but I don't think they'll be done in time for your needs.On 4/10/06, Ingram Chen <
[EMAIL PROTECTED]> wrote:Hi, all   Our team decides to start to adopt Wicket next month. And I am reponsible for 
introducing and training. Are there any exist materials or slices for reference ? There is a pdf in JavaPolis but unfortunately it is broken...
 I highly appreciate any help, thanks.-- Ingram ChenJava [EMAIL PROTECTED]Institue of BioMedical Sciences Academia Sinica Taiwan
blog: http://www.javaworld.com.tw/roller/page/ingramchen




Re: [Wicket-user] users: your opinions please! (was: feedback messages)

I'm only using info and error.On 3/25/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
Hey Wicket users, please tell us whether or not you are using thosedifferent levels. We are about to remove them for a next version, so
*if* you feel attached to them, you should shout out now before it istoo late.


Re: [Wicket-user] HTTPS switching

This was the subject of a long discussion on IRC.  At the time the decision was to do nothing.  I've been considering protecting certain pages using mounted URLs and servlet filters, but I haven't gotten past the consideration stage.
Eelco and Martijn might be able to weigh in on the details of that discussion.  


[Wicket-user] WicketTester replaces Application class

The problem with WicketTester is it replaces your Application subclass, so if you're using something like Spring, you no longer have access to Spring-managed beans.  Is there a convenient workaround for this?


Re: [Wicket-user] Hey, Need A Panel for DateSelection?

I need to redo that DateSelector and TimeSelector component to use Models.  Don't use it yet! :)On 3/6/06, Eelco Hillenius <
[EMAIL PROTECTED]> wrote:Thanks for your contribution!There is also a patch/ proposal in our RFE's. My plan is to make that
part of wicket-examples, but not to have such a component as astandard delivered one. The problem with the three dropdowns solutionis that that'll be a hard one to implement fully localized. And Ithink any component that we ship with wicket or wicket-extensions
should be localizable. But putting such a component in wicket-exampleswould be a nice example of how to make custom components, and wouldgive people the option of just copy 'n paste it for their own needs.
EelcoOn 3/6/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:>> Well this is no datepicker, its just a simple implementation of the 3> DropDown boxes.
>> it's here... i made it for one application i am working on so you can share> it with me pending the time the Wicket team releases one>> To use it is like: (Java)
>>  form.add(dateHidden = new HiddenField("dateField"));>form.add(dateSelect = new DateSelectorPanel("datePanel", dateHidden));>> (html)>> 
>  >> The idea i used is simply to inject a Date Object into a HiddenField.>>> And Ensure that dateField is a java.util.Date
 property in your Form Model.> Leave the rest to the Wicket magic.>>---This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcastand join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Re: PopupWindow

Not sure about the style, but make sure you're using a new page map for them.  That  bit me yesterday.  For example:new PopupSettings(PageMap.forName("popup-page-map"));


Re: [Wicket-user] Customizing TypeValidator's "type"

Yeah, that will work very well.On 3/1/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
with my recent refactorings i can add another key to be searched that is "TypeValidator".Typeso keys like TypeValidator.BigDecimal will take priority over TypeValidator
that way you can create the keys for different types.
sound good?-Igor
On 3/1/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
TypeValidator adds a "${type}" key for validation messages.  Is there any way to customize this for the specific case?  For instance, I use TypeValidator for BigDecimals and Dates.  I don't want my users seeing "
java.math.BigDecimal" or "java.util.Date" in the validation messages.Thanks for your time.






[Wicket-user] Customizing TypeValidator's "type"

TypeValidator adds a "${type}" key for validation messages.  Is there any way to customize this for the specific case?  For instance, I use TypeValidator for BigDecimals and Dates.  I don't want my users seeing "
java.math.BigDecimal" or "java.util.Date" in the validation messages.Thanks for your time.


Re: [Wicket-user] is IValidatorResourceKeyFactory being used

You can remove it now and I'll just wait to update to the latest snapshot.  IIRC, there's a wiki page on the new validation messages, correct?


Re: [Wicket-user] is IValidatorResourceKeyFactory being used

We're using it.  We should move away from it, but I don't have the time to update everything in my app right now. On 2/28/06, Igor Vaynberg <
[EMAIL PROTECTED]> wrote:i would like to remove IValidatorResourceKeyFactory and so i want to know if anyone is using it and thus be affected. since we now have a good search order for resource keys instead of always trying 
formname.inputname.validator-class
 the factory is more or less obsolete.so if you are using it please respond.-Igor




Re: [Wicket-user] Re: DatePicker problems

Done.  I just copied the source into the description field since I figure you'll want to completely rewrite it. :)


Re: [Wicket-user] Re: DatePicker problems

Certainly, although it can probably be Wicket-ified some more.  I can also contribute a time selector I wrote.  Where should I put them?  On 2/27/06, Martijn Dashorst
 <[EMAIL PROTECTED]> wrote:
Nick,Are you willing to donate your form component? I can see that there is some interest in the component you created.Martijn
On 2/27/06, 
Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:

please just a suggestion about Date Components. Is it possible to have a FormComponent for Date that is rendered as 3 combo boxes with Year | Month | Date in a drop down combos, so that when you attach that FormComponent, it will render 3 combo boxes for Year | Month | Date and then when you submit, it will internally convert the selected values in each combo boxex into the Date Objects.

 
I think this option will also be great especially in anticipation of _javascript_ issues with DatePicker components.thanks
 
On 2/26/06, Eelco Hillenius <[EMAIL PROTECTED]
> wrote:
I looked at the Yahoo components and I like them a lot. I startedworking on a yui (Yahoo UI library) package in extensions, an example
in wicket-examples, and picked Calendar as the first component. It'svery crude still, but it looks like that yahoo stuff is going to saveour day :)The only thing I am lacking is time. I am enclosing what I worked on
(it's in CVS too, but it'll  take a few hours to show up) and I amhoping on some participation. First step is to look at what I did, andthink what way you'd like it to evolve. Of course just a patch to make


it work in a form, have CSS styles work properly and an extension,DatePicker that let's you select a date and put it in some other fieldis more than welcome too! ;) Or the tree. Or...EelcoOn 2/24/06, Eelco Hillenius <
[EMAIL PROTECTED]> wrote:> Hi all,>> There's a bunch of problems with DatePicker poppin up. In fact, there
> have been problems with it's localization support from the start, but
> I hoped they would be fixed with a new version of jscalendar for which> the datepicker component is just a wrapper. However, the last release> of that thing was almost a year ago, and I don't feel confident there
> will be any release soon.>> I'd like to propose an alternative to jscalendar. One that has> robusteness over number of features, though I have no problem with> that thing looking nice.
>> One of the candidates that looks good to me is the yahoo calendar,> 

http://developer.yahoo.net/yui/calendar/index.html Anyone played
> around with that? If that's good, and some other yahoo components are> too (they sure look good to me), we could create a couple of> Yahoo/Wicket components. My plan would be to deprecate the current
> date picker - fix bugs if anyone can submit patches, but I'm too short> of time to go after that myself - and create a> wicket.extensions.markup.html.yahoo package for all yahoo components> (
e.g. we would have wicket.extensions.markup.html.yahoo.calendar).> Also, my plan would be to make using these components super easy to> use. If I look at the current DatePicker implementation, I believe I


> took it too far in trying to support a large part of the jscalendar> API. New implementations should be far simpler and more limited to> what it can do by default. If people want more fancy stuff, they could
> extend such a component and learn from the implementation how to take> their component further.>> Thoughts, suggestions?>> Eelco>




-- Living a wicket life...Martijn Dashorst - 
http://www.jroller.com/page/dashorstWicket 1.1.1
 is out: http://wicket.sourceforge.net/wicket-1.1




  1   2   3   4   >