[jboss-user] [JBoss Seam] - Re: null pointer exception with fileUpload

vlaugier do-not-reply at jboss.com
Tue Jan 15 16:13:45 EST 2008


here is the interface, thanks for your help


  | package fr.helmet.bbpp.manager;
  | 
  | import fr.helmet.bbpp.entity.Deal;
  | import fr.helmet.bbpp.entity.Forum;
  | import java.util.*;
  | 
  | public interface ForumManager {
  |     
  |     public List<Forum> getForums();
  |         
  |     public void setForums(List<Forum> Forums);
  | 
  |     public void editForum(Forum serv);
  |     
  |     public String startCreateForum() ;
  |     
  |     public String viewForum(Forum serv) ;
  |     
  |     public void registerForum(Forum forum );
  |     
  |     public void registerFile() ;
  |     
  |     public String updateForum() ;
  |     
  |    public void destroy();      
  |     
  |    public String defineFromUserForum() ;   
  |    
  |    public String defineFromUserForums() ;
  |    
  |    public void nextElement() ;
  |    
  |    public void previousElement();
  |    
  |    public void registerMessage();
  |    
  |    public byte[] getFileByteArray() ;
  | 
  |    public void setFileByteArray(byte[] fileByteArray) ;
  |     
  | }
  | 

cheers


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

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



More information about the jboss-user mailing list