Variable ID is undefined. Setting ?id to none

Hi,
I need to set me variables so that when i go to the index.cfm
page the index page diplays. Currently I get this error " Variable
ID is undefined." because I have not defined the variable in the
URL. I want an include file to be displayed in the index.cfm page
when index.cfm?id=saex is called.
Does anyone know how to have these variables in CF and still
able me to display just the index.cfm file. Hope I explained myself
well.
Thanks for your help.
Luc
<cfif id IS 'home' >
<cfset url = "test.html">
</cfif>
<cfif id IS 'saex' >
<cfset url = "sa-explorer.html">
</cfif>
<cfif id IS 'ckscope' >
<cfset url = "cape-kscope.html">
</cfif>

Hi,
You might like to grab a few books on ColdFusion and have a
read of them, or have a look through
>> LiveDocs
<< to get a better understanding of how to build
ColdFusion apps.
Here's an example of how you might set things up:

Similar Messages

  • Variable HEADER is undefined

    Hello,
    Getting an error when sending a draft for review in CPS
    Files involved
    index.cfm calls <cfinclude template="#header#">
    located in application.cfm
    application.cfm calls <cfparam name="Header"
    default="header.htm">
    header.htm contains header info
    When I click "send for review "the draft process will load
    however it displays the following. Of course I could resolve the
    issue by placing the header and application files in
    D:\website\htdocs\MMWIP\ but I have hundreds of headers for
    different subsites. Does anyone know why this is not working or how
    I could resolve it. Thank you for your time.
    "Variable HEADER is undefined.
    The error occurred in
    D:\website\htdocs\MMWIP\1d1b9120930c0cc0\dbc8a513baa56a79.cfm: line
    18
    16 :
    17 : <!--- Display header file from main folder, set in
    application file. loop through folder path and if there is a
    subheader file display by replacing extra data in path and add to
    file name--->
    18 : <cfinclude template="#header#">
    19 : <cfoutput>
    20 : <cfset varpath=#Left(Main,Len(Main)-1)#>

    It can be mostly due to any one of following reasons:-
    It is missed to be defined in code.
    This global variable may not be accessible.
    Page defining it is missing.
    Page defining it may not be accessible due to slow server performance issue.

  • Variable VMARGS is undefined

    Hello,
    i have a coldfusion 8.0.1 multi-instance installation, but one of our 4 instance, from about a week, has a strange behaviour when i click on the "Settings Summary" in the CFIDE administration console.. it start to print out all the summary informations, but when it start to print out the section "Java and JVM" it will throw this error:
    Variable VMARGS is undefined.
    The error occurred inE:\cf8_updates\cfusion\wwwroot\CFIDE\adminapi\runtime.cfc: line 1728
    Called from E:\cf8_updates\cfusion\wwwroot\CFIDE\adminapi\runtime.cfc: line 1222
    Called fromE:\cf8_updates\cfusion\wwwroot\CFIDE\administrator\reports\_report.cfm: line 1121
    Called fromE:\cf8_updates\cfusion\wwwroot\CFIDE\administrator\reports\_report.cfm: line 1102
    Called fromE:\cf8_updates\cfusion\wwwroot\CFIDE\administrator\reports\_report.cfm: line 41
    Called fromE:\cf8_updates\cfusion\wwwroot\CFIDE\administrator\reports\_report.cfm: line 1
    Called from E:\cf8_updates\cfusion\wwwroot\CFIDE\administrator\reports\index.cfm: line 14
    -1 : Unable to display error's location in a CFML template.
    I tried restarting the coldfusion instance but didn't solved.. all the instance have the same patch level (8.0.1 cumulative hotfix 4), jrun4 updater 7, and use the same jdk (1.6.0_15)
    The strange things are that in the others instance, in the setting summary, i don't have a section "Java and JVM", and the paths indicated in the error details "E:\cf8_updates\cfusion\wwwroot\CFIDE\adminapi\runtime.cfc" are not existing.. we are on unix (solaris10), so i don't know where come from this "E:\"
    We already had this problem with another instance, sometimes ago, and we "solved" recreating a new instance and applying again the same settings.. but i prefer to find a solution to this problem instead of recreating a new one again..
    any suggestions is appreciated
    Thanks in advance
    Claudio

    Well, I will just say that I can't see how CB running on the instance can have any impact on the CF Admin running.
    As for the problem, perhaps others will have more thoughts. I myself would want to confirm your conclusion that it's the right CFIDE.
    You could do that a couple of ways. One is to double-check your observations of the configuration, but even then I'd go a step further and do something to prove it's using what you think. One "hack" way would be to rename a file you know you're calling, and confirm you get an error.
    A more sophisticated (less obtrusive) way would be to use the CF Enterprise Server Monitor (since you're running Multiserver mode, which means you have CF Enterprise), since it shows the filenames of the requests that are executed. You'd have to change its settings to allow tracking of the Admin, and then change the slowest requests page to lower the time to 0 seconds. I talk about both things in the 4-part series I did for the Adobe Dev Center on the Server Monitor (starting at http://www.carehart.org/articles/#2007_2).
    You could even go so far (in a situation like this) as to use the CF debugger, to watch the flow of execution through pages, but that would be overkill to try to setup just for this particular problem if you don't already use it. (Also, most of the CF admin files are precompiled, so you can't see the CFML source and debug them anyway.)
    There are a lot of other things we could try to suggest. It may involve a lot of back and forth, and sometimes trying to resolve such a problem over email this way can be tedious.
    It may be one of those situations where it would be in your interest to bring someone in to remotely assist (over the web, using Adobe Connect--no firewall issues, no need to allocate a remote desktop account.) I provide such services, as do others, as I list in a category of my CF411 site: http://www.cf411.com/#cfassist. It might take someone experienced with evaluating such problems only 10-20 minutes to better understand and resolve the problem. I don't myself impose any minimum time requirement, and I also offer a satisfaction guarantee. More at the URL below. Hope that's helpful.
    /charlie arehart
    [email protected]
    Providing fast, remote, on-demand troubleshooting services for CF (and CFBuilder)
    More at http://www.carehart.org/consulting

  • Variable SRUCTNEW is undefined?!?

    Hello, we recently upgraded to CF9.  One of the new features I want to play with is CFSPREADSHEET.
    In working with the sample code I have found (here and elsewhere), most work fine.  But certain functions return a "Variable XXXX is undefined" error.
    I am pretty sure this may be an install issue or a settings issue, but I can't find any resource on the web.  Here is a basic code snipet that simply errors out on the STRUCNEW line:
    <cfscript>
        ///Set the file name
        theFile="#BaseRoot#files\FailureReportingAudit.xls";
        //Create a new Excel spreadsheet object and add test data.
        theSheet = SpreadsheetNew("CourseData");
       SpreadsheetAddRow(theSheet,"test, test1",1);
        // Define a format for the column.
        format1=SructNew() ;
        format1.font="Courier";
        format1.fontsize="10";
        format1.color="dark_blue;";
        format1.italic="true";
        format1.bold="true";
        format1.alignment="left";
        SpreadsheetFormatCellRange(theSheet,format1, 3,4,30,10);
    </cfscript>
    You can see the error for itself at: https://www.calcerts.com/_WTF_cfscript.cfm
    If I comment out the code starting at StructNew all the way to the end of the cfscript, I receive no error and the XLS file is created, no problem.  But when I try and create a structure so I can format it I get an error.
    Another interesting note, if I try to do the "SpreadsheetFormatCellRange" function manually (no format1 structure), I get a "Variable SPREADSHEETFORMATCELLRANGE is undefined"
    So basically some (not all or even most) functions are not "defined"....

    Thanks Dan,
    OMG, I can't beleive I simply mispelled the word.....
    Anyways, shame on Adobe for having sample script with typos, shame on me for not noticing it.
    HOWEVER
    that does not resolve the entire issue.  JMF provided a workaround for that error.  But for some reason
    SpreadsheetFormatCellRange(theSheet,format1, 3,4,30,10);
    is stopping at "SpreadsheetFormatCellRange"
    Any idea why that function is not defined?  Did I not spell that one correctly?

  • Variable MESSAGECFID is undefined.

    Hi Everyone,
    I developed a site long time ago in Coldfusion MX. I am trying Coldfusion 8 with 30 days trial. I am constantly getting an error message
    "Variable MESSAGECFID is undefined. " on one of my file (attached : community.cfm) where I never use to got this message in MX server. Is it
    something to do with my codes or do I have to set something in Coldfusion 8 server? I have used MS Acess database for this site. Can someone
    please help me with this?

    Hi Adam,
    Thanks for the reply. I am at work at the moment and will try to look at line 90 when I get home. I think changing "where messagecfid = #messagecfid#"
    to
    "where messagecfid = #messages.messagecfid# " might resolve the problem.
    I have attached a message as requested.
    If you find anything else, please do let me know.
    Thanks
    Faizy

  • HELP NEEDED:: variable SESSION is undefine

    Guys, help me out; PLEASE. I'm stuck on this for days and am
    running out of options.
    I have a CFC that checks some session variables for
    validation (client login etc), and I have a RemoteObject call to
    said CFC.
    All my other CFCs that do not reference session variables
    work fine; this one bunks right when my CFC checks the session
    variables.
    I tried webservices, no-go (hell, I couldn't even see the
    faultString!!).
    I played around with my CF8 server settings and tried
    everything.
    I tried Ben Forta's blogs (and posted a question there) but
    didn't get much help,
    HOW CAN I ACCESS A CFC THAT REFERENCES SESSION VARIABLES
    WITHOUT CREATING A GET/SET METHOD TO GET/SET THESE SESSION
    VARIABLES!!!! (Obvious security risk).

    Thank you for your reply John,
    Sorry I wasn't clear in my description.
    I do -in fact- have a CFC check my client's log-in and return
    a true or false, however in subsequent site functionality, it is
    the norm to see whether the session has expired or not. From Flex I
    am using a RemoteObject call to a CFC; the CFC has the following if
    statement:
    <cfif IsDefined(SESSION.CLIENT.boolClientLoggedIn)>
    <cfif SESSION.CLIENT.boolClientLoggedIn eq "true">
    <cfthrow message="Attempting to call fncClientWebSignup
    when client is logged in.">
    </cfif>
    </cfif>
    The faultString I get in Flex is 'Variable SESSION is
    undefined.'
    Also, I did try to change my wrapper from html to cfm and
    still no success. Not only that, but I've tried Webservices (which
    failed miserably because I couldn't even get the details of the
    SOAP fault!!!).
    I built a test cfm page that tests my cfcs (instead of Flex
    calling them, I had the cfm call the same cfcs) and Session
    variables were defined and everything went well.
    It so happens that when Flex calls the SAME cfcs, the SESSION
    variable is undefined.
    I hope this clears up my problem.

  • SQL*Loader-266: Unable to locate character set handle for None

    Hi All,
    I am getting "SQL*Loader-266: Unable to locate character set handle for None" through sql loader.
    NLS Parameters are :
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_CHARACTERSET AL32UTF8
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_NCHAR_CHARACTERSET UTF8
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    Kindly help
    Thanks in advance

    Please, provide the exact value of the NLS_LANG environment variable, if defined in the shell environment of SQL*Loader, and the NLS_LANG Registry setting, if on Windows. Please, provide the SQL*Loader control file.
    -- Sergiusz

  • BKI0008E: The environment variable BI_CALLER is not set correctely. The cur

    Hi All,
    I have configured backint for backup of maxdb for content server 640. I configured it as per the documents available, created the configuration fiale and the parameter file. Created the backup medium in dbmgui.
    Now when i try to run the backup using the pipe am getting the above mentioned error.
    Please find below the dbm.ebp log for the same...
    more dbm.ebp
    2009-10-22 02:06:08
    Setting environment variable 'TEMP' for the directory for temporary files and pi
    pes to default ''.
    Setting environment variable 'TMP' for the directory for temporary files and pip
    es to default ''.
    Using connection to Backint for MaxDB Interface.
    2009-10-22 02:06:08
    Checking existence and configuration of Backint for MaxDB.
        Using configuration variable 'BSI_ENV' = '/sapdb/CFC/lcbackup/apoatlas.env'
    as path of the configuration file of Backint for MaxDB.
        Setting environment variable 'BSI_ENV' for the path of the configuration fil
    e of Backint for MaxDB to configuration value '/sapdb/CFC/lcbackup/apoatlas.env'
        Reading the Backint for MaxDB configuration file '/sapdb/CFC/lcbackup/apoatl
    as.env'.
            Found keyword 'BACKINT' with value '/sapdb/CFC/db/bin/backint'.
            Found keyword 'INPUT' with value '/tmp/backint4sapdbCFC.in'.
            Found keyword 'OUTPUT' with value '/tmp/backint4sapdbCFC.out'.
            Found keyword 'ERROROUTPUT' with value '/tmp/backint4sapdbCFC.err'.
            Found keyword 'PARAMETERFILE' with value '/sapdb/CFC/lcbackup/param.cfg'
            Found keyword 'TIMEOUT_SUCCESS' with value '1800'.
            Found keyword 'TIMEOUT_FAILURE' with value '1800'.
        Finished reading of the Backint for MaxDB configuration file.
        Using '/sapdb/CFC/db/bin/backint' as Backint for MaxDB program.
        Using '/tmp/backint4sapdbCFC.in' as input file for Backint for MaxDB.
        Using '/tmp/backint4sapdbCFC.out' as output file for Backint for MaxDB.
        Using '/tmp/backint4sapdbCFC.err' as error output file for Backint for MaxDB
        Using '/sapdb/CFC/lcbackup/param.cfg' as parameter file for Backint for MaxD
    B.
        Using '1800' seconds as timeout for Backint for MaxDB in the case of success
        Using '1800' seconds as timeout for Backint for MaxDB in the case of failure
        Using '/sapdb/data/wrk/CFC/dbm.knl' as backup history of a database to migra
    te.
        Using '/sapdb/data/wrk/CFC/dbm.ebf' as external backup history of a database
    to migrate.
        Checking availability of backups using backint's inquire function.
    Check passed successful.
    2009-10-22 02:06:08
    Checking medium.
    Check passed successfully.
    2009-10-22 02:06:08
    Preparing backup.
        Setting environment variable 'BI_CALLER' to value 'DBMSRV'.
        Setting environment variable 'BI_REQUEST' to value 'NEW'.
        Setting environment variable 'BI_BACKUP' to value 'FULL'.
        Constructed Backint for MaxDB call '/sapdb/CFC/db/bin/backint -u CFC -f back
    up -t file -p /sapdb/CFC/lcbackup/param.cfg -i /tmp/backint4sapdbCFC.in -c'.
        Created temporary file '/tmp/backint4sapdbCFC.out' as output for Backint for
    MaxDB.
        Created temporary file '/tmp/backint4sapdbCFC.err' as error output for Backi
    nt for MaxDB.
        Writing '/sapdb/CFC/lcbackup/pipe1 #PIPE' to the input file.
        Writing '/sapdb/CFC/lcbackup/pipe2 #PIPE' to the input file.
    Prepare passed successfully.
    2009-10-22 02:06:08
    Creating pipes for data transfer.
        Creating pipe '/sapdb/CFC/lcbackup/pipe1' ... Done.
        Creating pipe '/sapdb/CFC/lcbackup/pipe2' ... Done.
    All data transfer pipes have been created.
    2009-10-22 02:06:08
    Starting database action for the backup.
        Requesting 'SAVE DATA QUICK TO '/sapdb/CFC/lcbackup/pipe1' PIPE,'/sapdb/CFC/
    lcbackup/pipe2' PIPE BLOCKSIZE 8 NO CHECKPOINT MEDIANAME 'BACKINT_ONLINE1'' from
    db-kernel.
    The database is working on the request.
    2009-10-22 02:06:09
    Waiting until database has prepared the backup.
        Asking for state of database.
        2009-10-22 02:06:09 Database is still preparing the backup.
        Waiting 1 second ... Done.
        Asking for state of database.
        2009-10-22 02:06:10 Database is still preparing the backup.
        Waiting 2 seconds ... Done.
        Asking for state of database.
        2009-10-22 02:06:12 Database has finished preparation of the backup.
    The database has prepared the backup successfully.
    2009-10-22 02:06:12
    Starting Backint for MaxDB.
        Starting Backint for MaxDB process '/sapdb/CFC/db/bin/backint -u CFC -f back
    up -t file -p /sapdb/CFC/lcbackup/param.cfg -i /tmp/backint4sapdbCFC.in -c >>/tm
    p/backint4sapdbCFC.out 2>>/tmp/backint4sapdbCFC.err'.
        Process was started successfully.
    Backint for MaxDB has been started successfully.
    2009-10-22 02:06:12
    Waiting for end of the backup operation.
        2009-10-22 02:06:12 The backup tool is running.
        2009-10-22 02:06:12 The database is working on the request.
        2009-10-22 02:06:14 The backup tool process has finished work with return co
    de 2.
        2009-10-22 02:06:17 The database is working on the request.
        2009-10-22 02:06:27 The database is working on the request.
        2009-10-22 02:06:42 The database is working on the request.
        2009-10-22 02:07:02 The database is working on the request.
        2009-10-22 02:07:15 Canceling Utility-task after a timeout of 60 seconds ela
    psed ... OK.
        2009-10-22 02:07:17 The database has finished work on the request.
        Receiving a reply from the database kernel.
        Got the following reply from db-kernel:
            SQL-Code              :-903
    The backup operation has ended.
    2009-10-22 02:07:17
    Filling reply buffer.
        Have encountered error -24920:
            The backup tool failed with 2 as sum of exit codes. The database request
    was canceled and ended with error -903.
        Constructed the following reply:
            ERR
            -24920,ERR_BACKUPOP: backup operation was unsuccessful
            The backup tool failed with 2 as sum of exit codes. The database request
    was canceled and ended with error -903.
    Reply buffer filled.
    2009-10-22 02:07:17
    Cleaning up.
        Removing data transfer pipes.
            Removing data transfer pipe /sapdb/CFC/lcbackup/pipe2 ... Done.
            Removing data transfer pipe /sapdb/CFC/lcbackup/pipe1 ... Done.
        Removed data transfer pipes successfully.
        Copying output of Backint for MaxDB to this file.
    Begin of output of Backint for MaxDB (/tmp/backint4sapdbCFC.out)-
                                     Data Protection for mySAP(R)
                         Interface between BR*Tools and Tivoli Storage Manager
                         - Version 5, Release 4, Modification 0.0  for Linux x86_64
                               Build: 303  compiled on Nov 16 2006
                    (c) Copyright IBM Corporation, 1996, 2006, All Rights Reserved.
            BKI0008E: The environment variable BI_CALLER is not set correctely. The
    current value is "DBMSRV"
            usage:
             backint -p <par_file> [-u <user_id>] [-f <function>]
                    [-t <type>] [-i <in_file>] [-o <out_file>] [-c]
            where:
                   <user_id>    backint utility user
                   <function>   backup | restore | inquire | password | delete
                   <type>       file | file_online
                   <par_file>   parameter file for backup utility
                   <in_file>    name of a text file  that defines the objects
                                default: STDIN
                   <out_file>   Pool for processing messages and the results
                                of the executed function.
                                default: STOUT
            BKI0020I: End of program at: Thu 22 Oct 2009 02:06:14 AM EDT .
            BKI0021I: Elapsed time: 01 sec .
            BKI0024I: Return code is: 2.
    End of output of Backint for MaxDB (/tmp/backint4sapdbCFC.out)---
        Removed Backint for MaxDB's temporary output file '/tmp/backint4sapdbCFC.out
        Copying error output of Backint for MaxDB to this file.
    Begin of error output of Backint for MaxDB (/tmp/backint4sapdbCFC
    .err)----
    End of error output of Backint for MaxDB (/tmp/backint4sapdbCFC.e
    rr)----
        Removed Backint for MaxDB's temporary error output file '/tmp/backint4sapdbC
    FC.err'.
        Removed the Backint for MaxDB input file '/tmp/backint4sapdbCFC.in'.
    Have finished clean up successfully.

    Also, is there any specification about the user permissions and about how the backup should be run?

  • Using a variable as the comparison set with the IN clause

    I am attempting to use a variable as the comparison set in an IN clause:
    if <var> is not null and <var> in (<variable>) then ...
    if <var> = 'X' and <variable> = 'X','Y' this statement evaluates to FALSE. If, however, I write
    if <var> is not null and <var> in ('X','Y') then ...
    the statement evaluates to TRUE. Is there a way to force evaluation of a variable prior to executing the statement?

    Kumar
    That is neat trick and an good example of lateral thinking. However, there is a slight problem with it in that this is true:
    instr('1APC2', 'APC')
    whereas this is false
    'APC' IN ('1APC2')
    However, it did inspire me to produce an even neater trick:
    create or replace function my_in
    (in_value IN varchar2, in_string_list IN varchar2)
    RETURN boolean
    AS
    larray_string DBMS_UTILITY.uncl_array;
    ln_count INTEGER;
    return_value BOOLEAN := FALSE;
    lv_comparator VARCHAR2(4000);
    BEGIN
    DBMS_UTILITY.comma_to_table(in_string_list, ln_count, larray_string);
    FOR rownum IN 1..ln_count
    LOOP
    IF larray_string(rownum) = in_value
    THEN
    return_value := TRUE;
    EXIT;
    END IF;
    END LOOP;
    RETURN return_value;
    END;
    Note that the in_string list parameter must be COMMA separated, and spaces will be treated as values. Hence
    declare
    lb boolean;
    begin
    lb := my_in('APC', 'DEF,APC,ABC');
    if lb = TRUE
    THEN
    dbms_output.put_line('FOUND');
    else
    dbms_output.put_line('NOT FOUND');
    end if;
    lb := my_in('APC', 'DEF, APC, ABC');
    if lb = TRUE
    THEN
    dbms_output.put_line('FOUND');
    else
    dbms_output.put_line('NOT FOUND');
    end if;
    end;
    produces the following output:
    SQL> @tstrun
    FOUND
    NOT FOUND
    PL/SQL procedure successfully completed.
    SQL>
    Kindest regards, APC

  • Package variable g_security_group_id must be set

    Hi all,
    i have the following problem.
    I have a form based on an interactive report.
    all standard made out of the apex possibilities.
    i have a number of validations, all automatically created by apex, in the form because of the not possible being null of certain columns in my database.
    when i press the insert button or save button when i didn't fill in all the necessary fields, i get the following error:
    ORA-20001: Package variable g_security_group_id must be set.
         Error      ERR-1023 Unable perform validations.
    OK      
    i allready checked my validations and i can't find something wrong with it.
    they haven't been modified neither after being automatically created by apex
    anyone any clue?
    thanks in advance,
    Mr. T

    Desmedt,
    Can you please demonstrate this on apex.oracle.com?
    Scott

  • Problem in Variable declaration using c:set

    Hi All,
    I've declared a variable as follows:
    <c:set var="desc" scope="page"
    value="<b>${map.SITETYPE}: </b><a href='http://147.147.2.91:7001/pfk-deploy/sitehomepage.do?site=${map.SITEID}' ${map.PLANTID}</a><br><b>Address:</b><small>${map.ADDRESS}</small><br><b>East, North:</b>${map.EAST},${map.NORTH} <br><b>Long, Lat:</b>${map.XLONG},${map.YLAT}<br>"/>
    in which i want to add tags such as <b><br> etc as can be seen above , but these tags are not evaluated at run time .
    Secondly i want to concatenate desc with another string as follows:
    <%desc = desc + " Find all <a href='map.do?siteID=<c:out value='${map.PLANTID}'/>=${qTemp}&east=&north=&radius=&postcode='>DPs</a>?<br>" ;     %>
    I dont know whether this is the correct way to concatenate.
    But nothing is working , Iam very new to EL/JSP stuff , but i've to make this code running . Please help, its urgent.
    Thanks,

    What is map.SITETYPE, map.SITEID etc? Is map a java.util.Map object that has been set in scope and SITETYPE, SITEID etc keys in that map?
    What do you get when you output these variables?
    <c:out value = "${map.SITEID}"/>On to your second question, why do you require a scriptlet variable. Cant you use the jstl c:set itself ? (same like the earlier one?)
    Anyways here's how you would do that
    <%
    StringBuffer descBuffer = new StringBuffer("desc");
    descBuffer.append(" Find all <a href='map.do?siteID=");
    descBuffer.append((String)pageContext.findAttribute("map.PLANTID"));
    descBuffer.append((String)pageContext.findAttribute("qTemp"));
    descBuffer.append"(&east=&north=&radius=&postcode='>DPs</a>?<br>" );
    desc = descBuffer.toString();
    %>And that's assuming you have map.PLANTID in scope (depends on your answer to the first question).
    Finally, please use [ code ] tags (without the spaces) while posting code. Look at [url http://forum.java.sun.com/help.jspa?sec=formatting]this for formatting tips.
    ram.

  • Photoshop cs6 running extremely slow on opening a file. have reset prefs and set type to none.

    Photoshop cs6 running extremely slow on opening a file. have reset prefs and set type to none. have to force quit  most of the time.

    I'm experiencing the same trouble.  Photoshop takes 5 minutes to open then runs fine.
    I recently bought a new iMac AND updated to Adobe Master Collection CS6.  My concern is that PhotoShop now takes 5 minutes to open. The Photoshop desktop pops up immediately, but the moment you click on a tool or try to open a file (no matter the size) results in the spinning wheel for five minutes before you can do anything.  After that, Photoshop appears to work fine.
    What I’ve done:
    Ran Adobe updater
    Reset Photoshop Preferences
    Validated all fonts and removed any trouble fonts
    Ran the font test
    Set font preview size to none
    Cleared the Photoshop type cache and system cache
    Disabled Symantec Endpoint
    Tried running with the GPU processor on/off and in basic
    Tried opening Photoshop with optional third party plug-ins turned off (still took five minutes but this time I didn’t even get the Photoshop desktop view until AFTER the five minutes)
    I’m wondering since I migrated the files form my old computer (and older versions of Master Collection) did something get corrupted.
    System Info
    Adobe Photoshop Version: 13.0.6 (13.0.6 20131025.r.54 2013/10/25:21:00:00) x64
    Operating System: Mac OS 10.9.4
    System architecture: Intel CPU Family:6, Model:60, Stepping:3 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 3500 MHz
    Built-in memory: 32768 MB
    Free memory: 21330 MB
    Memory available to Photoshop: 30850 MB
    Memory used by Photoshop: 70 %
    Image tile size: 1024K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Version: 1.2 (Apr 25 2014 22:04:25)
    OpenGL Version: 2.1
    Video Rect Texture Size: 16384
    OpenGL Memory: 2047 MB
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: NVIDIA GeForce GTX 780M OpenGL Engine
    Display: 1
    Main Display
    Display Depth: 32
    Display Bounds: top=0, left=0, bottom=1440, right=2560
    Video Renderer ID: 16918308
    Video Card Memory: 2048 MB
    Application folder: /Applications/Adobe Photoshop CS6/
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Macintosh HD, 931.0G, 713.2G free
    Required Plug-ins folder: /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/
    Primary Plug-ins folder: /Applications/Adobe Photoshop CS6/Plug-ins/
    Additional Plug-ins folder: not set
    Installed components:
    adbeape.framework adbeape 3.3.8.19346   66.1025012
    AdbeScriptUIFlex.framework AdbeScriptUIFlex 6.2.29.18602 66.490082
    adobe_caps.framework adobe_caps 6.0.29.0   1.276181
    AdobeACE.framework AdobeACE 2.19.18.20743   66.507768
    AdobeAGM.framework AdobeAGM 4.26.20.20743   66.507768
    AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.7.101.18636   66.26830
    AdobeAXEDOMCore.framework AdobeAXEDOMCore 3.7.101.18636 66.26830
    AdobeBIB.framework AdobeBIB 1.2.02.20743   66.507768
    AdobeBIBUtils.framework AdobeBIBUtils 1.1.01   66.507768
    AdobeCoolType.framework AdobeCoolType 5.10.33.20743 66.507768
    AdobeCrashReporter.framework AdobeCrashReporter 6.0.20120720  
    AdobeExtendScript.framework AdobeExtendScript 4.2.12.18602 66.490082
       AdobeJP2K.framework   AdobeJP2K   2.0.0.18562   66.236923
    AdobeLinguistic.framework      17206  
    AdobeMPS.framework AdobeMPS 5.8.0.19463   66.495174
    AdobeOwl.framework AdobeOwl   5.0.4   79.517869
    AdobePDFL.framework AdobePDFL   10.0.1.18562   66.419471
    AdobePDFSettings.framework AdobePDFSettings 1.4  
    AdobePIP.framework AdobePIP 7.0.0.1686  
    AdobeScCore.framework AdobeScCore 4.2.12.18602   66.490082
    AdobeUpdater.framework AdobeUpdater 6.0.0.1452   "52.338651"
    AdobeXMP.framework AdobeXMPCore 66.145661   66.145661
    AdobeXMPFiles.framework AdobeXMPFiles 66.145661   66.145661
    AdobeXMPScript.framework AdobeXMPScript 66.145661   66.145661
    ahclient.framework ahclient 1.7.0.56  
       aif_core.framework   AdobeAIF   3.0.00   62.490293
    aif_ocl.framework AdobeAIF   3.0.00   62.490293
    aif_ogl.framework AdobeAIF   3.0.00   62.490293
    AlignmentLib.framework xcode   1.0.0.1  
    amtlib.framework amtlib   6.0.0.75  
    boost_date_time.framework boost_date_time 6.0.0.0  
    boost_signals.framework boost_signals 6.0.0.0  
    boost_system.framework boost_system 6.0.0.0  
    boost_threads.framework boost_threads 6.0.0.0  
    Cg.framework   NVIDIA Cg     
    CIT.framework CIT   2.1.0.20577   146758
    data_flow.framework AdobeAIF   3.0.00   62.490293
    dvaaudiodevice.framework dvaaudiodevice 6.0.0.0  
    dvacore.framework dvacore   6.0.0.0  
    dvamarshal.framework dvamarshal 6.0.0.0  
    dvamediatypes.framework dvamediatypes 6.0.0.0  
    dvaplayer.framework dvaplayer 6.0.0.0  
    dvatransport.framework dvatransport 6.0.0.0  
    dvaunittesting.framework dvaunittesting 6.0.0.0  
    dynamiclink.framework dynamiclink 6.0.0.0  
       FileInfo.framework   FileInfo   66.145433   66.145433
    filter_graph.framework AdobeAIF   3.0.00   62.490293
    hydra_filters.framework AdobeAIF   3.0.00   62.490293
    ICUConverter.framework ICUConverter 3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61 "gtlib_3.0" "." "16615"
    image_compiler.framework AdobeAIF   3.0.00   62.490293
    image_flow.framework AdobeAIF   3.0.00   62.490293
    image_runtime.framework AdobeAIF   3.0.00   62.490293
    LogSession.framework LogSession 2.1.2.1681  
    mediacoreif.framework mediacoreif 6.0.0.0  
    PlugPlug.framework PlugPlug 3.0.0.383  
    UpdaterNotifications.framework   UpdaterNotifications   6.0.0.24 "6.0.0.24"
    wrservices.framework        
    Required plug-ins:
       3D Studio 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Accented Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Adaptive Wide Angle 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “Adaptive Wide Angle.plugin”
       Angled Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 8.4 (199), Copyright © 2014 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Camera Raw Filter 8.4 (199), Copyright © 2014 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 13.0.6 x001  ©2002-2013 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Collada DAE 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Color Halftone 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    CompuServe GIF 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 13.0.6 x001 ©2003-2013 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Crosshatch 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Crystallize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    De-Interlace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dicom 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “dicom.plugin”
       Difference Clouds 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 13.0.6 x001  ©1997-2013 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Entropy 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Extrude 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Flash 3D 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Fresco 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Google Earth 4 KMZ 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    HDRMergeUI 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 13.0.6 x001  ©2001-2013 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Kurtosis 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Lens Blur 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 13.0, Copyright © 2001-2012 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Maximum 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mean 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
    Measurement Core 13.0.6 x001 ©1993-2013 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Median 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
    Mezzotint 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Minimum 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       MMXCore Routines 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Multiprocessor Support 13.0.6 x001 ©1990-2013 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Oil Paint 13.0, Copyright © 2011 Adobe Systems Incorporated - from the file “Oil Paint.plugin”
       OpenEXR 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Patchwork 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “PCX.plugin”
    Photocopy 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Photoshop 3D Engine 13.0.6 x001 ©2006-2013 Adobe Systems Incorporated - from the file “Photoshop3DEngine.plugin”
       Picture Package Filter 13.0.6 x001 ©1993-2013 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Pointillize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 13.0.6 x001  ©2003-2013 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Range 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
    Reticulation 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web 13.0, Copyright © 1999-2012 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 13.0, Copyright © 2013 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shear 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Skewness 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Smart Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Standard Deviation 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       STL 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Sumi-e 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Summation 13.0.6 x001 ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Targa 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Texturizer 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Underpainting 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Vanishing Point 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Variance 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Water Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Watercolor 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Wavefront|OBJ 13.0.6 x001 ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Wind 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Optional and third party plug-ins:
       Alien Skin Blow Up 3 Blow Up 3 3.0.0.672 20633 Copyright © 2011 Alien Skin Software, LLC - from the file “Alien Skin Blow Up 3 Automation.8li.plugin”
       Analog Efex Pro 1.0.11.180, Copyright ©2000-2014, Google - from the file “Analog Efex Pro.plugin”
       Analog Efex Pro 2 2.0.4.288, Copyright ©2000-2014, Google - from the file “Analog Efex Pro 2.plugin”
    BackgroundFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “BackgroundFilter.plugin”
       Blow Up Blow Up 3 3.0.0.672 20633 Copyright © 2011 Alien Skin Software, LLC - from the file “Alien Skin Blow Up 3 Photoshop.8bf.plugin”
       Color Efex Pro 4 4.3.16.288, Copyright ©2000-2014, Google - from the file “Color Efex Pro 4.plugin”
       Dfine 2 2.2.16.288, Copyright ©2000-2014, Google - from the file “Dfine2.plugin”
    FineStructuresFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “FineStructuresFilter.plugin”
       HDR Efex Pro 2 2.2.16.288, Copyright ©2000-2014, Google - from the file “HDR Efex Pro 2.plugin”
       Hidden Topaz Labs Denoise - from the file “TopazRemaskAutomate.plugin”
    HotPixelsFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “HotPixelsFilter.plugin”
       Merge to HDR Efex Pro 2 2.2.16.288, Copyright ©2000-2014, Google - from the file “HDR Efex Pro 2 Automation.plugin”
       Nik Collection Selective Tool 2.1.21.288, Copyright ©2000-2014, Google - from the file “SelectivePalette.plugin”
    ShadowsFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “ShadowsFilter.plugin”
       Sharpener Pro 3: (1) RAW Presharpener 3.1.16.288, Copyright ©2000-2014, Google - from the file “SHP3RPS.plugin”
    Sharpener Pro 3: (2) Output Sharpener 3.1.16.288, Copyright ©2000-2014, Google - from the file “SHP3OS.plugin”
       Silver Efex Pro 2 2.2.16.288, Copyright ©2000-2014, Google - from the file “Silver Efex Pro 2.plugin”
    SkinFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “SkinFilter.plugin”
    SkyFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “SkyFilter.plugin”
       StrongNoiseFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “StrongNoiseFilter.plugin”
       Topaz Adjust 5 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_adjust5.plugin”
       Topaz B&W Effects 2 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_BW2_Effects.plugin”
       Topaz Clean 3 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_clean3.plugin”
       Topaz DeJpeg 4 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_dejpeg4.plugin”
       Topaz DeNoise 5 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_denoise5.plugin”
       Topaz Detail 3 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_detail3.plugin”
       Topaz InFocus CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_infocus.plugin”
       Topaz Lens Effects CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_Lens_Effects.plugin”
       Topaz ReMask 3 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_remask3.plugin”
       Topaz Simplify 4 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_simplify4.plugin”
       Viveza 2 2.1.16.288, Copyright ©2000-2014, Google - from the file “Viveza2.plugin”
    WhiteWindowWorkaround 1.0.5, Copyright 2013-2014 - from the file “WhiteWindowWorkaround.plugin”
    Plug-ins that failed to load: NONE
    Flash:
       Gallery Wrapper
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

  • Variable number of data sets in multiplot

    I would like to be able to overlay sets of spectra to compare intensity variations. I am familiar with the multiplot usage, but my question involves how to allow a variable number of data sets to be overlayed. I have a vi that plots a spectrum after the user presses a "load file" button. I would like to add a boolean that when true would continue to stack spectra on the existing plot, and when false would just plot an individual spectrum each time. How can I accomodate a variable number of data sets in the multiplot?

    Assuming you're using the X-Y graph (the word "multiplot" means little to
    me) then each dataset is a cluster of the X array and Y array for that
    dataset. To put several datasets on the graph you make an array of these
    clusters. This should be very clear in the context help for the X-Y plot
    terminal.
    To add spectra you simply append it to the array of spectra already in the
    plot. The brute force and simplest to understand approach would be to use a
    local to retrieve all the data that's currently in the plot as an array,
    append the new plot to the end and write it all back to the plot, either to
    its terminal or via another local. More elegant would be to buffer your
    array of plots internally within the program and have an array of Booleans
    allowing you to selectiv
    ely show/hide plots, either by omitting datasets
    when writing them to the graph or, to maintain consistency in plot styles,
    writing an empty element to the array in place of hidden datasets, but if
    this is meaningless to you then the first suggestion is perfectly adequate.
    jeffrz wrote in message
    news:101-50650000000800000050150000-982303670000@q​uiq.com...
    > I would like to be able to overlay sets of spectra to compare
    > intensity variations. I am familiar with the multiplot usage, but my
    > question involves how to allow a variable number of data sets to be
    > overlayed. I have a vi that plots a spectrum after the user presses a
    > "load file" button. I would like to add a boolean that when true would
    > continue to stack spectra on the existing plot, and when false would
    > just plot an individual spectrum each time. How can I accomodate a
    > variable number of data sets in the multiplot?

  • Variable SERVERNAME is undefined in CFIDE after applying security patch for APSB09-12

    We attempted to apply the hotfixes available for ColdFusion and JRun released August 17, 2009 on our ColdFusion v8.0.1 and now are not able to connect to the ColdFusion administrator page.
    This is the link to the securty update:
    http://www.adobe.com/support/security/bulletins/apsb09-12.html
    We receive the login screen, enter our user/pass and are then presented with the following error message:
    The web site you are accessing has experienced an unexpected error.
    Please contact the website administrator.
    The following information is meant for the website developer for debugging purposes.
    Error Occurred While Processing Request
    Variable SERVERNAME is undefined.
    The error occurred in index.cfm: line 22
    -1 : Unable to display error's location in a CFML template.
    Resources: Check the ColdFusion documentation to verify that you are using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser 
    Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
    Remote Address 
    127.0.0.1
    Referrer 
    http://127.0.0.1/CFIDE/administrator/index.cfm
    Date/Time 
    01-Sep-09 04:59 PM
    Stack Trace
    at cfindex2ecfm274406133.runPage(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\index.cfm: 22)                 
    coldfusion.runtime.UndefinedVariableException: Variable SERVERNAME is undefined.
         at coldfusion.runtime.CfJspPage._get(CfJspPage.java:325)
         at coldfusion.runtime.CfJspPage._get(CfJspPage.java:287)
         at coldfusion.runtime.CfJspPage._autoscalarize(CfJspPage.java:1405)
         at cfindex2ecfm274406133.runPage(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\index.cfm:22)
         at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
         at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
         at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
         at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:288)
         at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
         at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
         at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
         at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
         at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
         at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
         at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
         at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
         at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
         at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
         at coldfusion.CfmServlet.service(CfmServlet.java:175)
         at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
         at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
         at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
         at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
         at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
         at jrun.servlet.FilterChain.service(FilterChain.java:101)
         at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
         at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
         at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
         at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
         at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
         at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
         at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    This was caused by the Adobe patch, we removed the patch and applied the newly provided hot fix 3 and that resolved the issue.

  • Setting values for non-displayed fields on a Tabular Form

    I'm having a problem setting non-displayed fields on the same table as displayed fields like last_update_date, last_updated_by, id's and other fields when creating new records or updating existing records in a Tabular form.
    What is the best and easiest way to set these values without using database triggers?

    Hi Jes,
    I'm a little reluctant to use database triggers as I used this product a couple of years ago and I'm fairly sure I handled this problem in HTML DB without the use of triggers. I am therefore I'm getting a touch frustrated that I can't remember how to do it now !!
    Do you know of any way of setting values for non-displayed fields on a Tabular Form without using database triggers?
    Also, you seem to be suggesting that database triggers is the best way to do this?
    Thanks

Maybe you are looking for