I currently have a MyAppActionSupport in which I place these custom
messages, and all my *Action classes extend from it.

It's quite easy to do, and I see no issue if it's in the core framework or
not.

Perhaps a better place for this functionality would be a "ww2 common
practices" in the wiki ? That would let it be easily available to whoever
who requires it to implement, and also not "corrupt" the core framework.

----- Original Message -----
From: "Mike Cannon-Brookes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 27, 2003 2:29 PM
Subject: Re: [OS-webwork] Struts user feedbak


> Yes, but I'm not sure it's something that belongs in ActionSupport, as
it's
> most custom per application. It's very easy for people to add this
> themselves.
>
> Error support is necessary as the UI tags need to know about it to work
> together nicely.
>
> Action messages are more of a custom app thing to me, and should not be in
> the core framework.
>
> M
>
> On 27/9/03 3:35 AM, "Fred Lamuette" ([EMAIL PROTECTED]) penned the
> words:
>
> > Exactly, just the duplicate of the ActionError, but so usefull ...
> > I create a Jira issue.
> >
> > -----Message d'origine-----
> > De : [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] la part de
> > Drew McAuliffe
> > Envoye : vendredi 26 septembre 2003 18:08
> > A : [EMAIL PROTECTED]
> > Objet : RE: [OS-webwork] Struts user feedbak
> >
> >
> > I've done this in the base action that I use and have found it extremely
> > useful. Basically, it's just a duplicate of the action error stuff in
> > ActionSupport, with "Error" replaced by "Message".
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Jason Carreira
> > Sent: Friday, September 26, 2003 7:54 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [OS-webwork] Struts user feedbak
> >
> >
> > So you're talking about another set of general messages to show to the
> > user which are not errors? I'm ok with this... I've done this for our
> > use of WW1 at work because it IS very useful... Create a Jira issue.
> >
> >> -----Original Message-----
> >> From: Fred Lamuette [mailto:[EMAIL PROTECTED]
> >> Sent: Thursday, September 25, 2003 5:08 AM
> >> To: [EMAIL PROTECTED]
> >> Subject: RE: [OS-webwork] Struts user feedbak
> >>
> >>
> >> Sure, but why not integrating elegantly this idea to
> >> ActionSupport as as complement to FieldError  (FieldMessage)
> >> and ActionError (ActionMessage) ? But I can extend
> >> ActionSupport as you said ;-) Cheers Richard.
> >>>
> >
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Opensymphony-webwork mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Opensymphony-webwork mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to