Re: [****] Including a Struts action in a JSP - IllegalStateException / truncated response issue

2004-11-05 Thread Thompson Marzagão
I use tiles for it. A typical set of related definitions in my tiles configuration file: In the main.jsp file I use for "menu", "calendar", "survey", "greeting" and "main" Thompson Parke Jeff wrote: I'm still having trouble i

Re: ActionMessages question (simple)

2004-10-25 Thread Thompson Marzagão
Caro Vinicius, Your java code is fine. But you got confused on the struts tags. If you want to display ALL the messages you have, (that's probably what you need) one under the other, separated by 's, you would use: But if you only want to display that "removido" message when it exists, you ca