"denis-karpov" wrote : anonymous wrote : How to make 'command' property visible? (I have added getters/setters in seam action class). | Try to define getter and setter inside Foo interface too. |
This made the trick, partially:) I didnt put get/set into interface, since I dont like that, however, it is needed if seam action is an ejb component. Moreover, I found out that is not possible to have one action attribute used for both <h:inputText and <f:param. If @RequestParameter exist, seam will first set the attribute from form, and then it will null it, because there is no request paramter with that name. If @RequestParameter do not exist, form will work correctly (as Denis has stated), except, commandLinks will not work. This might be solved by having a new flag for @RequestParameter that will not null-arize actions attribute if request parameter does not exist. Thanx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944893#3944893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944893 ------------------------------------------------------- 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
