You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/02/16 17:35:45 UTC

[jira] Assigned: (BEEHIVE-304) ValidatableProperty annotations not being processed for simple actions

     [ http://issues.apache.org/jira/browse/BEEHIVE-304?page=history ]

Rich Feit reassigned BEEHIVE-304:
---------------------------------

    Assign To: Rich Feit

> ValidatableProperty annotations not being processed for simple actions
> ----------------------------------------------------------------------
>
>          Key: BEEHIVE-304
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-304
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Jason Dunckley
>     Assignee: Rich Feit

>
> Using the simple action below, the jpf-validation-<pageflowname>.xml never gets the generated rule
> @Jpf.Controller( 
> simpleActions={@Jpf.SimpleAction(name="val", path="newPage1.jsp", 
> validationErrorForward = @Jpf.Forward(name = "failVal", path= "index.jsp"),
>  
> validatableProperties = {@Jpf.ValidatableProperty(propertyName = "required",
> validateRequired = @Jpf.ValidateRequired(message = "This field is required.")
> )
> },
> useFormBean = "beanInstance")
> }
> ) 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira