Re: column page layout

2012-02-27 Thread Jay Pandya

I think you can use 2 cloumn layout html template Using Dreamweaver and then 
save it into some variable using cfsavecontent and then pass it to the 
cfdocument.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350124
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Session variables not working

2012-02-27 Thread Jay Pandya

Hi Rick,
When you are using session variables and you want to get its value in 
other page after using cflocation then you need to enable seclientcookies true 
in cfapplication tag. More description you can read on 
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_a-b_5.html
read Setclientcokies description.

Thank You
Jay Pandya
>It's been awhile since I used session variables,
>but this is simple.  Why won't this work?
>
>session-test.cfm
>
>
>
>
>#session.name#
>
>
>
>
>session-test-2.cfm
>--
>
>#session.name#
>
>
>I get the error 'Element NAME is undefined in SESSION.'
>
>???
>
>Session variables are specified for use in CFADMIN.
>Am I missing something REALLY simple or obvious?
>
>Rick 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350123
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Required folders under CFIDE

2012-02-22 Thread Jay Pandya

Hi Pradeep,
   In your IIS just create virtual directory which points to original 
CFIDE.
http://www.hosting.com/support/cfusion/create-a-cfide-mapping-under-iis6
http://www.neiland.net/blog/article/how-to-create-a-virtual-cfide-directory-mapping-in-apache/

So you can implement in above way then all ajax functionality will 
work smoothly.
   Let me know if you have any doubt over this.

Thank You
Jay Pandya
> I am currently setting up a new server where my CFIDE is compeletely 
> not exposed - it actually runs on a different web server/port.
> 
> I would want to copy the folders that are essential from the CFIDE 
> folder to make the AJAX /others cftags to work, can someone please 
> tell me what folders will be required.
> 
> I see that scripts folder is required?
> 
> Thx & rgds,
> Pradeep Viswanathan R
> 
> 
> 
> DISCLAIMER:
> "This e-mail message including any of its attachments is intended 
> solely for the addressee(s) and may contain privileged information. If 
> you are not the addressee or you have received this email message in 
> error, please notify the sender who will remove your details from its 
> database. You are not authorized to read, copy, disseminate, 
> distribute or use this e-mail message or any attachment to it in any 
> manner and must delete the email and destroy any hard copies of it. 
> This e-mail message does not contain financial instructions or 
> commitments of any kind. Any views expressed in this message are those 
> of the individual sender and do not necessarily reflect the views of 
> Emirates NBD PJSC, or any other related subsidiaries, entities or 
> persons." 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350062
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Difference between cfcontent and cfheader in terms its usage?

2012-02-15 Thread Jay Pandya

Difference between cfcontent and cfheader in terms its usage? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349907
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


send pdf in email without storing it

2012-01-31 Thread Jay Pandya

Now no need to generate and store PDF for the sending in email in coldfusion. 
In coldfusion in .Now if you send 
#pdfdata# in the emailparam then it will be written as . So thus pdfdata will work as pdf varaibale and 
request.pdf will be sent in email.If you need more explanation then you contact 
me.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349679
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cferror tag with type exception not working

2011-04-04 Thread Jay Pandya

>trying setting the type to any and then it will show you the error and you
>will be able to see what the error type is, maybe a different error is
>occurring and it is not an exception type.
>

All ready tried with exception as any.But when i am using type as exception it 
is showing normal error page only.Not exception handling page.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343533
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cferror tag with type exception not working

2011-04-04 Thread Jay Pandya

>trying setting the type to any and then it will show you the error and you
>will be able to see what the error type is, maybe a different error is
>occurring and it is not an exception type.

I all ready tried those things.If i put the type as exception and exception as 
any though,i am not getting error handling page.It is showing normal error page 
only. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343532
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cferror tag with type exception not working

2011-04-04 Thread Jay Pandya

In my local when i am using cferror tag with type as exception then it is 
showing proper error message etc but in production it is not working.type as 
request work there.But my goal of sending email to admin when error occurs is 
not full filling.I have searched on Google and every forum,though i have not 
get any solution.CF8. Do i need to make any changes in the web-inf folder 
etc..Any patch need to be installed?

Operating system is windows 2003
Server IIS
Coldfusion Version  : CF8

Any idea? Please let me know if anybody have any resolution. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343518
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm