RE: a couple of questions

2003-01-06 Thread pqin
lto:[EMAIL PROTECTED]] Sent: January 6, 2003 11:37 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: a couple of questions > > >One, possibly hokie way, of doing this would be to use parameters in your resources. For example, say your error resource is defined as >This make

Re: a couple of questions

2003-01-06 Thread Yan Zhu
One, possibly hokie way, of doing this would be to use parameters in your resources. For example, say your error resource is defined as This makes the *entire* text of foo.error dynamic. excellent, that is awesome! no way to make individual prefix based on class though? :( I have a root pag

RE: a couple of questions

2003-01-06 Thread Sri Sankaran
> -Original Message- > From: Yan Zhu [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 05, 2003 10:57 AM > To: Struts Users Mailing List > Subject: a couple of questions > > > > hey guys, > > using struts 1.1 beta 3 here with tomcat 4.1.18. > > pretty much a newbie with str

Re: a couple of questions

2003-01-05 Thread Joseph Fifield
I extended the ErrorsTag to add a feature very similar to this, for a slightly different reason. I wanted to display all global errors at the top of the screen, and all field specific errors below it's respective form field. However, for this to look right, I needed a different set of prefixes and