5
Marks: 1 Which of the following statements are true?
Choose at least one answer.
a. Tag files can contain the tag element that allows attributes to be processed
b. tag files cannot process attributes from the calling jsp page
c. the body of a tag file cannot contain scripting
d. the body of a tag file cannot contain EL statements
e. the body of a tag file can be declared as tagdependent
Partially correct
Marks for this submission: 1/1.
You can do scripting in tag file but not in the body of the tag used to invoke tag file
doGet,doPost,init and destroy(both in Filters and jsps/servlets), doFilter
Attempt to convert String "Red,Blue,Indigo,Yellow,Green" to type "java.util.List", but there is no PropertyEditor for that type
An error occurred at line: 15 in the jsp file: /classicTagUse.jsp
The type com.example.model.ClassicTest1 is not visible