The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes quotations Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "quotations" Watch "quotations" New topic
Author

quotations

tony lee
Ranch Hand

Joined: Jan 21, 2002
Posts: 52
hi,
what's the value of attribute START
<% String s="abc"; %>
1) <x:START value="<%= s + \"def\" + \"jkl\" + 'm' + \'n\' %>" />
2) <x:START value='<%= s + \"def\" + "jkl" + \'m\' + \'n\' %>' />
thanks,


SCJP2, SCWCD
ersin eser
Ranch Hand

Joined: Feb 22, 2001
Posts: 1072
write a basic .jsp and test it & tell us the result.
 
 
subject: quotations
 
Threads others viewed
displaying problem
Clousers in Groovy
Critique Please
How to refresh a StringBuffer object for creating a HashMap object
html:select onchange?
IntelliJ Java IDE