RE: Using a outputLabel and a outputText together

2006-11-28 Thread pallavi.roy

Hi ying,

   Do mention whether in your statement h:outputText
value=#{build.help} / 
   build is the var of your resource bundle or something else.

Best Regards,
Pallavi 


-Original Message-
From: ying lcs [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 29, 2006 10:48 AM
To: MyFaces Discussion
Subject: Using a outputLabel and a outputText together

Hi,

i have a
h:outputLabel.../
h:inputText.../

i see a label and then a text box. That is what I want.

However, when i want to add another line of text as the 'help' text, by
adding a h:outputText...  I don't see the help text.


This is what i am trying to do:
 h:outputLabel for=buildlanguage styleClass=desc
value=#{text['build.language']}/

h:outputText value=#{build.help} /


h:inputText
value=#{addBuildForm.build.language} id=buildlanguage
required=true styleClass=text large
v:commonsValidator type=required
arg=#{text['build.language']}/
/h:inputText


Can you please tell me what am i missing?

Thank you.


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com


Re: Using a outputLabel and a outputText together

2006-11-28 Thread ying lcs

Pallavi,

Thanks. that solves my problem.


On 11/28/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Hi ying,

   Do mention whether in your statement h:outputText
value=#{build.help} /
   build is the var of your resource bundle or something else.

Best Regards,
Pallavi


-Original Message-
From: ying lcs [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 29, 2006 10:48 AM
To: MyFaces Discussion
Subject: Using a outputLabel and a outputText together

Hi,

i have a
h:outputLabel.../
h:inputText.../

i see a label and then a text box. That is what I want.

However, when i want to add another line of text as the 'help' text, by
adding a h:outputText...  I don't see the help text.


This is what i am trying to do:
 h:outputLabel for=buildlanguage styleClass=desc
value=#{text['build.language']}/

h:outputText value=#{build.help} /


h:inputText
value=#{addBuildForm.build.language} id=buildlanguage
required=true styleClass=text large
v:commonsValidator type=required
arg=#{text['build.language']}/
/h:inputText


Can you please tell me what am i missing?

Thank you.


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com