Hi there

I am in process of developing an application morphed from the booking
example. Can somone post or direct me to some presentation examples
that deal with if/else type logic. As an example


  | <h1>Profile Name</h1>
  |     <p>
  |     <h:outputText value="No Profile Found" rendered="#{user.profileName}".>
  |     #{user.profileName}
  |     </p>
  | 

If there is no userProfile value set on the User object, how do i display a 
link to create a new profile etc ? Can direct me to an example ? I am looking 
at the examples again.

TIA
k

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920493#3920493

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920493


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to