Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-08 Thread Kiran Badi
I agree with Terence check if request is indeed getting fire. Add couple of alerts to jquery call. You can also check if value is getting added to session via tomcat manager admin interface , I remember there is option to see session values /attributes over there. On Monday, December 8, 2014,

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-08 Thread Jim Anderson
Resolved! I apologize to everyone for taking a while to respond. It was a busy weekend and I was not at the computer. Thank you all for the responses. I read your emails about a half hour ago and ran my application to get fresh log files and to check them all. Sure enough in the log file,

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-08 Thread David kerber
On 12/8/2014 3:49 PM, Jim Anderson wrote: Resolved! I apologize to everyone for taking a while to respond. It was a busy weekend and I was not at the computer. Thank you all for the responses. I read your emails about a half hour ago and ran my application to get fresh log files and to check

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-08 Thread Jim Anderson
David, I have to question your response. In the past, I have made errors in the serverside JSP file and the console has identified errors for me to the point were I have become dependent this feedback. I understand the separation of the client side vs the server side, (and I must confess

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-08 Thread David kerber
On 12/8/2014 4:04 PM, Jim Anderson wrote: David, I have to question your response. In the past, I have made errors in the serverside JSP file and the console has identified errors for me to the point were I have become dependent this feedback. I understand the separation of the client side vs

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-08 Thread Jim Anderson
Please make note that I do not see errors in the brower window, but in the brower console window. If I have time later, I will create an error in my 's.jsp' server code and verify that an error is reported in the console. Jim A. On 12/08/2014 04:17 PM, David kerber wrote: On 12/8/2014 4:04

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-06 Thread Ameer Mawia
On Sun, Dec 7, 2014 at 2:49 AM, Jim Anderson jim_ander...@centurylink.net wrote: Hi to all, I am currently developing some server side JSP code. By and large, things are progressing and working well. I have gotten half way decent at debugging my java/javascript/jquery/jsp/HTML source code,

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-06 Thread Konstantin Kolinko
2014-12-07 0:19 GMT+03:00 Jim Anderson jim_ander...@centurylink.net: Hi to all, I am currently developing some server side JSP code. By and large, things are progressing and working well. I have gotten half way decent at debugging my java/javascript/jquery/jsp/HTML source code, but I have