aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes is body-content mandatory in jsp 2.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "is body-content mandatory in jsp 2.0 " Watch "is body-content mandatory in jsp 2.0 " New topic
Author

is body-content mandatory in jsp 2.0

Joshua Antony
Ranch Hand

Joined: Jun 05, 2006
Posts: 254
Is body-content mandatory in jsp 2.0

Also are the below true ?

default value of body-content for classic tag : JSP
default value of body-content for simple tag : None


SCJP,SCWCD, Into ATG now!
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14685
    
  16

Is body-content mandatory in jsp 2.0

Yes it is.


default value of body-content for classic tag : JSP
default value of body-content for simple tag : None

No. There is no default value in JSP2.0, neither for classic tags, nor for simple tags. You have to explicitly set the value. (FAQ)


[My Blog]
All roads lead to JavaRanch
Joshua Antony
Ranch Hand

Joined: Jun 05, 2006
Posts: 254
Thank you very much
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: is body-content mandatory in jsp 2.0
 
Similar Threads
No scripting inside tag body?
contradicting statements about body-content in a tld
Question about Custom Tags
Simple Tag Handler Default body content
Default value for body content