[jboss-user] [JBoss Seam] - Re: Oracle ADF

2006-09-22 Thread khaliq
Nusa, How did you solve your cast exception problem ?? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973563#3973563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973563 ___

[jboss-user] [JBoss Seam] - Re: Oracle ADF

2006-09-22 Thread khaliq
You can find working example of ADF faces with seam here http://wiki.jboss.org/wiki/attach?page=JBossSeam%2Fadfregistration.zip or you can see here for more information http://jds.id.lv/export/sites/default/articles/seam-adf.html View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Oracle ADF

2006-09-21 Thread khaliq
Even i have been getting class cast exception , but i was surprised to note that i am getting CoreTable but unable to cast it to CoreTable variable. ex : CoreTable corTab = (CoreTable) table where table is a UIComponent. when i do table.getClass().getName() i get coretable object , but unable to