Request.IsSecureConnection

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
doozerblake
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Wed Apr 16, 2008 8:15 am

Request.IsSecureConnection

Post by doozerblake » Wed Apr 16, 2008 8:18 am

What exactly does nVelocity have access to? Is there somewhere I can view that list?

I was hoping to do something like so:

Code: Select all

#if($Request.IsSecureConnection)
<p>hello world!</p>
#endif
If there's a better way to do something like this in a scriptlet, please let me know.

User avatar
m_plugables
Commander (CMDR)
Commander (CMDR)
Posts: 149
Joined: Tue Mar 11, 2008 12:44 am
Contact:

Re: Request.IsSecureConnection

Post by m_plugables » Tue Apr 22, 2008 1:09 am

This may help you
http://velocity.apache.org/
Image
Visit the links below to Download Plugins for your AC7 Store
http://www.plugables.com
http://blog.plugables.com

User avatar
m_plugables
Commander (CMDR)
Commander (CMDR)
Posts: 149
Joined: Tue Mar 11, 2008 12:44 am
Contact:

Re: Request.IsSecureConnection

Post by m_plugables » Tue Apr 22, 2008 1:14 am

Code: Select all

#if($Request.IsSecureConnection)
<p>hello world!</p>
#endif
If there's a better way to do something like this in a scriptlet, please let me know.
Is this code is causing some problem or you just want to know some other way to do this
Image
Visit the links below to Download Plugins for your AC7 Store
http://www.plugables.com
http://blog.plugables.com

Post Reply