| Author |
body-content default value
|
shan xiao
Greenhorn
Joined: Mar 12, 2005
Posts: 6
|
|
if the tag is Not a simpleTag, it should have four possible values: empty,scriptless, tagdependent, JSP, which one is the default value if <body-content> is not present?
|
 |
Kejal Shah
Ranch Hand
Joined: Jun 27, 2003
Posts: 87
|
|
Hi, Please refer the JSP spec section 8.5 quote: "body-content (optional) Provides information on the content of the body of this tag. Can be either empty, tagdependent, or scriptless. A translation error will result if JSP or any other value is used. Defaults to scriptless." HTH Kejal
|
Kejal<br />SaneDevil@gmail.com
|
 |
Kumar J
Ranch Hand
Joined: Feb 13, 2005
Posts: 35
|
|
hi, So,Kejal you mean to say irrespective of the type of tag handler...simple or classic the default is scriptless ? Please clarify... Kumar V
|
With Regards,<br />Kumar J
|
 |
sam siu
Greenhorn
Joined: Mar 03, 2005
Posts: 4
|
|
Hi, Shan said it is NOT a SimleTag so value JSP is also valid. I guess it defaults to JSP in this case.
|
 |
Gavin Zhao
Greenhorn
Joined: Apr 29, 2004
Posts: 11
|
|
Hi, if it is NOT a SimleTag so default value "JSP"! if it is a SimleTag so value "JSP" is illegal!
|
Impossible Is Nothing!
|
 |
 |
|
|
subject: body-content default value
|
|
|