| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
4 comments so far (post your own) View All Comments Latest 10 Comments:I Doahh, I'm also interested by the possibility to remove the dot preceding any actionMessage.
I've tried to add the following snipet in my basic css :
.actionMessage ul{
list-style-type: none;
}
.actionMessage li{
list-style-type: none;
}
But this doesn't give anything...
I've also tried to set the cssClass
attribute with "actionMessage" in the <s:actionmessage/> tag.
Have you got any suggestion on how to do that (I'm rather newbie with css,...)
Thanks,
Sébastien
Posted by vano on Tuesday, 06.10.08 @ 20:55pm | #62964
Write a css style for the ul and li html tags and set list-style-type: none as the rule.
Posted by doahh on Wednesday, 04.23.08 @ 17:12pm | #57695
how can i remove that ugly dot from action error
Posted by vinod on Monday, 02.4.08 @ 11:53am | #47175
how can i have a localization message?
ES:
addActionMessage("i18n.key.validuserString");
I use often server side annotation validation (@), they are localized.
Thanks
Posted by Luke on Monday, 12.10.07 @ 18:24pm | #41737