[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-22 Thread david.alves
Thanks, It finally works!!! I had already tryed that but I always kept the property not only the getter. I don't seam to have the "session expired" warning, the only thing I'm doing different is that I keep may menu in the SESSION scope. View the original post : http://www.

[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-22 Thread Newlukai
Perhaps you should return something? And not null. Or you change the scope to APPLICATION? Here's my menu bean: @Stateless | @Name("sideNavigationMenu") | @Scope(ScopeType.APPLICATION) | public class SideNavigationMenu implements SideNavigation { | @In | private FacesContext fac

[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-21 Thread david.alves
no ideas?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995550#3995550 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995550 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-20 Thread david.alves
Hi, I've tryied a lot of combinations (method names etc) a still no luck. I allways clean everithing before rebuild (my ant script does that when i select the deploy target) So... any suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995460#3995460

[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-20 Thread david.alves
btw, there is an error in my xhtml page the EJB call is actually mainMenu.getMainMenu (that was only one of the other things I tryed) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995462#3995462 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-20 Thread atzbert
It pretty much looks like a class loading / caching issue to me. I am fighting with these kind of problems so often... just a cheap advice : triple check all your class folders and clean everything before rebuild... :) View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-20 Thread david.alves
(maybe I understood the quetion wrong) Yes I declared an interface (marked it with the @Local annotation) and declared the method public String getMainMenu(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995253#3995253 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-20 Thread david.alves
Any interface method is implicitly public, but yes I did explicitly declare the method as public. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995252#3995252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995252

[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-19 Thread jdestef
Did you declare public String getMainMenu() in your MainMenu interface? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995188#3995188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995188 ___