Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
tkrussel #1
Custom Tags
Is it possible to customize the behavior of standard tags? I would like my
application to perform a few extra steps prior to the execution of certain
tags, such as <cflocation>. Obviously I could simply insert that code prior to
the <cflocation> tag, or create a legitimate custom tag something like
<cf_location>. But the application is large and I was hoping for a simple way
to apply some custom behavior across the board without the need to touch every
file that currently uses this tag.
tkrussel Guest
-
CFX or JAVA Custom TAGS ?
Hello, I would like to know which type of custom tags are easier and faster to use in my ColdFusion pages, CFX tags ? Or java custom tags ? Thanks a... -
using CFML custom tags in JSP Files
Hello, I am trying to do a hybrid project using CFML and JSP and i would like to know if there is a way to use CFML custom tags in JSP pages. I... -
Custom Tags - Path problem
Hi all, I am having problem with Custom tags path. In the coldfusion server(5.0) I have added the path C:\CFusion\CustomTags for all my custom... -
Using table tags with custom controls
Hi, I am adding textbox and label control programatically and need some assistance in getting these to show up in a table. Here's my code: For... -
custom tags in Design Window
have(in code): <ns:input type="text" name="name" value="30" /> want see in design window like <input type="text" name="name" value="30" > ... -
A3gis #2
Re: Custom Tags
Your best bet is to go the <cf_location> way ... updating a large site should be easy enough with a find/replace search in homesite or dreamweaver
Cheers,
Aegis
A3gis Guest



Reply With Quote

