[jboss-user] [JBoss Seam] - Re: Is it to late to get this CRITICAL feature in before the

dhinojosa do-not-reply at jboss.com
Tue Sep 25 22:25:37 EDT 2007


Norman,

I have a bean already created, nicely tested, that I really don't want to re-engineer ;) All I want to do is set some properties........................................................OHHHHHHHHHHHHH!

DAMN IT!!!!!!!!;)  NEVERMIND!!!!!;)  I TOTALLY NEED TO DO THAT SETUP IN THE COMPONENTS.XML AND NOT ON PAGES!!!!!!!!! ;)

Hehehe.  I type the word properties in this message, and it hit me like a ton of bricks, thanks so much.  I will close the JIRA. ;)

;)  *Blushing*


  | @Stateful
  | @Name("searchAllAvailableFencesBean")
  | @Scope(....)
  | public class SearchAllStandardProductLikeTypeAndSubtypeBean .... {
  | 
  |       public void setType(String type) {....}
  |       public String getType() {.....}
  |       public void setSubtype(String subtype) {....}
  |       public String getSubtype() {.....}
  |       public void search() {......}
  |       .....
  | 
  | }
  | 

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

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



More information about the jboss-user mailing list