[prettyfaces] r464 committed - @URLMapping ID should be optional (fixed)

2 views
Skip to first unread message

prett...@googlecode.com

unread,
Nov 4, 2010, 9:56:56 PM11/4/10
to prettyfac...@googlegroups.com
Revision: 464
Author: lincolnbaxter
Date: Thu Nov 4 18:56:31 2010
Log: @URLMapping ID should be optional (fixed)
http://code.google.com/p/prettyfaces/source/detail?r=464

Modified:

/prettyfaces/trunk/core/src/main/java/com/ocpsoft/pretty/faces/annotation/URLMapping.java

=======================================
---
/prettyfaces/trunk/core/src/main/java/com/ocpsoft/pretty/faces/annotation/URLMapping.java
Thu Nov 4 13:06:12 2010
+++
/prettyfaces/trunk/core/src/main/java/com/ocpsoft/pretty/faces/annotation/URLMapping.java
Thu Nov 4 18:56:31 2010
@@ -28,9 +28,10 @@
{

/**
- * Each {@link URLMapping} must specify a unique id.
+ * Each {@link URLMapping} must specify a unique id in order to
participate
+ * in PrettyFaces navigation.
*/
- String id();
+ String id() default "";

/**
* <p>

Reply all
Reply to author
Forward
0 new messages