[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations

2007-02-20 Thread whuang
can you post the UI code for BEFORE (working) and AFTER (not working) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019435#4019435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019435 _

[jboss-user] [JBoss Seam] - Re: Can't get the Seam Exception Handling feature to work.

2007-01-22 Thread whuang
I am seeing this on my log 2007-01-22 10:26:06,636 INFO org.jboss.seam.core.Exceptions - reading exceptions.xml 2007-01-22 10:26:06,667 ERROR org.jboss.seam.core.Exceptions - redirecting to debug page Looks like I am in the right path, but I don't remember requiring to create a debug page

[jboss-user] [JBoss Seam] - Re: Can't get the Seam Exception Handling feature to work.

2007-01-22 Thread whuang
Does seam exception handling only handle in invoke application phase? or is suppose to handle exceptions in ALL phases? BTW, my environment is MyFaces 1.1.3, Facelets 1.1.11, Seam 1.1.0, A4J 1.0.2, weblogic.. Everythings else works great including seam(mainly use for wizard conversation) Tha

[jboss-user] [JBoss Seam] - Re: Can't get the Seam Exception Handling feature to work.

2007-01-20 Thread whuang
I have seen it on during the Apply Request Values or Update Model life-cycle when I purposely map a invalid method binding... But I've also experience it during other life-cycles. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004313#4004313 Reply to the po

[jboss-user] [JBoss Seam] - Can't get the Seam Exception Handling feature to work.

2007-01-19 Thread whuang
I try to setup Seam to handle all JSF exceptions and redirect to a generic error page, but still when exceptions occur, it is not redirecting in to my generic error page. Based on the Seam doc, I config my exceptions.xml in WEB-INF http://jboss.com/products/seam/exceptions-1.1.dtd";> | |

[jboss-user] [JBoss Seam] - Re: Argh! Attribute access

2006-12-29 Thread whuang
looks like I found the problem. the data list has inconsistent data types. therefore the unable to call methods. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996915#3996915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - Re: Argh! Attribute access

2006-12-29 Thread whuang
I am getting the same error with similar xhtml code, but my error is coming from which is even more crazy... No one seen this? Texan, if you found the solution, please post it up. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996886#3996886 Reply

[jboss-user] [JBoss Seam] - Re: JSF State_Saving_Method must be client side

2006-10-13 Thread whuang
thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978267#3978267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978267 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss Seam] - JSF State_Saving_Method must be client side

2006-10-13 Thread whuang
Base on the Seam documentation, it saids that the STATE_SAVING_METHOD must use client-side state saving, if uses Myfaces Implementation. Can someone tell me why? Is it some bug in MyFaces? Thanks, Bill View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978249#

[jboss-user] [JBoss Seam] - Re: SeamPhaseListener question for Seam newbie

2006-10-12 Thread whuang
No taker on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977918#3977918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977918 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Seam] - SeamPhaseListener question for Seam newbie

2006-10-10 Thread whuang
On the SeamPhaseListener class, at the beginning for beforePhase() method, it calls Lifecycle.setPhaseId(event.getPhaseId()). Then at the end of the afterPhase() method, it calls Lifecycle.setPhaseId(null); What if the call Lifecycle.setPhaseId(null) is omitted or removed from the afterPhase()