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.

anonymous wrote : 
  | For example, my Action class has 'user' attribute of custom type User. It 
has, for example, 'name' property etc, usuall stuff. So, I wonder if I can put 
@RequestParameter annotation on 'user' attribute (that is defined in action) 
and to put something like this on xhtml:
  | <f:param name="user.name" value="John Doe"/>
  |   | 

No. You can't.
But You can do this, for instance  ;-)
<h:inputText id="userName" value="#{wsTest.user.name}"/>

Denis.

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

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


-------------------------------------------------------
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