Recycling the server instance did the trick -- thanks for the  
suggestion.

When in doubt, flip the switch!

Dick


On Monday, January 20, 2003, at 02:58 AM, webguy wrote:

> You get this sorted Dick? I think I need to restart the server to get  
> it to
> work.
>
>
> Here is an example using the rand tag (tag at  
> http://jakarta.apache.org/).
>
>
> <cfimport taglib="/WEB-INF/lib/random.tld" prefix="myrand">
> <myrand:number id="randPass" range="000000-999999" algorithm="SHA1PRNG"
> provider="SUN" />
> <cfset myPassword = randPass.random>
> <cfoutput>
>   Your password is #myPassword#<br>
> </cfoutput>
>
>
> In WEB-INF/lib
> I have
>
> random-doc.war
> random-examples.war
> random.jar
> random.tld
>
>
> You can also map tags in the web.xml / the same as you do in any jsp
> container. I think the step are outlined on the apache site
>
> HTH WG
>
>
>> -----Original Message-----
>> From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
>> Sent: 19 January 2003 16:09
>> To: CF-Talk
>> Subject: CFMX for J2EE & JSTL
>>
>>
>> I am looking for some working examples of how to use the JSP Standard
>> Tag Library with CF programs.
>>
>> Specifically for CFMX for J2EE running on JRun on MAc OS X.
>>
>> I searched the Macromedia site and found the article
>>
>> "Using Java and J2EE elements in ColdFusion MX applications, by Terry
>> Ford, at:
>>
>>     http://www.macromedia.com/desdev/mx/coldfusion/articles/java.html
>>
>> I downloaded several tags from  JSPTags.com (as suggested by the
>> article), but am not able to get anything working!
>>
>> Any help will be greatly appreciated (Go Raiders, Eagles)
>>
>> Dick
>>
>>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to