You won't get very far ignoring tags you have used for a purpose. However,
since you ask, this should not be a big challenge.
Find the place where  in the implementation of cfservlet.java this
exception is thrown and then choose to carry on. I don't think that should
be a big challenge. You want me to do try that for you? I will share a
custom bluedragon.jar of course.

Some smart guys out there could even make that configurable i guess.

There is a risk too. When you actually want to use a tag and make an error,
you won't be informed.

Make a choice!

2014-09-14 19:00 GMT+05:30 marcel <[email protected]>:

> Hi,
> I am trying to maintain compatibility by allowing one of our applications
> to run on both railo and open bluedragon. The issue I have just run into is
> that we want to use the built in csvread method when running on top of
> bluedragon and the cfcsv tag provided as part of a railo extension when
> running railo.
>
> So the code looks something like this:
>
>
>
>
>
>
> *            <cfif structKeyExists(server,"railo")>                <cfcsv
> action="parse" data="#input#" hascolumnnames="true" delimiter="#DELIMITER#"
> variable="qRaw" />            <cfelse>                <cfset qRaw =
> csvread(input,true,DELIMITER)>            </cfif> *
> The problem is of course that the tag "cfcsv" is unknown to open
> bluedragon so before the template runs we get the following error:
>
>
> *Badly formatted template: ........ The tag cfcsv is not recognized.
> Please check for correct spelling.<br>*
>
> Is there anyway to tell bluedragon to ignore this tag or some way to
> inject / install a "fake" cfcvs tag just so the template will execute under
> openbluedragon? We got our own server so we are open to all option.
>
> cheers
>
> Marcel
>
> --
> --
> online documentation: http://openbd.org/manual/
> http://groups.google.com/group/openbd?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Open BlueDragon" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 
-Nitish
"Imagination is more powerful than Knowledge"

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to