[Wicket-user] getObjectAsString always null in 1.2.2

2006-10-01 Thread kurt heston
All I did was switch from wicket-1.2-rc3.jar to wicket-1.2.2.jar and my 
SignIn page, adapted from  Juergen's code, stopped working.  The fields 
are always an empty string.

What did I miss in the release notes?

-
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] mailing list problems

2006-10-01 Thread 叶 希良

Hello,

I have send a mail from gmail before two days,
but it doesn't show in mailarchive.

When I send repeat, the WARNING come.

Thank you for message us the mailing list problems.

deafwolf

_
享用世界上最大的电子邮件系统― MSN Hotmail。  http://www.hotmail.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] new initiative for a user guide

2006-10-01 Thread Eelco Hillenius
yeah, maybe it doesn't need that. Pet store is kind of a best practices project, so I figured it might get in there. Databinder as an alternative would be cool with me too.EelcoOn Oct 1, 2006, at 11:44 PM, Philip A. Chapman wrote: Guys,  I love spring and use it with all my wicket apps.  However, should it be a part of the main body of the manual?  I wouldn't want anyone to get the idea that wicket requires spring in any way.  Perhaps it would go into an "Advanced" or "Using wicket with other frameworks" section that could also include the use of Hibernate, Shades, JasperReports and whatever else.  At the very least, we should make it plain in the manual that spring is not required for the use of wicket, but that it's being used in the example app and in the manual for reasons X,Y, and Z.  Thanks,  On Sun, 2006-10-01 at 22:15 +0200, Eelco Hillenius wrote:  Folks,

Stefan Kanev just volunteered to start writing on a new user guide.  
He asked me to give him an idea for a TOC, so here's mine. I'm  
sending this to the list in case people would like to help/ have  
ideas/ ...

---
TOC user guide, Building Wicket Pet Store

1. What Is Wicket
	* Explains Wicket's strong points, philosophy, etc
2. The basics
 * Basic concepts, tells about Application, session, components,  
markup, pages and models
3. Introducing WicketPetstore
	* Describe what we'll be building, including a short look at the  
domain model
	* Setup project & database
	* Setup Spring
	* Setup the skeleton; HTML stubs and non-interactive pages
4. Browsing the store
	* Implement the browsing part: list views, labels and an  
introduction to models (Use compound property model here)
		- Uses services wired using Spring
	* Use resources to display images (with thumbnail resources)
5. Tracking the client
	* Set up a custom session
	* Implement shopping basket tracking, including a panel that  
displays the current items in the basket
6. Working with forms
	* Implement forms for adding items to the basket
	* Implement validation
	* Implement check out functionality
---


Good luck Stefan, and keep us informed!

Eelco

-
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

   -- 
Philip A. Chapman

Desktop and Web Application Development:
Java, .NET, PostgreSQL, MySQL, MSSQL
Linux, Windows 2000, Windows XP
-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 cashhttp://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] new initiative for a user guide

2006-10-01 Thread Philip A. Chapman




Guys,

I love spring and use it with all my wicket apps.  However, should it be a part of the main body of the manual?  I wouldn't want anyone to get the idea that wicket requires spring in any way.  Perhaps it would go into an "Advanced" or "Using wicket with other frameworks" section that could also include the use of Hibernate, Shades, JasperReports and whatever else.

At the very least, we should make it plain in the manual that spring is not required for the use of wicket, but that it's being used in the example app and in the manual for reasons X,Y, and Z.

Thanks,

On Sun, 2006-10-01 at 22:15 +0200, Eelco Hillenius wrote:


Folks,

Stefan Kanev just volunteered to start writing on a new user guide.  
He asked me to give him an idea for a TOC, so here's mine. I'm  
sending this to the list in case people would like to help/ have  
ideas/ ...

---
TOC user guide, Building Wicket Pet Store

1. What Is Wicket
	* Explains Wicket's strong points, philosophy, etc
2. The basics
 * Basic concepts, tells about Application, session, components,  
markup, pages and models
3. Introducing WicketPetstore
	* Describe what we'll be building, including a short look at the  
domain model
	* Setup project & database
	* Setup Spring
	* Setup the skeleton; HTML stubs and non-interactive pages
4. Browsing the store
	* Implement the browsing part: list views, labels and an  
introduction to models (Use compound property model here)
		- Uses services wired using Spring
	* Use resources to display images (with thumbnail resources)
