Author: rich
Date: Sat Oct 30 16:19:27 2004
New Revision: 56086
Modified:
incubator/beehive/branches/v1/alpha/netui/src/pageflow/org/apache/beehive/netui/pageflow/annotations/Jpf.java
Log:
Fix for http://nagoya.apache.org/jira/browse/BEEHIVE-40: Cannot use
@Jpf.ActionOutput without 'typeHint' attribute.
DRT: netui (WinXP)
BB: self (linux)
Modified:
incubator/beehive/branches/v1/alpha/netui/src/pageflow/org/apache/beehive/netui/pageflow/annotations/Jpf.java
==============================================================================
---
incubator/beehive/branches/v1/alpha/netui/src/pageflow/org/apache/beehive/netui/pageflow/annotations/Jpf.java
(original)
+++
incubator/beehive/branches/v1/alpha/netui/src/pageflow/org/apache/beehive/netui/pageflow/annotations/Jpf.java
Sat Oct 30 16:19:27 2004
@@ -403,7 +403,7 @@
{
String name();
Class type();
- String typeHint();
+ String typeHint() default "";
boolean required() default true;
/** @deprecated Use [EMAIL PROTECTED] #required}. **/
boolean nullable() default false;