[jboss-user] [JBoss Seam] - Re: s:formattedText
svadu
do-not-reply at jboss.com
Wed Mar 7 17:22:51 EST 2007
The controller:
import org.emaps.dao.Image;
| ...
|
| @Name("imageAction")
| @Scope(ScopeType.CONVERSATION)
| public class ImageActionBean implements Serializable {
|
| @Logger
| private Log logger;
|
| @In(create = true)
| private EntityManager em;
|
| @In(required=false)
| @Out(required=false)
| private Generalarticle selectedArticle;
|
| @In(required=false)
| @Out(required=false)
| private Image image;
and the pojo:
@Entity
| public class Image implements java.io.Serializable {
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026007#4026007
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026007
More information about the jboss-user
mailing list