5. Tracking the client
	* Set up a custom session
	* Implement shopping basket tracking, including a panel that  
displays the current items in the basket
6. Working with forms
	* Implement forms for adding items to the basket
	* Implement validation
	* Implement check out functionality
---


Good luck Stefan, and keep us informed!

Eelco

-
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







-- 
Philip A. Chapman

Desktop and Web Application Development:
Java, .NET, PostgreSQL, MySQL, MSSQL
Linux, Windows 2000, Windows XP








signature.asc
Description: This is a digitally signed message part
-
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] new initiative for a user guide

2006-10-01 Thread Eelco Hillenius
Folks,

Stefan Kanev just volunteered to start writing on a new user guide.  
He asked me to give him an idea for a TOC, so here's mine. I'm  
sending this to the list in case people would like to help/ have  
ideas/ ...

---
TOC user guide, Building Wicket Pet Store

1. What Is Wicket
* Explains Wicket's strong points, philosophy, etc
2. The basics
 * Basic concepts, tells about Application, session, components,  
markup, pages and models
3. Introducing WicketPetstore
* Describe what we'll be building, including a short look at the  
domain model
* Setup project & database
* Setup Spring
* Setup the skeleton; HTML stubs and non-interactive pages
4. Browsing the store
* Implement the browsing part: list views, labels and an  
introduction to models (Use compound property model here)
- Uses services wired using Spring
* Use resources to display images (with thumbnail resources)
5. Tracking the client
* Set up a custom session
* Implement shopping basket tracking, including a panel that  
displays the current items in the basket
6. Working with forms
* Implement forms for adding items to the basket
* Implement validation
* Implement check out functionality
---


Good luck Stefan, and keep us informed!

Eelco

-
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] mailing list problems

2006-10-01 Thread Eelco Hillenius
I'm afraid we're having lots of troubles again with the sourceforge  
lists. None of my messages seems to have come through the last few  
days, and neither did Igor's, and probably many more didn't make it.  
Seems to be the gmail addresses having the most troubles, hence I'm  
trying this from my mac address.

Sorry for the inconvenience.

Eelco

-
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] Help with wicket-bench preview path

2006-10-01 Thread Guy Davis
Hi all,

Sorry if this list isn't the right place for a question about the 
Eclipse-plugin called Wicket  Bench, but the site didn't have any 
mailing lists, forums or even a FAQ.   I'm trying to use wicket-bench on 
an existing project I have.  We have embedded Tomcat as part of our 
server application.  Our project SVN directory looks like so:

src/java/
   - holds our application code (in packages)
src/web/
   - holds the Wicket .java and .html files (in packages)
tomcat/webapps/ROOT/
   - holds stylesheets, images, and WEB-INF including web.xml

In Eclipse, both the src directories above are in the Java Build Path as 
source folders.  The tomcat directory is not on the classpath at all, 
but is used as the Tomcat root when we start it in embedded mode.

I tried to configure the Wicket-Bench properties:
  - Mark as Wicket project (checked)
  - Conext root: tomcat/webapps/ROOT/
  - Style sheets: images/style.css   (this path is relative to context root)
When I open a Wicket webpage Java file, I get the following error:
 Can't preview file. Check your wicket:preview paths. Reason: 
org.eclipse.internal.resources.Folder

Any ideas? What is the expected directory layout?  Wicket-bench looks 
neat so I'd like to get it working for my project.

Thanks,
Guy

-
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] wicket-phonebook maven question

2006-10-01 Thread Geoff hendrey
Hi,

Couple questions around adding Shades to the phonebook example.  Are 
downloaders supposed to build the phonebook using Maven? I just threw together 
an Ant build script after I downloaded the phonebook example, but I just 
noticed under META-INF there is a maven directory. Maybe I need to upgrade to 
maven 2, but Maven doesn't seem to do anything if I go into the same directory 
as pom.xml and do "maven". Anyway, just let me know what the right approach is, 
so that I can integrate Shades in a consistent way.

Thanks a bunch,
geoff



-
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] IAlternateParentProvider method attributes

2006-10-01 Thread Alberto Bueno
Hi,

I'm using the IalternateParentProvider to manipulate the parent of the
children of my component. But the problem
is that I need information about the children in getAlternateParent
method and I only have the childClass and the childId.
Why the child component is not passed to the method? Are there any way
to know what is the child?

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