Re: error messages not displaying

2004-10-26 Thread Niall Pemberton
nt: Tuesday, October 26, 2004 5:55 PM Subject: Re: error messages not displaying > Hi, > I have the following definition in the tiles.xml. > > path="/WEB-INF/tiles/standardLayout.jsp"> > > value="/WEB-INF/tiles/topNav.jsp" /> &g

Re: error messages not displaying

2004-10-26 Thread struts lover
rom: "struts lover" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > Sent: Tuesday, October 26, 2004 5:28 PM > Subject: Re: error messages not displaying > > > > Hi, > > I have my html taglib defin

Re: error messages not displaying

2004-10-26 Thread Niall Pemberton
You need it in every jsp that use those tags, not just the "main" one. Niall - Original Message - From: "struts lover" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 2004 5:28 PM Subject: Re:

Re: error messages not displaying

2004-10-26 Thread struts lover
; From: "struts lover" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, October 26, 2004 1:17 PM > Subject: error messages not displaying > > > > Hi Everyone, > > I have this weird problem. My error messages were > > displaying fine but

Re: error messages not displaying

2004-10-26 Thread Niall Pemberton
When you broke your jsp up into tiles did you still include the html taglib definition? Niall - Original Message - From: "struts lover" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 2004 1:17 PM Subject: error messages not displaying &

error messages not displaying

2004-10-26 Thread struts lover
Hi Everyone, I have this weird problem. My error messages were displaying fine but after I started using tiles, the messages dont show up. If I do the for a particular property, it shows that error is present. But the tag doesnt show errors. Anyone can help with this. Thanks a lot. __