[jboss-user] [JBoss Portal] - Re: Exception in Portal 2.7.0/RichFaces, not in 2.6.4/MyFace

DanielK do-not-reply at jboss.com
Sat Feb 7 10:46:05 EST 2009


Ajax requests are from type RequestFacade. "Normal" requests are from type JBossActionRequest (~2.7.1. make use of another wrapper class of JBossActionRequest).

What you should do, make a check what kind of request you will get (instanceof), because otherwise you will see another ClassCastException after JBP upgrade :)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207930#4207930

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207930



More information about the jboss-user mailing list