| Author |
JspFragment
|
stephen dimitrov
Greenhorn
Joined: Feb 28, 2005
Posts: 16
|
|
According to Head First Servlets, a simple tag can have a <body-content> of 'JSP', meaning scripting is allowed in the body (see page 472). However, on page 512 it says that a JspFragment CAN NOT have any scripting. This is confusing since getJspBody() returns a JspFragment representing the tag body. How can a JspFragment represent a body with scripting if it can't have any scripting? And can Simple and Classic tags have scripting? Thanks
|
 |
Marcelo Ortega
Ranch Hand
Joined: May 31, 2005
Posts: 519
|
|
|
Can anyone explain this please?
|
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCJD, SCEA/OCMJEA
Live life to an interface, not an implementation!
|
 |
Narendra Dhande
Ranch Hand
Joined: Dec 04, 2004
Posts: 950
|
|
Hi, A simple tag can NOT have a <body-content> of 'JSP'. Only Scriptless, tagdependent and empty are allowed. Thanks
|
Narendra Dhande
SCJP 1.4,SCWCD 1.4, SCBCD 5.0, SCDJWS 5.0, SCEA 5.0
|
 |
 |
|
|
subject: JspFragment
|
|
|