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
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=
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:
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()
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