get the label value of an output text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newlearner
    New Member
    • May 2007
    • 67

    get the label value of an output text

    Hi All,
    I am using JSF frame work.... and need to get the value of a output label

    I tried getcomponent.ge tvalue and many more.....
    Nothing has worked out...

    i there any way to get the label parameter

    I set the value of the label through label properties .. it would be great if i can get the path of the value atleast


    Thanks

    Shasi
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Are you sure you're talking Java here? A simple JLabel.getText( ) returns the text
    content in the label.

    kind regards,

    Jos

    Comment

    • newlearner
      New Member
      • May 2007
      • 67

      #3
      Originally posted by JosAH
      Are you sure you're talking Java here? A simple JLabel.getText( ) returns the text
      content in the label.

      kind regards,

      Jos
      I am sure that my question speaks JAVA. If you can understand ... I am speaking about JSF component and not awt.

      I need to read labelname of a JSF COMPONENT.... understood??

      Comment

      Working...