| Author |
body-content as JSP
|
Gowher Naik
Ranch Hand
Joined: Feb 07, 2005
Posts: 643
|
|
<body-content>empty</body-content> means no body <body-content>scriptless</body-content> means tag body cannot contain scriptlet,expression and declaration. <body-content>tag-dependent</body-content> means body will be treated as plain text My Doubt What does <body-content>JSP</body-content> means ? HFS&JSP says it means anything that go inside jsp. Does That means if we use <body-content>JSP</body-content> then scripting is allowed? Thanks
|
 |
Dilshan Edirisuriya
Ranch Hand
Joined: Apr 22, 2006
Posts: 299
|
|
|
Yes scripting is allowed in "JSP".
|
Dilshan Edirisuriya SCJP1.4, SCWCD1.4, SCBCD 5
|
 |
Arvind Giri
Ranch Hand
Joined: Jun 26, 2005
Posts: 91
|
|
|
yes
|
Regards<br /> <br />Arvind Giri<br />MCA,SCJP 1.4,SCWCD 1.4<br />Looking for SCDJWS
|
 |
 |
|
|
subject: body-content as JSP
|
|
|