jsp:getProperty not working

2013-01-25 Thread Benin Technologies
Hi, I'm new to Tomcat/JSP I have a JSP page that instantiates a bean, then it access the bean through a scriptlet, it works fine. But when I replace the scriptlet by a jsp:getProperty.. tag, it doesn't work Take my code below : %= employee.getFirstName() % IS WORKING, it displays the

Re: jsp:getProperty not working

2013-01-25 Thread Benin Technologies
: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 1/25/13 6:56 PM, Benin Technologies wrote: I'm new to Tomcat/JSP I have a JSP page that instantiates a bean, then it access the bean through a scriptlet, it works fine. But when I replace the scriptlet by ajsp:getProperty

Re: session not working when dash or underscore in application name

2013-01-20 Thread Benin Technologies
, On 1/19/13 7:15 AM, Benin Technologies wrote: I just installed Tomcat 7.0.32 on Debian Linux 6 (Squeeze). Client is Mozilla Firefox 12.0, also on Debian Linux 6. To test session behavior, I did a simple JSP page that simulates a coin launch (heads or tales), and displays the total of heads

session not working when dash or underscore in application name

2013-01-19 Thread Benin Technologies
Hi, I just installed Tomcat 7.0.32 on Debian Linux 6 (Squeeze). Client is Mozilla Firefox 12.0, also on Debian Linux 6. To test session behavior, I did a simple JSP page that simulates a coin launch (heads or tales), and displays the total of heads and total of tails. If my war file is