Re: Avoiding Java Code in the JSP Page.

2000-06-06 Thread David Castro
--- "Garcia, Cristina" <[EMAIL PROTECTED]> wrote: > trying to avoid the Java code inside the JSP page, I thought about writting > getter methods in a Bean so that it returns a String containing HTML code > together with values I had to calculate. What do you think about the idea? But the streng

Re: Avoiding Java Code in the JSP Page.

2000-06-06 Thread Hamid
: Tuesday, June 06, 2000 4:37 PM To: [EMAIL PROTECTED] Subject: Re: Avoiding Java Code in the JSP Page. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 6 Jun 2000, Garcia, Cristina wrote: > Hi gurus! > > trying to avoid the Java code inside the JSP page, I thought about writting

Re: Avoiding Java Code in the JSP Page.

2000-06-06 Thread Joseph B. Ottinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 6 Jun 2000, Garcia, Cristina wrote: > Hi gurus! > > trying to avoid the Java code inside the JSP page, I thought about writting > getter methods in a Bean so that it returns a String containing HTML code > together with values I had to calcu

Avoiding Java Code in the JSP Page.

2000-06-06 Thread Garcia, Cristina
Hi gurus! trying to avoid the Java code inside the JSP page, I thought about writting getter methods in a Bean so that it returns a String containing HTML code together with values I had to calculate. What do you think about the idea? Thanks, Cristina. Before: (In Calendar.jsp) %@ page import

Re: Avoiding Java Code in the JSP Page.

2000-06-06 Thread Geert Van Damme
a > Sent: dinsdag 6 juni 2000 12:58 > To: [EMAIL PROTECTED] > Subject: Avoiding Java Code in the JSP Page. > > > Hi gurus! > > trying to avoid the Java code inside the JSP page, I thought > about writting > getter methods in a Bean so that it returns a String containi