Author
DynamicAttributes interface
Rishi M
Greenhorn
Joined: Nov 05, 2005
Posts: 18
posted Jan 12, 2006 07:58:00
0
Hi All, Are the questions like the one below on DynamicAttributes interface there in the exam syllabus ? Which of the following statements are correct for a custom tag that can take any number of arbitrary attributes? Select 2 correct options a The body-content element for the tag in the TLD file must have a value of JSP . b The tag handler must implement the method setAttribute(String key, String value). c The tag element in the TLD file for the tag must have <dynamic-attributes>true</dynamic-attributes>. d The class implementing the tag must implement javax.servlet.jsp.tagext.DynamicAttributes interface. e Dynamic attributes cannot have request time expression values. f A JSP page sets a dynamic attribute using <jsp:setDynamicAttribute> action.
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14670
Dynamic Attributes are part of the exam. Have a look at this tutorial .
[My Blog]
All roads lead to JavaRanch
Ramya Iyer
Ranch Hand
Joined: Jul 29, 2003
Posts: 66
Thanks a lot Santou. Even I was looking out for this information.
Rishi M
Greenhorn
Joined: Nov 05, 2005
Posts: 18
posted Jan 13, 2006 18:35:00
0
thanks a lot
Marc Peabody
pie sneak
Sheriff
Joined: Feb 05, 2003
Posts: 4725
"Rishi google", we don't have many rules around here but our naming policy is one of them. Not complying with the policy will lead to your account becoming locked. This warning hopefully will prevent that from happening, but some action is required on your part. Please review the policy here and you can change your Publicly Displayed Name here .
A good workman is known by his tools.
subject: DynamicAttributes interface