I would suggest Core Servlets and JavaServer Pages. It is an excellent
book!
Kitwana D. Akil
Web Developer
South Florida Water Management District
3301 Gun Club Rd.
West Palm Beach, Fl 33406
(561)682-2069
www.sfwmd.gov
On Thursday, April 26, 2001, at 12:06 PM, JRun-Talk wrote:
> JRun-Talk-List Thu, 26 Apr 2001 Volume 1 :
> Number 276
>
> In this issue:
>
> RE: Equivalent of <cfparam>?
> RE: Equivalent of <cfparam>?
> Beginner Book
>
>
> ----------------------------------------------------------------------
>
> Date: Thu, 26 Apr 2001 10:25:17 +0100
> From: Bert Dawson <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Equivalent of <cfparam>?
> Message-ID: <51BE992A5E53D411BE9D0001022472C6329A69@EXCHANGE>
>
> This what i use, but its not exactly pretty, so hopefully some one will
> come
> back with something better...
>
> String fuseaction = null;
> if (request.getParameter("fuseaction") != null){
> fuseaction = request.getParameter("fuseaction");
> } else {
> fuseaction = "home";
> }
>
> Bert
>
> Certified CF Developer
> JSP Plum
>
>> -----Original Message-----
>> From: Stephen Oakes [mailto:[EMAIL PROTECTED]]
>> Sent: 26 April 2001 05:34
>> To: JRun-Talk
>> Subject: Equivalent of <cfparam>?
>>
>>
>> Is there anything in JSPs which can replace the ColdFusion
>> <cfparam> tag?
>> This tag is used to define a variable with a default value if
>> it is not
>> already defined. Is there a JSP way of doing this?
>>
>> --
>> Stephen Oakes, Senior Developer. [EMAIL PROTECTED]
>> Atomic Media, Level 1/216 City Road, Southbank, 3006. +613 9695 5777
>>
>>
>>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
> http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 26 Apr 2001 10:05:56 -0400
> From: Robert Jacobs <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Equivalent of <cfparam>?
> Message-ID: <07B477D2E008D411B13B00A0C9D631A1164ECE@TMXSERVER>
>
> Just use a try{}catch{} statement to set the default values if an
> exception
> is thrown because nothing was passed.
>
> -----Original Message-----
> From: Stephen Oakes [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 26, 2001 12:34 AM
> To: JRun-Talk
> Subject: Equivalent of <cfparam>?
>
>
> Is there anything in JSPs which can replace the ColdFusion <cfparam>
> tag?
> This tag is used to define a variable with a default value if it is not
> already defined. Is there a JSP way of doing this?
>
> --
> Stephen Oakes, Senior Developer. [EMAIL PROTECTED]
> Atomic Media, Level 1/216 City Road, Southbank, 3006. +613 9695 5777
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
> http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 26 Apr 2001 11:54:08 -0400
> From: Aaron Starner <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Beginner Book
> Message-ID: <50AB7BE2FE76D111888300805F59A477D6B67B@TACONIC>
>
> Need to recommend a beginner JRun /JSP book.
> Anyone have a favorite?
>
> Aaron Starner | Systems Analyst
> MCP | A+ Certified | Certified ColdFusion Developer
> Full Service Networking | www.FullService.Net
> [EMAIL PROTECTED] | 513.782.4200 x217
>
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
> http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> End of JRun-Talk-List V1 #276
> *****************************
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists