Re: using the action and property tags

2007-09-06 Thread joe bob
sorry, there was a typo in my example, the property value should be " userInfo.displayName". On 9/6/07, joe bob <[EMAIL PROTECTED]> wrote: > > Hello, > I have been using struts 2.0.9 to build my application. In all of my > JSPs I would like to display a welcome p

using the action and property tags

2007-09-06 Thread joe bob
Hello, I have been using struts 2.0.9 to build my application. In all of my JSPs I would like to display a welcome page involving a user name. I already have an action to get/set this value so I would like to do the following in a JSP included in all of my other JSPs: Welcome, However, th