RE: Application Scope Variables

2002-03-06 Thread Farrell, Sarah
Hello, I was searching around in the struts-user list archives for the correct getServletContext() syntax and found Robert's response to a post: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg22768.html I am trying to compile an ActionForm and I need to access the *application* sc

Struts "gotchas"

2002-02-12 Thread Farrell, Sarah
I've run into several Struts "gotchas" while I'm learning/using it for the first time. I was wondering if anyone knows of a web reference(s) that covers some of these? I've since solved the problems, but if there was some documentation on some of the most common ones, I might be able to avoid so

repetitive form elements

2002-02-12 Thread Farrell, Sarah
I have a form, lets say it has 3 text input elements across and I have to repeat this for a total of 10 rows. So it's something like: course nameprogram name credit hours course nameprogram name credit hours course nameprogram name