Hello Madan,

you should customize your InRenderer.
Please add something like this

if (markup.equals("YOURDISPLAYMARKUPORSOMETHINGELSE") {
  // the your displaycode
}

or

if (component.getAttributes().get("yoursextraattributeDefaultText") != null) { String displayText = component.getAttributes().get("yoursextraattribute")
  // your code
}

<tc:in >
 <f:attribute name="yourextraattribute" value="your DisplayText" />
</tc>

this is not valid code but I show you a possible way.

Regards

Bernd

madan chowdary wrote:
Hi Bernd,

If at all i create my own theme and change the InRenderer , the default text would be 
displayed for all <tc:in/> and <tx:in/>

But i need for a particular textbox.

I posted this request in JIRA,
Link to the post :  https://issues.apache.org/jira/browse/TOBAGO-290

It would be appreciated if its fixed ASAP.

Thnx in advance

Regards,
Madan
----- Original Message ----
From: Bernd Bohmann <[EMAIL PROTECTED]>
To: MyFaces Discussion <[email protected]>
Sent: Saturday, 17 February, 2007 1:08:04 PM
Subject: Re: [Tobago] Default Text in <tc:in/>

Hello Madan,

it's not possible to have a default text in tc:in as you described

Can you add a feature request in jira, please.

With a own theme you can change the implementation of InRenderer and the javascript for in.

Regards

Bernd

madan chowdary wrote:
Hi all,

Can anyone reply to this mail,

Is it possible to have a default text as explained in my previous post..

Thnx in advance,

Madan

----- Original Message ----
From: madan chowdary <[EMAIL PROTECTED]>
To: MyFaces Discussion <[email protected]>
Sent: Tuesday, 13 February, 2007 4:22:25 PM
Subject: [Tobago] Default Text in <tc:in/>

Hi all,

I need to display a default text in <tc:in/> like say "Search" in search box.

When the user places the mouse to enter some text, it should be cleared and 
able to enter a text.

The default Text must not be updated in the bean, its just a dummy string 
visible to the user unless he clicks
in <tc:in/>

Can we achieve this using the current release, if not then this would be useful 
if done with the next release.

Regards,
Madan





Here’s a new way to find what you're looking for - Yahoo! Answers




__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/







                
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

Reply via email to