Okay - I finally fixed this myself.  I found that by adding the following to my 
web.xml,


  |   <context-param>
  |     <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  |     <param-value>client</param-value>
  |   </context-param>
  | 

that suddenly Seam began to 'do the right thing,' i.e. instantiate and call my 
components.

In the documentation it says:

anonymous wrote : 
  |  If you are using Seam in Apache MyFaces (and possibly some other JSF 
implementations), you must use client-side state saving. So you'll also need 
this in web.xml:
  | 
  | <context-param>
  |     <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  |     <param-value>client</param-value>
  | </context-param>
  | 

I am not using MyFaces (yet?);  rather, I am using Facelets 1.1.5(milestone) 
and JSF 1.1.01. so I incorrectly assumed that this did not apply to me.  This 
has been a lot of pain for such a small thing.  Surely there is some clever way 
of defaulting stuff like this...

Anyways, I appreciate the help with this on the forum - Thanks Gavin.


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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to