Re: T5: Message component

2007-12-24 Thread Joshua Jackson
Thanks Sven, Really helpful :) Cheers, On Dec 21, 2007 8:06 PM, Sven Homburg <[EMAIL PROTECTED]> wrote: > like this ? ... -- I'm a coder not a drag-n-dropper Blog: http://joshuajava.wordpress.com/ - To unsubscribe, e-mail: [E

Re: T5: Message component

2007-12-21 Thread Howard Lewis Ship
I think you are missing an @Parameter on field _class. On Dec 21, 2007 5:06 AM, Sven Homburg <[EMAIL PROTECTED]> wrote: > like this ? > > /** > * > * @author mailto:[EMAIL PROTECTED]">shomburg > * @version $Id$ > */ > public class MessageDisplay > { > /** > * message that should displ

Re: T5: Message component

2007-12-21 Thread Sven Homburg
like this ? /** * * @author mailto:[EMAIL PROTECTED]">shomburg * @version $Id$ */ public class MessageDisplay { /** * message that should displayed. */ @Parameter private String _infoMessage; /** * message that should displayed. */ @Parameter private String _err

T5: Message component

2007-12-20 Thread Joshua Jackson
Dear all, Is there a message component in T5? Usually I use this in struts to display message after succession upon one process. What I've found is only the t:errors component. Thanks in advance. -- I'm a coder not a drag-n-dropper Blog: http://joshuajava.wordpress.com/ --