[FRIDAY] Re: [S2]Accessing a Bean within a Bean in my jsp

2007-04-20 Thread Dave Newton
--- Skip Hollowell <[EMAIL PROTECTED]> wrote: > All is well, and I can display levels of deepness as > needed. I said the same thing to my ex. Didn't take. d. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http

Re: [S2]Accessing a Bean within a Bean in my jsp

2007-04-20 Thread Skip Hollowell
Mark Menard wrote: On 4/19/07 12:48 PM, "Skip Hollowell" <[EMAIL PROTECTED] > wrote: > I am not sure if this is possible, but can I access a bean within a > bean, and grab fields from it within my jsp? Yes, you can, and I d

Re: [S2]Accessing a Bean within a Bean in my jsp

2007-04-20 Thread Mark Menard
On 4/19/07 12:48 PM, "Skip Hollowell" <[EMAIL PROTECTED]> wrote: > I am not sure if this is possible, but can I access a bean within a > bean, and grab fields from it within my jsp? Yes, you can, and I do it all the time. Sometimes with multiple levels of nesting (ie: order -> order line item ->

[S2]Accessing a Bean within a Bean in my jsp

2007-04-19 Thread Skip Hollowell
I am not sure if this is possible, but can I access a bean within a bean, and grab fields from it within my jsp? The AccountBean named account has a Customer Bean named customer, and I want the first name of that Customer. returns null every time. I know that the account is set (see it in th