Re: fetching a static variable's value from within a JSP page

2012-06-25 Thread Sam Cyrus
es in the same action class? Best regards /// Sam --- On Wed, 6/20/12, Dave Newton wrote: > From: Dave Newton > Subject: Re: fetching a static variable's value from within a JSP page > To: "Struts Users Mailing List" > Date: Wednesday, June 20, 2012, 12:43 PM > Firs

RE: fetching a static variable's value from within a JSP page

2012-06-20 Thread Marcus Bond
Is it possible that in your example code there are lines referencing property instanceCount where they should reference helloCount? -Original Message- From: Sam Cyrus [mailto:haminto...@yahoo.com] Sent: 20 June 2012 17:24 To: Struts send question Subject: fetching a static variable's valu

Re: fetching a static variable's value from within a JSP page

2012-06-20 Thread Dave Newton
First, paragraph tags have *zero* to do with it, regardless of any behavior you're seeing. On Wed, Jun 20, 2012 at 12:24 PM, Sam Cyrus wrote: >It is possible to fetch the static helloCount outside paragraph > tags: > I'm a little surprised that works without a getter in the action. Ins