Attributes |
Name | Required | Request-time | Type | Description |
render | no | false | boolean | A value of "true" indicates that ICEfaces rendering Direct-to-DOM should be applied to the current view. A value of "false" indicates that stock JSF rendering should be used. The default value is "true", since the presence of this tag indicates the use of ICEfaces. |
mandatoryResource | no | false | java.lang.String | A space-delimited list of component tag-names (or fully qualified Java class-names) that will have their requisite resources pre-loaded on this page. The pre-loading allows the components to function correctly even if they are later added to the page dynamically. The values "none" (which is the default) and "all" are also valid. The value of this attribute on a page takes precedence over the values specified by the context parameter org.icefaces.mandatoryResourceConfiguration in the web.xml file. |
messagePersistence | no | false | boolean | A value of "true" indicates that faces messages are persisted across single submits. This attribute takes precedence over the org.icefaces.messagePersistence context parameter in the web.xml fule on a per-view basis. |