[jboss-user] [EJB/JBoss] - Re: Hot deploying EJBs

2008-03-16 Thread javarebel
If you deploed the application using EAR file, then just touch your application.xml file. It will restart that project only. If you are using custom ANT file, then this is very easy to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136946#4136946 Reply t

[jboss-user] [JBoss Seam] - IceFaces TabPane

2007-03-22 Thread javarebel
I am using Ice tabpanes () ( and ). I need to capture the TabChangeEvent in my backing session Bean. How can I capture TabChangeEvent? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030752#4030752 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-03-06 Thread javarebel
I can't use DataModel and DataModelSelection because I can't use DataTable. I need to render the links horizontally. Is there anyway I can render DataTable horizontally? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025597#4025597 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-03-06 Thread javarebel
My requirement is to get an identifier in which link I have clicked in the backing bean. I am able to find a solution for this. In XHTML File - In Backing bean --- @RequestParameter private String linkId; public void next()

[jboss-user] [JBoss Seam] - How can I pass parameters to action methods

2007-03-06 Thread javarebel
I need to pass a parameter to an action method in the backing bean, how can I do that? Now I am getting the parameter as Null in the action method. My XHTML Page - where: listingSearch is the name of the Stateful Session Bean pagesLinks is a private list, whi