i have two jsp-pages A and B.
A has a link to B, defined as navigationrule in my faces-config.
on page B i have a datatable backed by a stateful session bean and a form displaying the details of the selected row.
when i select a row on page B, go back to page A, and again to B, the details of the previously selected row will be displayed. but i would like to clear the selection when page B is called from page A.
is this possible in a simple, declarative way?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095675#4095675
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095675
hmmmm... passing a context I would not do (to tightly coupled). The variable container is better or just passing a hashmap of objects where the objects are the variables (strongly java typed) and the keys are the variable names. Maybe in addition pass a processid/taskid/tokenid.
for the rest, looks good. This is also what I would do (this is not in jBPM, yet (no work being done), care to put this on a wiki if it works? Maybe we can even start a 'project' in jBPM with these kinds of contributions
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095666#4095666
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095666
yes, I forgot to say that I also tried this
| <?xml version="1.0"?>
| <!DOCTYPE jboss-web>
| <jboss-web>
| <context-root>/</context-root>
| <virtual-host>orangeadomicile.fr</virtual-host>
| </jboss-web>
|
But still, it does not work.
About the web-console and the jmx-console, I also get the blank page :
http://{IP_ADDRESS}/web-console/
http://{IP_ADDRESS}/jmx-console/
thanks for your help
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095663#4095663
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095663