Re: Viewing JSP's compiled code

2010-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fred, On 1/29/2010 12:07 PM, fred basset wrote: > What I am trying to do is access a variable from a forEach loop. In > the example below I want to call a java function to do some > calculations on each "p" variable in the loop and output the results

RE: Viewing JSP's compiled code

2010-01-29 Thread Joseph Morgan
If the basic functions are there, you can do something like: And then use: ${result} -Original Message- From: fred basset [mailto:fredbasset1...@gmail.com] Sent: Friday, January 29, 2010 11:47 AM To: Tomcat Users List Subject: Re: Viewing JSP's compiled code Yeah I would do

Re: Viewing JSP's compiled code

2010-01-29 Thread fred basset
inal Message- > From: fred basset [mailto:fredbasset1...@gmail.com] > Sent: Friday, January 29, 2010 11:07 AM > To: Tomcat Users List > Subject: Re: Viewing JSP's compiled code > > Thanks, found it. > > What I am trying to do is access a variable from a forEach loop.  I

RE: Viewing JSP's compiled code

2010-01-29 Thread Joseph Morgan
om: fred basset [mailto:fredbasset1...@gmail.com] Sent: Friday, January 29, 2010 11:07 AM To: Tomcat Users List Subject: Re: Viewing JSP's compiled code Thanks, found it. What I am trying to do is access a variable from a forEach loop. In the example below I want to call a java function to d

Re: Viewing JSP's compiled code

2010-01-29 Thread fred basset
n Fri, Jan 29, 2010 at 8:57 AM, Caldarale, Charles R wrote: >> From: fred basset [mailto:fredbasset1...@gmail.com] >> Subject: Viewing JSP's compiled code >> >> Simple question, how do I keep and view the source code generated when >> a JSP is compiled? > > Lo

RE: Viewing JSP's compiled code

2010-01-29 Thread Joseph Morgan
's within sub-directories. You should see the generated java and class files there. -Original Message- From: fred basset [mailto:fredbasset1...@gmail.com] Sent: Friday, January 29, 2010 10:54 AM To: Tomcat Users List Subject: Viewing JSP's compiled code Hi All, Simple

RE: Viewing JSP's compiled code

2010-01-29 Thread Caldarale, Charles R
> From: fred basset [mailto:fredbasset1...@gmail.com] > Subject: Viewing JSP's compiled code > > Simple question, how do I keep and view the source code generated when > a JSP is compiled? Look in Tomcat's work directory - several levels deep, organized by weba

Viewing JSP's compiled code

2010-01-29 Thread fred basset
Hi All, Simple question, how do I keep and view the source code generated when a JSP is compiled? Thanks, Fred - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apac