Re: [Stripes-users] Question on

2009-04-13 Thread Savoy, Melinda
Mike, Thanks for the reply. After talking to Ed, my lead, we recalled that we used the BeanFirstPopulationStrategy and because that recType in my actionBean is first set to a blank then I could not pass the value in via the JSP but have to set it before the ForwardResolution to the jsp page.

Re: [Stripes-users] Question on

2009-04-13 Thread Mike McNally
I suspect that there's a value for "recType" in your actionBean, or possibly as a parameter. A quick check I often employ in these "where's my value?" situations is to dump the variable out into the page in a comment or something: You can then verify with a quick "view source" that the variable

[Stripes-users] Question on

2009-04-13 Thread Savoy, Melinda
I have a JSP that has in it a tag that is a nested JSP page whereby I am trying to pass a recType attribute with a value that is not getting passed into that JSP page and I'm not sure why. Here is the tag in my base JSP: Here is the info of the iNote.jsp page where I am trying to pass in the r