[Wicket-user] Who knows what happen to "wicket Library" ?

2006-11-26 Thread JFC
http://www.wicket-library.com/

It seems this website is crashed? 


JFC Hsieh


-
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] Give me a Wicket MVC so simple example!

2006-11-26 Thread Dirk Markert

exaMple
Very
  niCe

2006/11/27, Eelco Hillenius <[EMAIL PROTECTED]>:


Must
Violate
Conventions


On 11/26/06, la guo <[EMAIL PROTECTED]> wrote:
> RT.
>
-
> 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] Give me a Wicket MVC so simple example!

2006-11-26 Thread Eelco Hillenius
Must
Violate
Conventions


On 11/26/06, la guo <[EMAIL PROTECTED]> wrote:
> RT.
> -
> 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] Give me a Wicket MVC so simple example!

2006-11-26 Thread la guo

RT.
-
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 Martijn Dashorst
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


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


Re: [Wicket-user] Question about StringResourceModel

2006-11-26 Thread Martijn Dashorst
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


Re: [Wicket-user] Question about StringResourceModel

2006-11-26 Thread Erik van Oosten
Could you be more specific in what you want to achieve?

If you want to use a simple message (no arguments) from a resource bundle
add(new  Label("notice", new ResourceModel("notice")));
would be sufficient.
Do you need info on where to put the messages?

 Erik.


Nick Heudecker schreef:
> 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

-- 
Erik van Oosten
http://day-to-day-stuff.blogspot.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] Wicket-Stuff: ProjectMantainers page updated

2006-11-26 Thread Filippo Diotalevi
On 11/22/06, James McLaughlin <[EMAIL PROTECTED]> wrote:
> Great. I'm thinking maybe we need a second ProjectStatus page, since I
> believe the amount of status info is going to grow. This would have info
> such as Notes, Current Versions,  Maven  support, and possibly a TODO list
> for each project. Or each project can have a project status page, but I
> would still like one summary page to see it all at a glance. What d you
> think?

Hi James (sorry for the late answer.. I was abroad & not connected to
the internet) I agree with you: there are a lot of data to collect
and, overall, a lot of things to do.
I'm in favour of creating a single page for each project with all the
details we need *and* a todolist for each project. Each of this page
eventually might become the "official" page of the project, if we
decide to use the wiki as website.

I see also that there are a lot of projects whose mantainer is
unknown... I think we should clearly decide what to do with them,
because abandoned projects will rapidly become unusable with 1.3 and
2.0

--
  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


[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] Question about XML processing in wicket

2006-11-26 Thread Carfield Yim
I guess you talking about
http://wicket.sourceforge.net/apidocs/wicket/markup/transformer/XsltTransfomerBehavior.html#onComponentTag(wicket.Component,
wicket.markup.ComponentTag) , it would be great if there is more
examples about this.

On 11/25/06, Matej Knopp <[EMAIL PROTECTED]> wrote:
> Can't you just override the onComponentTag method and modify the tag the
> way you need?
>
> -Matej
>
> Carfield Yim wrote:
> > On 11/24/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> >> And what do want to achieve? What is the input markup and what your
> >> expected output markup?
> >>
> > Say XML like
> >
> > 
> >  value1
> >  value2
> > 
> >
> > Wicket template like
> >
> > 
> > 
> >   Tag1 is 
> >   Tag2 is 
> > 
> > 
> >
> > Then output to
> >
> > 
> > 
> >   Tag1 is value1
> >   Tag2 is value2
> > 
> > 
> >
> > Of course I can use a XML parser parse the XML fill the  tag one
> > by one, just wonder is that quicker way to map a XML to HTML, may be
> > XSLT is what I suppose to use, but I am not sure how to work with
> > XsltTransfomerBehavior and XsltOutputTransformerContainer , any
> > examples?
> >
> > -
> > 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] formally

2006-11-26 Thread Galvan Z. Elliot

Most of the album was produced by John Cale and featured musicians that later 
formed the Talking Heads and The Cars. Check out the most recent.
Here is our predicted Starting XI. Satsomi Matsuzaki was as quirky and cute as 
could be.
How will they affect American relationships with emerging economies like China 
and India?
Full Article by HospitalConnect.
Full Article by HospitalConnect.
Here is our predicted starting eleven. What do the mid-term elections mean for 
investors and the stock markets?
The after party at the Elbo Room was filled with writers I could not identify, 
but the noise level and impossibility of ordering a drink required us to turn 
in early. Full Article from IHA.
This outfit seemed more in the vein of the John Zorn stuff Ribot has been 
experimenting with.
Find turkey and other popular holiday food hotlines such as USDA, Reynolds 
Wrap, Butterball Turkey, Land O'. The after party at the Elbo Room was filled 
with writers I could not identify, but the noise level and impossibility of 
ordering a drink required us to turn in early.
Good old fun punk from down under. The law also prohibits. Here is our 
predicted starting eleven.
The second EP Mothers, Sisters, Daughters and Wives is a bit softer, oddly 
enough reminds me of Supertramp at times.
What will you do with all those turkey leftovers? We could barely hear the 
readers who were at times interrupted by a drunken, literate jock who made 
loud, hollering yelps as if the on stage poet were expected to play Free Bird. 

demagogic.gif
Description: GIF image
-
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] getting started with examples-1.2.3

2006-11-26 Thread Matej Knopp
No idea, does this problem still persist, or has it gone?

I'm using jetty 5 (but have used 6.0.1 too) on windows and have no such
problems.

-Matej

Ard Schrijvers wrote:
> Hello,
> 
> I have checked out the examples (wicket-examples-1.2.3-bin.zip) yesterday, 
> and seem to be having some serious hickups while clicking through the samples 
> on localhost:8080 (up to 30 sec for a page, or an image..). Does anybody else 
> had this problem as well, and knows what it might be? 
> 
> Profiling indicates that the app seems to be doing totally nothing, proxying 
> indicates in only one request to wicket, which just seem to hang. 
> 
> Just heart from another person in the office, who had problems with hickups 
> as well, that with Ubuntu, everything runs fine.
> 
> I am testing on windows, java 1.4.2_03. With Java 1.5 seems to have the same 
> hickups. Could it be something with the jetty-6.0.1.jar??
> 
> Thx in advance,
> 
> Regards Ard
> 



-
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