web technology Online Quiz - 65
Description: web technology Online Quiz - 65 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Where do files live on the Internet?
When was the first email sent over the internet?
The configuration settings of genesys can be found under the folder
The database queries for genesys are stored in the file ........
JSF is
What's true about this navigation rule ? /page.jsp
Given the following code fragments: * outcome /page.jsp and outcome /page.jsp Do they have the same effect ?
Part of faces-config: hello.jsp Hello login.jsp Turtle powerRanger.jsp And the ActionLink in the JSP: What will happen if we click on the link?
Is it possible to use EL to configure navigation rules, ex.: index.jsp?id=#{myBean.id}
What is the result when commandLink/commandButton action method returns null for the navigation string.
The following configuration of navigation case is legal: #{myBean.action} /myPage.jsp
If no navigation rule matches a given action, then the current page is redisplayed.
Of the following elements which are not valid as elements nested under the element?
This is a valid declaration of a navigation rule. /main.jsp #{myBean.myMethod} nextpage /nextpage.jsp #{myBean.myMethod} lastpage /lastpage.jsp
If an error occurs inside a convertor used to convert the value entered in a inputText field the isValid method of the field returns false.
JavaServer Faces technology provides standard error messages that display on the page when conversion or validation fails.
You can obtain the effect of an tag using:
The core convertDateTime converter has a property called dateStyle . Select from the options bellow the valid values for this property.
Can we add multiple validators for a tag?
Can we add multiple convertors for a tag?