- 
        1. Re: Is it to late to get this CRITICAL feature in before thepmuir Sep 25, 2007 4:24 PM (in response to dhinojosa)JIRA issue? 
- 
        2. Re: Is it to late to get this CRITICAL feature in before thedhinojosa Sep 25, 2007 4:36 PM (in response to dhinojosa)Not yet.....Thought I'd check here first. 
- 
        3. Re: Is it to late to get this CRITICAL feature in before thedhinojosa Sep 25, 2007 4:52 PM (in response to dhinojosa)http://jira.jboss.com/jira/browse/JBSEAM-1971 
 Submitted. I put it at critical since it is a major roadbump for me right now. But you're man now dog, so you can change at will ;)
- 
        4. Re: Is it to late to get this CRITICAL feature in before thegavin.king Sep 25, 2007 9:49 PM (in response to dhinojosa)I don't understand what this code does. What is a "paremeter" of an "action"? 
- 
        5. Re: Is it to late to get this CRITICAL feature in before thenorman.richards Sep 25, 2007 9:53 PM (in response to dhinojosa)Does the parameterized EL not work for you? #{searchAllAvailableFencesBean.search('fence', 'standard'}
- 
        6. Re: Is it to late to get this CRITICAL feature in before thedhinojosa Sep 25, 2007 10:25 PM (in response to dhinojosa)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() {......} ..... }
- 
        7. Re: Is it to late to get this CRITICAL feature in before thedhinojosa Sep 25, 2007 10:27 PM (in response to dhinojosa)Gavin, 
 Thanks.....I had a dumb moment. It was something I should be doing in components.xml and not pages.xml. BTW, when I had param, I meant properties. ooops.
 ;)
 
     
     
    