Re: [Wicket-user] Question about using DropDownChoice

2006-11-24 Thread Johan Compagner

why are you setting the context path?
this you should only do if you virtual host your application server behind
for example apache.

johan


On 11/21/06, Carfield Yim [EMAIL PROTECTED] wrote:


Sorry, actually I set the context path at eclispe-jetty plugin to
thing other than / and add the context-path parameter which look like
breaking the form posting, I don't know what is the problem but remove
these are ok

On 11/21/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
 what is the object? does it have a valid tostring() impl?

 -igor



 On 11/20/06, Carfield Yim [EMAIL PROTECTED]  wrote:
 
  On 11/16/06, Frank Bille [EMAIL PROTECTED]  wrote:
   See IChoiceRenderer
  
  After I implement a very simple IChoiceRender, I find that time model
  don't get the value from form any more... could you talk a look of the
  IChoiceRender and see if this have any problem?
 
  public class NameAsValueRender implements IChoiceRenderer {
  private static final long serialVersionUID = 1L;
  public Object getDisplayValue(Object object) {
  return object.toString();
  }
  public String getIdValue(Object object, int index) {
  return object.toString();
  }
  }
 
 

-
  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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Question about using DropDownChoice

2006-11-16 Thread Carfield Yim
Look like it using the List values as the label of the option and
using integer as the key of the option. Can I specific the key to
other thing? Can I put a map as properties?

-
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.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Question about using DropDownChoice

2006-11-16 Thread Frank Bille

See IChoiceRenderer

Frank

On 11/16/06, Carfield Yim [EMAIL PROTECTED] wrote:


Look like it using the List values as the label of the option and
using integer as the key of the option. Can I specific the key to
other thing? Can I put a map as properties?

-
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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user