Tag reference sheet

Tag library reference for the following tag libraries:

sn - version 1.0.10

Enhanced standard JSP actions and custom MyFaces actions.

Namespace definition: xmlns:sn="http://myfaces.apache.org/sandbox15"

Tags

Required attributes are marked with a*

<sn:dynaForm>

Handle all the dynamic form creation for JSF

Can contain:JSP

Attributes

NameDescriptionType
bundle The bundle to use to convert the lables to readable strings String
displayOnly Render the whole form in display (non editable) only mode String
exclusiveFields true|false - Set to true if only the fields listed within the configuration are to be rendered String
uri* The root model String
valueBindingPrefix The value binding prefix which will be used to create the real value binding. If this is missing and the layout component has a "var" attribute its value will be used. String
var* The var used to get access to the form controller String

<sn:dynaFormConfig>

Field configurations

Can contain:JSP

Attributes

NameDescriptionType
disabled configure this field as disabled - like readOnly but grayed too String
displayOnly configure this field as displayOnly String
displaySize the displaySize to be used to render the component String
for* the name of the property this configuration is for String
readOnly configure this field as readOnly - noneditable input field String

<sn:dynaFormConfigs>

Container for field configurations

Can contain:JSP

This tag has no attributes.