Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Facelet Functional Test"

(No duplicate insertion)
(Basic insertion)
Line 13: Line 13:
 
# With the cursor after the ''='' sign, and Ctrl-Space.
 
# With the cursor after the ''='' sign, and Ctrl-Space.
 
# Verify again the content assist is activated with the following options:
 
# Verify again the content assist is activated with the following options:
[[Image:FaceletNamespaceContentAssist.png]]
 
 
# Select on of the options and verify that it is correctly inserted.
 
# Select on of the options and verify that it is correctly inserted.
 
+
[[Image:FaceletNamespaceContentAssist.png]]
  
 
====No duplicate insertion====
 
====No duplicate insertion====

Revision as of 18:15, 21 May 2008

Feature Test

Content Assist

For all these tests, start with a Dynamic Web Project with the JSF 1.2/Facelet facets. Ensure that JSF runtime, JSTL 1.2 and the facelet jars in the classpath. Create an XHTML 1.0 Transitional file in the WebContent root directory.

Namespace Assist

Basic insertion

  1. Place the cursor inside the html tag.
  2. Add the text xmlns:f=. Verify that content assist activates after the equals sign.
  3. With the cursor after the = sign, and Ctrl-Space.
  4. Verify again the content assist is activated with the following options:
  5. Select on of the options and verify that it is correctly inserted.

FaceletNamespaceContentAssist.png

No duplicate insertion

  1. With one of the namespace options inserted into the HTML from the test above.
  2. Create a new attribute for xmlns:h=
  3. Verify that the options list for content assist (which should again appear after entering hitting the = sign) includes all valid namespace options 'except' the one already inserted.
  4. Select an option and verify that it inserts correctly.

Tag Assist

Attribute Name Assist

Static Attribute Value Assist

EL Content Assist

Validation

Hover Help

Hyperlink

Back to the top