All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ajax4jsf.framework.util.message.messages.properties Maven / Gradle / Ivy

Go to download

Ajax4jsf is an open source extension to the JavaServer Faces standard that adds AJAX capability to JSF applications without requiring the writing of any JavaScript.

The newest version!
BUNDLE_MAP_NO_PUT_VALUE=Bundle map not allow to put values
BUNDLE_MAP_NO_REMOVE_VALUE=Bundle map not allow to remove values
NO_CONVERTER_REGISTERED=No Converter registered with UpdateActionListener and no appropriate standard converter found. Needed to convert String to {0}
FOR_TARGETS_NO_AJAX_CONTAINER=Target pointed Attribute 'for' of AjaxStatus component with id {0} not is AjaxContainer
VAR_MUST_BE_LITERAL=Attribute 'var' for ajax support component {0} must be literal
NAME_MUST_BE_LITERAL=Attribute 'name' for view scope bean must be literal
EVENT_MUST_BE_LITERAL=Attribute 'event' for ajax support component {0} must be literal
CREATE_JAVASCRIPT_EVENT=Create JavaScript event string for component {0}
CALLED_SET_PARENT=Called setParent for AjaxSupport component with parent \: {0}
DETECT_NEW_COMPONENT=Detect newly created component
SET_VALUE_BINDING_FOR_EVENT=Set ValueBinding for {0} event property
COULD_NOT_LOAD_RESOURCE_BUNDLE=Could not load ResourceBundle "{0}"
FACES_CONTEXT_NOT_CREATED=Faces context not created then occurs exception
FACES_CONTEXT_HAS_NOT_EXTERNAL=Faces context not have external then occurs exception
FACES_CONTEXT_HAS_NOT_RESPONSE=Faces context not have http response object then occurs exception
CREATE_ALTERNATE_HANDLER=Create new instance of alternate handler class {0}
ALTERNATE_HANDLER_CONSTRUCTOR_WARNING=Alternate view handler not use parent in constructor!
VIEW_HANDLER_INSTANTIATION_ERROR=Error instantiation parent Faces ViewHandler
ERROR_ON_PAGE=Error on page {0}
LIFECYCLE_ERROR=Error on JSF lifecycle in view {0} in {1} lyfecycle method
LIFECYCLE_ERROR_AT_PHASE=Error on JSF lifecycle in view {0} in {1} lyfecycle method,\n at phase {2}
COMPONENT_TREE_NOT_CREATED=Component tree not created
SET_AJAX_LISTENER=Set AjaxListener to {0}
ADD_AJAX_AREA=Append single ID of area to render\: {0}
ADD_AJAX_AREAS=Append collection of ID's to render as AjaxAreas 
SET_AJAX_REQUEST=Set request as ajax powered to {0}
SUBMITTED_AJAX_REQUEST=Submitted AJAX request - Queue Event to AjaxListeners
SEND_EVENT_TO_AJAX_LISTENER=Send Event to AjaxListeners from AjaxContainer with Id {0}
RENDER_AJAX_REQUEST=Render ajax request by container with Id {0}
RENDERING_AJAX_REGION_ERROR=Error rendering Ajax Region with id {0}
RESTORE_AJAX_COMPONENT_STATE=Restore State of UIAjaxComponent with Id {0}
SAVE_AJAX_COMPONENT_STATE=Save State of UIAjaxComponent with Id {0}
CREATE_AJAX_AREAS_SET_TO_RENDER=Create new set of Ajax Areas to render
ARGUMENT_IS_NOT_AJAX_REGION_ERROR=Argument for append AJAX region not instance of AjaxContainer , region is {0}
NULL_EVENT_SUBMITTED_ERROR=New event submitted to ViewRoot events queue is null
CONTENT_TYPE_ENCODING=Incoming request has Content-Type header with character encoding {0}
CONTENT_TYPE_NO_ENCODING=Incoming request has Content-Type header without character encoding: {0}
FILTER_START_INFO=Filter start request processing at {0}  for uri\: {1}
FILTER_XML_OUTPUT=Filter request output to XML
FILTER_NO_XML_CHAIN=Filter perform not-xml parsing chain
FILTER_NO_XML_CHAIN_2=Not is faces request, Filter perform not-xml parsing chain
FILTER_STOP_INFO=Finished request processing total time {0}ms for uri: {1}
PARSER_NOT_INSTANTIATED_ERROR=Parser for content type {0} not instantiated !
PARSING_TIME_INFO=Parsing html total time {0}ms
JTIDY_PARSING_ERROR=Error on parsing response by Jtidy 
COMPONENT_NOT_FOUND=AjaxUpdate component not found for id: {0}
EVENT_IS_READ_ONLY=Event string is read-only
FLUSH_BUFFERED_STREAM_ERROR=Error on flush buffered stream in response wrapper
UNSUPPORTED_ENCODING_WARNING=Unsupported encoding for convert writer content to bytes
UNSUPPORTED_ENCODING_WARNING_2=Unsupported encoding for convert bytes content to string
NO_WRITER_CALLED_INFO=Filtered resource did not call getWriter() or getOutputStream().
PARSE_XML_DOCUMENT_INFO=XML document to parse in filter, return as stream \: 
NO_WRITER_POSSIBLE_ERROR=Servlet response already use stream, Writer not possible
CREATE_WRITER_INFO=Create StringWriter for buffer servlet output
NO_STREAM_POSSIBLE_ERROR=Servlet response already use Writer, OutputStream not possible
CREATE_STREAM_INFO=Create ByteArrayServletOutputStream for buffer servlet output
OPEN_CLOSE_TAGS_DO_NOT_MATCH_ERROR=Open-close tags don't match in JSSerialisation
VARIABLE_SUBSTITUTION_WARNING=Could not perform variable substitution.
START_DOCUMENT_SAX_EXCEPTION=StartDocument SAX exception: {0}
COMMENT_SAX_EXCEPTION=Comment SAX exception: {0}
END_ELEMENT_SAX_EXCEPTION=Sax exceptions in endElement: {0}
END_DOCUMENT_SAX_EXCEPTION=Sax exceptions in endDocument: {0}
START_ELEMENT_SAX_EXCEPTION=Sax exceptions in startElement: {0}
TEXT_SAX_EXCEPTION=Sax exceptions in writeText: {0}
MESSAGE_PARSING_INFO=Message for HTML parsing : {0}
CREATE_JTIDY_INFO=Parsers pool empty - create new JTidy parser
READING_TIDY_PROPERTIES_ERROR=Error reading properties from tidy.properties
ILLEGAL_METHOD_STATE=Illegal state for this method 
WRAPPED_RULES_NULL_ERROR=Wrapped rules must not be null
NO_NAME_ATTRIBUTE_ERROR=Tag {0} must have mantadory attribute "name"
ENCODE_COMPILED_TEMPLATE_INFO=Encode compiled template "{0}" from breakpoint {1}
ENCODING_TEMPLATE_TERMINATED_INFO=Encoding template "{0}" terminated by breakpoint\: {1}
ENCODE_COMPILED_TEMPLATE_INFO2=Encode compiled template "{0}"
CONVERTING_NON_VALUE_HOLDER_COMPONENT_ERROR=Attempt for get converted value for non ValueHolder component {0}
COMPONENT_CLASS_ERROR=Component {0} not instance of {1}
CONTEXT_NULL_ERROR=Context in renderer {0} method is null
COMPONENT_NULL_ERROR=Component in renderer {0} method is null
START_DECODING_COMPONENT_INFO=Start decoding of component {0} with class {1}
START_ENCODING_COMPONENT_INFO=Start encoding of component {0} with class {1}
FINISH_ENCODING_COMPONENT_INFO=Finish encoding of component {0} with class {1}
NAMESPACE_NOT_RECOGNIZED_ERROR=Template namespace element <{0}> not recognized
RENDERER_METHOD_NOT_SET_ERROR=Renderer method not set in template
METHOD_CALL_ERROR_1=Error call renderer utils method {0} for component {1}
METHOD_CALL_ERROR_2=Error invoke renderer utils method {0} for component {1}, caused\: {2}
METHOD_CALL_ERROR_3=Illegal Access Error call renderer utils method {0} for component {1}
METHOD_CALL_ERROR_4=Illegal Access Error invoke renderer utils method {0} for component {1}, caused\: {2}
METHOD_CALL_ERROR_5=Method {0} not found in renderer utils for component {1}
METHOD_CALL_ERROR_6=Method {0} not found for RendererUtils
METHOD_CALL_ERROR_1a=Error call renderer method {0} for component {1}
METHOD_CALL_ERROR_2a=Error invoke renderer method {0} for component {1}, caused\: {2}
METHOD_CALL_ERROR_3a=Illegal Access Error call renderer method {0} for component {1}
METHOD_CALL_ERROR_4a=Illegal Access Error invoke renderer method {0} for component {1}, caused\: {2}
METHOD_CALL_ERROR_5a=Method {0} not found in renderer for component {1}
METHOD_CALL_ERROR_6a=Method {0} not found for Renderer
PARSING_TEMPLATE_ERROR=Parsing Error when compile template from Reader at line\: {0} column\: {1} \: {2}
TEMPLATE_IO_ERROR=I/O Error when compile template from Reader \: {0}
PARSING_TEMPLATE_ERROR_2=SAX Error then compile template from Reader \: {0}
START_COMPILE_TEMPLATE_INFO=Start compile template from {0}
PARSING_TEMPLATE_ERROR_a=Parsing Error when compile template {0} at line\: {1} column\: {2} \: {3}
TEMPLATE_IO_ERROR_a=I/O Error when compile template {0} \: {1}
PARSING_TEMPLATE_ERROR_2a=SAX Error then compile template {0} \: {1}
FINISH_COMPILE_TEMPLATE_INFO=Finish compilation template from {0}
TEMPLATE_NOT_COMPILED_ERROR=XML template not compiled
NO_CHILD_ALLOWED=Childs not allowed for Error element
NO_FACET_NAME_ATTRIBUTE=Tag {0} must have not null facet name attribute( name,skin,property etc. attributes )
BREAKPOINTS_UNSUPPORTED_ERROR=Breakpoints in rendering facet  unsupported, for facet {0}
BREAKPOINT_NOT_REGISTERED_ERROR=Breakpoint ["{0}"] not registered in template
CHILD_NOT_ALLOWED_ERROR=Element {0} not allowed as child for {1}
INVOKE_RENDERER_METHOD_ERROR=Error invoke renderer method for value of template element {0}
METHOD_CALL_ERROR_2b=Error invoke renderer utils method {0}, caused\: {1}
METHOD_CALL_ERROR_4b=Illegal Access Error invoke renderer utils method {0}, caused\: {1}
METHOD_CALL_ERROR_6b=Method {0} not found in object {1}
STYLE_ATTRIBUTE_ERROR=Name for style attribute not set
BREAKPOINTS_UNSUPPORTED_ERROR_2=Breakpoints in rendering children  unsupported
BREAKPOINTS_UNSUPPORTED_ERROR_3=Breakpoints in rendering child  unsupported
REQUEST_CHAMELEON_RENDER_KIT_INFO=Request to get Chameleon renderKit with id: {0}
GET_DEFAULT_RENDER_KIT_ERROR=Error for get default render kit 
DEFAULT_RENDER_KIT_INFO=Default render kit id for chameleon will: {0}
AJAX_RESPONSE_NOT_RENDERED_INFO=AJAX response not rendered - possible MyFaces 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy