You could observe the org.jboss.seam.afterPhase event after the RENDER_RESPONSE
phase as follows:
| @Observer("org.jboss.seam.afterPhase")
| public void handleDisabling(PhaseEvent event) {
| if(event.getPhaseId() == PhaseId.RENDER_RESPONSE) {
| if(date is reached) {
| do disabling logic
| }
| }
| }
|
Hope that helps.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084599#4084599
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084599
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user