TWiki> WebXEO Web>XeoXwc>XvwErrorMessages (revision 1)EditAttach
Tags:
create new tag
, view all tags
-- JoaoQuintas - 23 Aug 2010

Error Messages

An Error Message is a XVW component that's used to alert the user when something is wrong or not coherent.

XML Definition

An Error Message is declared as following:

<xvw:errorMessages/>*

*Note: The tag needs to be present in the viewer so that the bean code to show the error message works.

Jave Bean Definition

An Error Message is declared as following:


XUIRequestContext.getCurrentContext().addMessage(STRING_CLIENT_ID,


                new XUIMessage(INT_MESSAGE_TYPE, INT_MESSAGE_SEVERITY, 


      STRING_MESSAGE_TITLE, STRING_MESSAGE_BODY));

Component from which the Button HTML Extends

  • XUICommand

Components that Extend Button HTML

  • None

Button HTML Properties

Property Description Requirement Default Value Type Example
label Changes the display name of the Action Button optional/recommended - String  
style Changes the button appearance optional - String  
action Evaluates what the click event triggers optional/recommended - EL  
className COMPLETE optional - String  
           

Possible Child Components:

  • None (VERIFICAR)
Edit | Attach | Print version | History: r7 | r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 2010-08-23 - JoaoQuintas
 

No permission to view TWiki.WebTopBar

This site is powered by the TWiki collaboration platform Powered by Perl

No permission to view TWiki.WebBottomBar