Re: checking the size of an arraylist into a jsp with jstl tags

2004-06-04 Thread Peter Bosmans
Hi, The api don't help me very much. The problem is how to execute or get the result of the arraylist.size() method in a jsp-page when the arraylist exists in the session scope (created by a struts-action) Thanks for looking to my problem. Peter Brian P Bohnet wrote: Did you look at the api before

Re: checking the size of an arraylist into a jsp with jstl tags

2004-06-04 Thread Mark Galbreath
*| c:if test=${empty sessionScope.myBean.myProperty} do something /c:if Which could have been easily found in a number of places, including: http://jakarta.apache.org/struts/userGuide/struts-logic.html#empty |* Mark Peter Bosmans wrote: Hi, The api don't help me very much. The problem is how to

Re: checking the size of an arraylist into a jsp with jstl tags

2004-06-04 Thread Peter Bosmans
Hi, It solved my problem. Many thanks for your advice. I couldn't imagine that it was so easy. Greetings, Peter Mark Galbreath wrote: *| c:if test=${empty sessionScope.myBean.myProperty} do something /c:if Which could have been easily found in a number of places, including:

security with JSP's

2004-06-04 Thread Lykins Don H Contr AFSAC/ITS
What are the secrets to security JSP's? I am running netscape web server with JRUN app server, both on solaris.. How can I make my JSP's secure -- the easy way.. Don Lykins AFSAC 937-257-4295 x4539 [EMAIL PROTECTED] ===

Re: security with JSP's

2004-06-04 Thread Mark Galbreath
see that cable plugged into the jack with the blinking light on the backplane of the server? unplug it. mark (couldn't resist) Lykins Don H Contr AFSAC/ITS wrote: What are the secrets to security JSP's? I am running netscape web server with JRUN app server, both on solaris.. How can I make my