[jboss-user] [JBoss Seam] - JasperReport+Seam

2007-11-28 Thread mirlabraga
Hello People How do I do for create a report with Jasper Report and show on Seam? Is It possible? I cant'n use the lib of the Seam (jboss-seam-pdf.jar), because my bussing request Jasper Report. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41084

[jboss-user] [JBoss Seam] - @In attribute requires non-null value

2007-11-13 Thread mirlabraga
AnyBody know what happen? | | @In | private String nomeEndereco; | | /** | * @return the nomeEndereco | */ | public String getNomeEndereco() | { | nomeEndereco = new String("[EMAIL PROTECTED]"); | return nomeEndereco; | } |

[jboss-user] [JBoss Seam] - Re: How inject List in Context

2007-11-12 Thread mirlabraga
"mirlabraga" wrote : How inject List on Context? | | I want inject a List of Object on Context of the apllication. However happen error. | | | | | | @Name("mailExample") | | @Scope(ScopeType.SESSION) | | public class MailExample | | {

[jboss-user] [JBoss Seam] - How inject List in Context

2007-11-12 Thread mirlabraga
How inject List on Context? I want inject a List of Object on Context of the apllication. However happen error. | | @Name("mailExample") | @Scope(ScopeType.SESSION) | public class MailExample | { | | @In | @Out(scope=ScopeType.CONVERSATION) | private List enderecos