Apache MyFaces
MyFaces Orchestra
MyFaces Orchestra - Modules
Foundation

Tag reference sheet

Tag library reference for the following tag libraries:

o

Enhanced standard JSP actions and custom MyFaces actions.

This is version 1.0.10.

Required attributes are marked with a *

<o:converter>

Add the specified managed-bean as a Converter for the parent UIComponent.

Can contain: empty

Attributes

Name Description Type
beanName* A literal expression (not an EL expression) containing the name of the managed-bean to use. This managed-bean must implement the Converter interface, and should be of scope 'none'. String
useWrapper When set to true, a SerializableConverter instance will automatically be wrapped around the returned converter. Defaults to true. String

<o:endConversation>

Ends a conversation

Can contain: JSP

Attributes

Name Description Type
errorOutcome If the action method throws an exception then use the given outcome for further navigation. The specified outcome is checked against onOutcomes just as if the action had returned the same value. If not specified then the original exception will be allowed to propagate. String
name* the name of the conversation String
onOutcome End the conversation only if the action outcome matches the given onOutcome. This can be a comma separated list. If not specified, then the conversation is always ended (except when the action returns null). String

<o:separateConversationContext>

Separates the current context from the children. e.g. commandLinks will start a new conversation context

Can contain: JSP

This tag has no attributes.