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/05/16 06:56:04 UTC

[jira] Resolved: (BEEHIVE-711) beehive-netui-config.xml elements added need to be documented

     [ http://issues.apache.org/jira/browse/BEEHIVE-711?page=all ]
     
Rich Feit resolved BEEHIVE-711:
-------------------------------

     Assign To: Krista Baker  (was: Rich Feit)
    Resolution: Fixed

Thanks Krista -- I applied this patch with revision 170304 and added some additional edits.  There were some merge conflicts with later edits to the file, but I think I got everything resolved.

> beehive-netui-config.xml elements added need to be documented
> -------------------------------------------------------------
>
>          Key: BEEHIVE-711
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-711
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Reporter: Krista Baker
>     Assignee: Krista Baker
>      Fix For: V1
>  Attachments: j711.txt
>
> The following elements have been added as possible elements to include in beehive-netui-config.xml
> Added in BEEHIVE-529:
> <default-shared-flow-refs> 
>   <shared-flow-ref> 
>     <name></name> 
>     <type></type> 
>   </shared-flow-ref> 
> </default-shared-flow-refs> 
> Example:
> <default-shared-flow-refs> 
>   <shared-flow-ref> 
>     <name>defaultSharedFlow1</name> 
>     <type>miniTests.jspSeesSharedFlow.sharedFlow1.SharedFlow1</type> 
>   </shared-flow-ref> 
>   <shared-flow-ref> 
>     <name>defaultSharedFlow2</name> 
>     <type>miniTests.jspSeesSharedFlow.sharedFlow2.SharedFlow2</type> 
>   </shared-flow-ref> 
> </default-shared-flow-refs> 
> Reason for addition: there was no way for the JSP to access actions in a shared flow since there was no page flow to declare the shared flow reference.  The <default-shared-flow-refs> declares default shared flow references that are used across the webapp.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira