If i have two error messages they are getting displayed in two lines. how can
i display all the messages in single or wrap by column length

                                <s:if test="fieldErrors != null && 
fieldErrors.size > 0">
                                        <div class="error-msg" title="Error">
                                                <div class="icon"></div>
                                                <div class="error-txt">
                                                        <s:fielderror>
                                                                
<s:param>irn</s:param>
                                                        </s:fielderror>
                                                </div>
                                        </div>
                                </s:if>
-- 
View this message in context: 
http://www.nabble.com/FieldErrors-display-tp17524608p17524608.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to