Localization how can i have a localization message? ES: addActionMessage("i18n.key.validuserString"); I use often server side annotation validation (@), they are localized. Thanks
action error how can i remove that ugly dot from action error
remove the ugly dot from action error 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
Remove the ugly dot Write a css style for the ul and li html tags and set list-style-type: none as the rule.
Engineer any one who is interested learning struts2.0 or spring, can reach me at abhinandan@gmail.coom
To display the error messages in same page How to display the error messages in same page, the error message is displayed in a diff page... How to avoid the "GO BACK" button as in above example
How to remove dot in the action message.... Hi, Its really a great website to learn struts2...... Any body find the solution for removing the bullet from the action message? Kindly help me.... Thanks in advance.
struts-tags hi in jogin.jsp <%@ taglib prefix="s" uri="/struts-tags" %> where i specify the "/struts-tags"
removing bullet from action messages I'm Chandra, I'm also interested by the possibility to remove the dot preceding any actionMessage particularly from action error & field error & can u refer me an example how to use cssClass in Struts tags, thanks in advance..
css actionMessage .actionMessage li span{ color:green; } <s:actionmessage cssClass="actionMessage"/>
Struts2.2.1 actionerror and actionmessage tag example. Struts2.2.1 actionerror and actionmessage tag example. In this tutorial... structure of actionerror and actionmessage tag example. 1- index.jsp <html> <head><title>Actionerror_Tag_Example</title> <
Actionerror and Actionmessage Tags (Non-Form UI Tags) Example the actionerror and actionmessage tags. The actionerror tag is a UI tag that renders action errors (in the jsp pages.) if they exists while the actionmessage tag...Actionerror and Actionmessage Tags (Non-Form UI Tags) Example  
Struts2 Validation Problem - Struts ://www.roseindia.net/struts/struts2/struts2uitags/actionerror-and-actionmessage-tag.shtml Embed.../struts/struts2/struts2uitags/actionerror-and-actionmessage-tag.shtml Thanks...Struts2 Validation Problem Hi, How to validate field
tree tag in struts2 - Struts tree tag in struts2 I have an arraylist of values retrieved from the database and i want all the values in the arraylist to be viewed in a subtree node. like:::: COUNTRYLIST has values INDIA,UK,USA. INDIA,UK,USA
Achor tag. Struts2 code - Struts Achor tag. Struts2 code Hi All, How to send the values form one jsp page to another using anchor tag (or any which is similar to achor) in Struts? Please help me. I am waiting for the answer. Regards, Sandeep
Struts2 - Struts Struts2 Hi, I am using doubleselect tag in struts2.roseindia is giving example of it with hardcoded values,i want to use it with dynamic values. Please give a example of it. Thanks
Achor tag. Struts2 code - Struts Achor tag. Struts2 code Hi All, How to send the values form one jsp page to another using anchor tag (or any which is similar to achor) in Struts? Please help me. I am waiting for the answer. Regards, Sandeep  
Actionerror Tag ;/struts-tags" %> <html> <head>  
Struts2 - Struts Struts2 S:select tag is being used in my jsp, to create a drop down list. The drop down works very well in Mozilla, but in IE7 it behaves very weird, meaning that the drop down wen clicked it just jumps out from the first row
select tag in Struts2 to handle Enums - Struts select tag in Struts2 to handle Enums I have an java enum in my object. I am trying to set its values from struts2 select tag. I tried with "#list... to handle enums in struts2 select tag ? Hi friend, Code to solve
Ask Questions?
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.