suraj... i am sure about this..
The above code tell's the container that the tag's body can contain any thing that JSP page can contain.. means it can have Declarations,Scriptlets and Expressions..
This code says that the tag should not contain declarations,scriptlets and expressions.. but
it can contain EL elements..
and this code says the body content is not meant for the container to manipulate and just take it as it is..
even i need of a bit of clarification on this point.. suppose if the body has jsp content here does this will be directly given to the output or an exception will be thrown..
some body please tell me..