Hi,

I got it working using the latest CVS version of Seam. Gavin posted a fix very 
recently:

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73702

Here is my factory method :

  | @Factory("contentLoaded")
  | @Begin
  | public String findAllNapContent() {
  |     logger.info("Loading all content. Starting conversation");
  |     loadContent();
  |     loadAllLanguages();
  |         contentLoaded = new String("content loaded");
  |     return "success";
  | }

I don't think the return value is really used by the @Factory as the page that 
gets displayed is the one that you initially requested in the GET.  However, if 
you should also use that method through a commandlink/commandaction mechanism 
the return value will determine the next page to display based on your 
navigation rule in the faces-config.xml.

Regards

Louis



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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to