2 Replies Latest reply on Mar 23, 2010 6:02 PM by richfaceman

    How to get value from bean ?

    richfaceman

      Hi all

      I hope someone can help me it's been very long three days, I'm trying to make a Diary, I have JSP page where I have JSF components. I have some textfields (readonly) that represent time of a day e.g.

       

      <inputText type="text" id="00:00" value="" >

      <inputText type="text" id="00:15" value="" >

       

      id is representing the time. How can I possibly get any attribute's value from my bean file and display it on my JSP/JSF page .  So if there is a START_TIME  00:00 it would display in correct textfield ?  I've uploaded my two files jsp and bean, Can someone please help

      Thanks

      zed