A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
JSF
Author
change <tr:inputFile> message style
chen young
Ranch Hand
Joined: Sep 09, 2005
Posts: 178
posted
Feb 17, 2012 21:39:48
0
Hi,
How can I modify the <tr:inputFile> massage style?
For example:
In the following example in case there is no file I will get the following massage ” You must enter a value.”
<tr:inputFile id="ipList" simple="true" valueChangeListener="#{fileUpload.fileUploaded}" required="true" onchange="uploadFile(this,#{user.rendered})"/>
I want to change the message color to red.
I also try to change the color via the application skin something like this
af|inputFile::value {
color: #FF0000;
}
Can someone please send example ?
Thanks
I agree. Here's the link:
http://aspose.com/file-tools
subject: change <tr:inputFile> message style
Similar Threads
This one _should_ be easy
how to control this?
Adding Calender Control
passing parameters to included jsp file
how to tell MultiActionController Command Object is Of type com.dss.ems.model.User
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter