Re: Request in cfhttp tag.

2009-07-28 Thread Piotr Artman
Thanks Jason. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325032

Re: Request in cfhttp tag.

2009-07-28 Thread Piotr Artman
Thanks for help Jason! ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325033

Request in cfhttp tag.

2009-07-22 Thread Piotr Artman
Hi, I have to send post reqest with data in url string, for example: cfhttp url=https://example.com; username=xxx password=xxx method=post result=result cfhttpparam name=address type=formfield value=00353 cfhttpparam name=accuracy type=formfield value=coarse /cfhttp Is this example

A request in cfhttp tag.

2009-07-22 Thread Piotr Artman
Hi, I have to send post reqest with data in url string, for example: cfhttp url=https://example.com; username=xxx password=xxx method=post result=result cfhttpparam name=address type=formfield value=00353 cfhttpparam name=accuracy type=formfield value=coarse /cfhttp Is this example

Book about Java and ColdFusion

2008-06-29 Thread Piotr Artman
Hello everybody, Which book is the best to learn Java in coldfusion? Regards, Piotr ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Deviceatlas and ColdFusion

2008-06-20 Thread Piotr Artman
I have API.class in JVM and java settings in cf administrator. Today I tried create java object. I used following line: cfobject class=mobi.mtld.da.Api name=API type=java action=create First, I'd just put this class in WEB-INF/classes instead of some other directory. That directory is

Re: Deviceatlas and ColdFusion

2008-06-20 Thread Piotr Artman
I have API.class in JVM and java settings in cf administrator. Today I tried create java object. I used following line: cfobject class=mobi.mtld.da.Api name=API type=java action=create First, I'd just put this class in WEB-INF/classes instead of some other directory. That directory is

Re: Deviceatlas and ColdFusion

2008-06-17 Thread Piotr Artman
When I was trying to import the Da.jar file (cfimport tag) I received the message: Cannot import the tag library... Did you put it in the classpath? Dave Watts, CTO, Fig Leaf Software ~| Adobe® ColdFusion® 8 software 8

Re: Deviceatlas and ColdFusion

2008-06-17 Thread Piotr Artman
When I was trying to import the Da.jar file (cfimport tag) I received the message: Cannot import the tag library... Did you put it in the classpath? Dave Watts, CTO, Fig Leaf Software ~| Adobe® ColdFusion® 8 software 8

Re: Deviceatlas and ColdFusion

2008-06-17 Thread Piotr Artman
. I used following line: cfobject class=mobi.mtld.da.Api name=API type=java action=create Is this way is correct? What shoiuld I do now? Thanks for help Piotr Artman ~| Adobe® ColdFusion® 8 software 8 is the most important

Deviceatlas and ColdFusion

2008-06-15 Thread Piotr Artman
Hello, I am new in ColdFusion and I want to connect ColdFusion server with a database of mobile devices known as Deviceatlas. When I was trying to import the Da.jar file (cfimport tag) I received the message: Cannot import the tag library specified by http://localhost/test/lib/DA.jar;. The same