Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-velocity Wiki" 
for change notification.

The following page has been changed by DavidBoden:
http://wiki.apache.org/jakarta-velocity/VelocityFAQ

------------------------------------------------------------------------------
  <extension name="Shared RCP Framework" 
href="$context/rcp/RcpSharedWebStart.jsp"/>
  }}}
  
- Backslash escaping like \$$context/rcp/RcpSharedWebStart.jsp doesn't make the 
initial $ appear.
+ Backslash escaping like \$$context/rcp/!RcpSharedWebStart.jsp doesn't make 
the initial $ appear.
  
+  * A: Help appreciated.
+ [[BR]]
   * Q: How can conditionals be nested?  For example, in the equivalent of 
"if($a){ if($b){ b1; } else{ b2; } if($c){ c1; } else { c2; } }", where do the 
'#end's go?
   * A: Exactly where you put the closing parentheses in java.  So your example 
would be "#if( $a )#if( $b ) b1 #else b2 #end #if( $c ) c1 #else c2 #end#end".  
Pretty easy.
  [[BR]]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to