RE: s:actionmessage issue after upgrade to 2.1.6 (possible bug)

2009-08-21 Thread Security Management
>-Original Message- >From: Wes Wannemacher [mailto:w...@wantii.com] >Sent: Friday, August 21, 2009 4:17 PM >To: Struts Users Mailing List >Subject: Re: s:actionmessage issue after upgrade to 2.1.6 (possible bug) > >You could just override the template for this tag. Jus

Re: s:actionmessage issue after upgrade to 2.1.6 (possible bug)

2009-08-21 Thread Musachy Barroso
gt;> Subject: Re: s:actionmessage issue after upgrade to 2.1.6 (possible bug) >> To: "Struts Users Mailing List" >> Received: Friday, August 21, 2009, 7:40 PM >> Just add a selector so that your >> class applies to the span who's >> parent

Re: s:actionmessage issue after upgrade to 2.1.6 (possible bug)

2009-08-21 Thread Wes Wannemacher
all those pages > after the upgrade > > --- On Fri, 8/21/09, Wes Wannemacher wrote: > >> From: Wes Wannemacher >> Subject: Re: s:actionmessage issue after upgrade to 2.1.6 (possible bug) >> To: "Struts Users Mailing List" >> Received: Friday, August 21,

Re: s:actionmessage issue after upgrade to 2.1.6 (possible bug)

2009-08-21 Thread Struts Two
her > Subject: Re: s:actionmessage issue after upgrade to 2.1.6 (possible bug) > To: "Struts Users Mailing List" > Received: Friday, August 21, 2009, 7:40 PM > Just add a selector so that your > class applies to the span who's > parent LI's parent UL has the c

Re: s:actionmessage issue after upgrade to 2.1.6 (possible bug)

2009-08-21 Thread Musachy Barroso
that was an enhancement, it does has a jira ticket somewhere. musachy On Fri, Aug 21, 2009 at 12:23 PM, Struts Two wrote: > Before I migrate my struts application from 2.0.12 to 2.1.6 > > The following > > > > would generate: > > >   >       >         You can not change your role to Agent. >  

Re: s:actionmessage issue after upgrade to 2.1.6 (possible bug)

2009-08-21 Thread Wes Wannemacher
Just add a selector so that your class applies to the span who's parent LI's parent UL has the class "alert-go" (or whatever class name you're specifying). -Wes On Fri, Aug 21, 2009 at 3:23 PM, Struts Two wrote: > Before I migrate my struts application from 2.0.12 to 2.1.6 > > The following > >

s:actionmessage issue after upgrade to 2.1.6 (possible bug)

2009-08-21 Thread Struts Two
Before I migrate my struts application from 2.0.12 to 2.1.6 The following would generate: You can not change your role to Agent. which would display the message in the appropriate color defined by style sheet class However, after I have migrated my code to 2