hihi, does anyone have suggestions for handling mulitple bundles for struts errors?
i'm using the ActionForm.validate() (ie. i set validate flag = true in action definition) and i have a situation where the keys for the accumulated ActionError objects need to come from various bundles -- not just the 'main' error bundle defined in struts-config.xml. however, i cannot specify the bundle at the time of creating the ActionError objects. in my .jsp file i output the errors in a loop like so: <logic:messagesPresent> <html:messages id="error" bundle="errors"> <c:out value="${error}"/> </html:messages> </logic:messagesPresent> but as you can see, it only handles one bundle at a time (per message collection) how can i handle a situation where my message collection contains keys from multiple bundles? thanks in advance, woodchuck __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]