Address parameters to applet

Hi,
Im having real trouble with what seems a simple problem:
I need to pass an unknown number of parameters from the address bar to the embedded applet.
e.g.
http://127.0.0.1/myJSPPage.jsp?arg1=12&arg2=bob
using the jsp:plugin tag:
<jsp:plugin .........
    <jsp:params>
        <jsp:param name="arg1" value="12"/>
        <jsp:param name="arg2" value="bob"/>
    </jsp:param>
</jsp:plugin>Anytime i try and put some JSP code in between the params outer tag i get the folliowing Exception message:
Expected "param" with "name" and "value" attributes without the "params" tag.Has anyone tackled this sort of problem before ??
Thanks
Chris

</jsp:param> replace with
</jsp:params>

Similar Messages

  • Error :TNS illegal address parameters

    Hi all
    error ORA-12533 : TNS illegal address parameters
    I am getting an error while trying to access the oracle database.
    this is what i have in my tnsnames.ora
    # tnsnames.ora Network Configuration File: C:\OraHome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.101)(PORT = null))
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.101)(PORT = null))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    The port number is showing null....is there a problem with the port number...if so what shd it be??
    Thanks

    this is the output of the set cmd
    oMicrosoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation. All rights reserved.
    C:\Users\Jai Sai Ram>set
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\Jai Sai Ram\AppData\Roaming
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    COMPUTERNAME=JAISAIRAM-PC
    ComSpec=C:\Windows\system32\cmd.exe
    DFSTRACINGON=FALSE
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\Jai Sai Ram
    LOCALAPPDATA=C:\Users\Jai Sai Ram\AppData\Local
    LOGONSERVER=\\JAISAIRAM-PC
    NUMBER_OF_PROCESSORS=2
    OS=Windows_NT
    Path=C:\OraHome_1\bin;C:\Program Files (x86)\JavaFX\javafx-sdk1.2\bin;C:\Program
    Files (x86)\JavaFX\javafx-sdk1.2\emulator\bin;C:\OracleBI\server\Bin;C:\OracleB
    I\web\bin;C:\OracleBI\web\catalogmanager;C:\OracleBI\SQLAnywhere;C:\Program File
    s (x86)\Java\jdk1.5.0_11\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\
    Wbem;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program File
    s (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Common
    Files\DivX Shared\
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PERL5LIB=C:\OraHome_1\perl\5.8.3\lib\MSWin32-x86;C:\OraHome_1\perl\5.8.3\lib;C:\
    OraHome_1\perl\5.8.3\lib\MSWin32-x86;C:\OraHome_1\perl\site\5.8.3;C:\OraHome_1\p
    erl\site\5.8.3\lib;C:\OraHome_1\sysman\admin\scripts;C:\OraHome_1\perl\lib\5.8.3
    \MSWin32-x86;C:\OraHome_1\perl\lib\5.8.3;C:\OraHome_1\perl\5.8.3\lib\MSWin32-x86
    -multi-thread;C:\OraHome_1\perl\site\5.8.3;C:\OraHome_1\perl\site\5.8.3\lib;C:\O
    raHome_1\sysman\admin\scripts
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    PROMPT=$P$G
    PUBLIC=C:\Users\Public
    RoxioCentral=C:\Program Files (x86)\Common Files\Roxio Shared\10.0\Roxio Central
    36\
    SADATADIR=C:\OracleBIData
    SAROOTDIR=C:\OracleBI
    SATEMPDIR=C:\OracleBIData\tmp
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\JAISAI~1\AppData\Local\Temp
    TMP=C:\Users\JAISAI~1\AppData\Local\Temp
    TRACE_FORMAT_SEARCH_PATH=\\NTREL202.ntdev.corp.microsoft.com\34FB5F65-FFEB-4B61-
    BF0E-A6A76C450FAA\TraceFormat
    USERDOMAIN=JaiSaiRam-PC
    USERNAME=Jai Sai Ram
    USERPROFILE=C:\Users\Jai Sai Ram
    windir=C:\Windows

  • ORA-12533 TNS illegal ADDRESS parameters

    Hi all
    Im getting this error when i try to connect from my laptop to the databases on the server. (new RAC installation)
    Enter user-name: sys/passwd@duarfnam as sysdba
    ERROR:
    ORA-12533: TNS:illegal ADDRESS parameters
    The listener is running.
    I was connecting bofore then i edited the tnsnames file on the server and my laptop then it giving the error above this are the
    listener.ora entry on the server
    ================
    LISTENER_TSAVO-WEST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = tsavo-west-vip.mydomain)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ip)(PORT = 1521)(IP = FIRST))
    SID_LIST_LISTENER_TSAVO-WEST =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = +ASM2)
    (ORACLE_HOME = /oracle/ocr/oracleasm/product/asm)
    ==================================
    then on the database home $ORACLE_HOME/network/admin
    i have this entry on tnsnames.ora
    NB# public ipnode1 and public ipnode1 i have changed this for me to post this
    dware1 =
    (DESCRIPTION =
    (CONNECT_DATA =
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ipnode1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ipnode2)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (SERVER = DEDICATED)
    (SERVICE_NAME = dware)
    (INSTANCE_NAME = dware1)
    dware2 =
    (DESCRIPTION =
    (CONNECT_DATA =
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ipnode1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ipnode2)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (SERVER = DEDICATED)
    (SERVICE_NAME = dware)
    (INSTANCE_NAME = dware2)
    dware =
    (DESCRIPTION =
    (CONNECT_DATA =
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ipnode1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ipnode2)(PORT = 1521))
    (SERVER = DEDICATED)
    (SERVICE_NAME = dware)
    please assist

    Enter user-name: sys/passwd@duarfnam as sysdbaabove done by OP
    Below aliases from tnsnames.ora file
    dware1
    dware2
    dwareSo of course "duarfnam" is not found
    12533, 00000, "TNS:illegal ADDRESS parameters"
    // *Cause: An illegal set of protocol adapter parameters was specified. In
    // some cases, this error is returned when a connection cannot be made to the
    // protocol transport.
    // *Action: Verify that the destination can be reached using the specified
    // protocol. Check the parameters within the ADDRESS section of
    // TNSNAMES.ORA.  Legal ADDRESS parameter formats may be found in the
    // Oracle operating system specific documentation for your platform.
    // Protocols that resolve names at the transport layer (such as DECnet object
    // names) are vulnerable to this error if not properly configured or names are
    // misspelled.
    Total Questions:      10 (10 unresolved) How sad!

  • ORA12533 TNS illegal ADDRESS parameters

    Hi all
    Im getting this error when i try to connect from my laptop to the databases on the server. (new RAC installation)
    Enter user-name: sys/passwd@duarfnam as sysdba
    ERROR:
    ORA-12533: TNS:illegal ADDRESS parameters
    The listener is running.
    I was connecting bofore then i edited the tnsnames file on the server and my laptop then it giving the error above this are the
    listener.ora entry on the server
    ================
    LISTENER_TSAVO-WEST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = tsavo-west-vip.mydomain)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ip)(PORT = 1521)(IP = FIRST))
    SID_LIST_LISTENER_TSAVO-WEST =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = +ASM2)
    (ORACLE_HOME = /oracle/ocr/oracleasm/product/asm)
    ==================================
    then on the database home $ORACLE_HOME/network/admin
    i have this entry on tnsnames.ora
    NB# public ipnode1 and public ipnode1 i have changed this for me to post this
    dware1 =
    (DESCRIPTION =
    (CONNECT_DATA =
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ipnode1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ipnode2)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (SERVER = DEDICATED)
    (SERVICE_NAME = dware)
    (INSTANCE_NAME = dware1)
    dware2 =
    (DESCRIPTION =
    (CONNECT_DATA =
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ipnode1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ipnode2)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (SERVER = DEDICATED)
    (SERVICE_NAME = dware)
    (INSTANCE_NAME = dware2)
    dware =
    (DESCRIPTION =
    (CONNECT_DATA =
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ipnode1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = public ipnode2)(PORT = 1521))
    (SERVER = DEDICATED)
    (SERVICE_NAME = dware)
    please assist

    Duplicate of ORA-12533 TNS illegal ADDRESS parameters

  • TNS-12533: TNS:illegal ADDRESS parameters

    Hi
    I  need to connect from BI system to external Oracle system by using DBCONNECT For this i am trying establish a connection while doing this TNSPING is giving error. as
    TNS-12533: TNS:illegal ADDRESS parameters
    entry in the file is
    DB0.WORLD=
      (DESCRIPTION =
        (ADDRESS_LIST =
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = relmetrodev)
              (PORT = 1523)
        (CONNECT_DATA =
           (SID = DB0)
           (GLOBAL_NAME = DB0.WORLD)
    DBCON.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = SAP.WORLD)
    (PROTOCOL = TCP)
    (HOST = 10.125.10.213)
    (PORT = 1521)
    (CONNECT_DATA =
    (SID = METRODB)
    (GLOBAL_NAME = DBCON.WORLD)
    Kindly help i need to do nay change in SQLNET.ORA file or not required.
    where exactly the TNS entry is wrong.
    error shows while pinging is
    tnsping DBCON
    TNS Ping Utility for Solaris: Version 10.2.0.4.0 - Production on 19-MAY-2010 15:53:46
    Copyright (c) 1997,  2007, Oracle.  All rights reserved.
    Used parameter files:
    /oracle/DB0/102_64/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact
    TNS-12533: TNS:illegal ADDRESS parameters
    Regards
    Vijay

    You have to enter the settings for your external system into the tnsnames.ora on your BI system.
    On the external system, you should check if tcp.invited_nodes is set. If so, add your BI system to it and reinitialize your listener.
    Kind regards,
    Mark

  • Oracle9 Enterprise Manager ORA-12533-TNS:Illegal ADDRESS Parameters

    I have installed Oracle9 on my win2k box with no problem. But,
    when I try to log into the Enterprise Manager as sys or system,
    I receive the error "ORA-12533-TNS:Illegal ADDRESS Parameters"
    I AM ABLE TO CONNECT VIA SQL*Plus, Toad7.1, and any dev6i tool
    with no ERROR. Is there a script I should have run??? This does
    not happen in 8.1.7. SOMEONE PLS HELP. I HAVE READ THE DOCS and
    there is nothing outlining this error in this situation.

    I have installed Oracle9 on my win2k box with no problem. But,
    when I try to log into the Enterprise Manager as sys or system,
    I receive the error "ORA-12533-TNS:Illegal ADDRESS Parameters"
    I AM ABLE TO CONNECT VIA SQL*Plus, Toad7.1, and any dev6i tool
    with no ERROR. Is there a script I should have run??? This does
    not happen in 8.1.7. SOMEONE PLS HELP. I HAVE READ THE DOCS and
    there is nothing outlining this error in this situation.

  • Easiest way to pass GET parameters to applet - Javascript really required??

    I want to transfer GET parameters to an appelt, i.e. in the call
    http://***/test.html?param1=abc&param2=def
    the param/values should be available in the applet.
    After some searching I've got the impression that this requires Javascript
    (http://stackoverflow.com/questions/12585022/how-to-pass-values-from-html-page-to-java-applet),
    but I would like to avoid this...
    Any help appreciated,
    Dieter

    found something:
    http://docs.oracle.com/javase/tutorial/deployment/applet/invokingAppletMethodsFromJavaScript.html
    http://stackoverflow.com/questions/14016972/call-java-applet-function-from-javascript
    and this is doing the trick, the Applet has Setters for my params
    <html>
    <head>
    <script language="Javascript">
    function readGetParams(){
       x = window.location.search.replace("?","");
       y = x.split("&");
       v1 = y[0].split("=")[1];
       v2 = y[1].split("=")[1];
       //alert( p1 + " -- " + v1 + " -- " + p2 + " -- " + v2);
       document.getElementById("fscapp").setUserID(v1);
       document.getElementById("fscapp").setCourseID(v2);
    </script>
    <title>FS Control Panel</title>
    </head>
    <body onload="readGetParams()">
    <h1>FS Control Panel</h1>
    <applet code="fsc.class" archive="fsc.jar" id="fscapp" width=500 height=500>
    </applet>
    </body>
    </html>

  • JVM Parameters in Applets

    Hi,
    I need to set the jvm parameter in an applet for instance "file.encoding" and
    System.setProperty("file.encoding","UTF8") doesnt work, is there any other way to set the parameters?
    Thanks in advance...

    System.setProperty("file.encoding","UTF8")
    Will throw an exception because the applet is not allowed to do that
    java.security.AccessControlException: access denied (java.util.PropertyPermission file.encoding write)
    You need to sign the applet and the consumer of your applet needs to trust the signature
    or the consumer of your applet needs to set up a policy for your applet.
    Or
    The consumer of your applet sets up runtime parameters.
    Here is something I copied and pasted to pass parameters that will force the jre to
    generate a full trace everytime.
    To turn the full trace on (windows) you can start the java console, to be found here:
    C:\Program Files\Java\j2re1.4...\bin\jpicpl32.exe
    In the advanced tab you can fill in something for runtime parameters fill in this:
    -Djavaplugin.trace=true -Djavaplugin.trace.option=basic|net|security|ext|liveconnect
    if you cannot start the java console check here:
    C:\Documents and Settings\userName\Application Data\Sun\Java\Deployment\deployment.properties
    I think for linux this is somewhere in youruserdir/java (hidden directory)
    add or change the following line:
    javaplugin.jre.params=-Djavaplugin.trace\=true -Djavaplugin.trace.option\=basic|net|security|ext|liveconnect
    for 1.5:
    deployment.javapi.jre.1.5.0.args=-Djavaplugin.trace\=true -Djavaplugin.trace.option\=basic|net|security|ext|liveconnect
    The trace is here:
    C:\Documents and Settings\your user\Application Data\Sun\Java\Deployment\log\plugin...log
    I think for linux this is somewhere in youruserdir/java (hidden directory)
    I think the main question is why do you need to set this property? If you want to write
    something to the local filesystem you should sign or set up policy for the applet
    anyway so I would go with that sollution. Or better yet use an URL object and send the
    data that needs to be saved to a server that does something with it (store it in
    a database).

  • Passing VM Parameters through Applet Tag

    Is there some way to pass Runtime JVM parameters through the Applet Tag?
    something like -D"java.security.policy="xxx"
    <Applet >
    <Param Name="JVM_PARAM" Value="-D"java.security.policy="xxx"">
    </Applet>

    Is there a way to set JVM parameters directly in the applet tag? i.e., not by passing generic parameters and then calling setProperty, and not by setting the JVM parameters in the Plug-in control panel.
    For some reason, setProperty will not work correctly in my applet. I can set the new property value, immediately do a getProperty and verify that the new value is returned, but the JVM still uses the old value throughout the life of the applet.
    And I don't want to set the parameter in the control panel, because I don't won't this parameter set for all applets that use the plug-in.
    Thanks,
    Ken

  • Parameters to Applets in Eclipse

    Hi friends
    I M new to java applets.How can I pass Parameters (HTML Tags) in a Applet using Eclipse. My Applet runs with default Parameters. How Can I give new parameters.

    oops !!!!!!
    I forget to paste program with it.
    import java.applet.*;
    import java.awt.*;
    import java.awt.image.MemoryImageSource;
    import java.awt.image.PixelGrabber;
    import java.net.URL;
    <applet code = Lavatron.class width=560 height=128>
    <param name="img" value="vf.gif">
    </applet>
    public class Lavatron extends Applet implements Runnable{
         int scrollX;
         int bulbsW, bulbsH;
         int bulbS = 8;
         Dimension d;
         Image offscreen,bulb,img;
         Graphics offgraphics;
         int pixels[];
         int pixscan;
         IntHash clut = new IntHash();
         boolean stopflag;
         public void init() {
              d = getSize();
              int offw = (int) Math.ceil(d.width/bulbS)*bulbS;
              int offh = (int) Math.ceil(d.height/bulbS)*bulbS;
              offscreen = createImage (offw , offh);
              offgraphics = offscreen.getGraphics();
              bulbsW = offw/bulbS;
              bulbsH = offh/bulbS;
              bulb = createBulbs (bulbS , bulbsH*bulbS);
              try{
                   img = getImage (getDocumentBase() , getParameter("img"));
                   MediaTracker t = new MediaTracker (this);
                   t.addImage(img,0);
                   t.waitForID(0);
                   pixscan = img.getWidth(null);
                   int h = img.getHeight(null);
                   pixels = new int[pixscan * h];          
                   PixelGrabber pg = new PixelGrabber (img,0,0,pixscan,h,pixels,0,pixscan);
                   pg.grabPixels();
              catch(InterruptedException e){};
              scrollX = 0;
              //paint blackbulbs on the offscreen image
              offgraphics.setColor(Color.black);
              offgraphics.fillRect(0,0,d.width,d.height);
              for ( int x=0; x<bulbsW; x++)
              offgraphics.drawImage(bulb, x*bulbS,0,null);
         Image createBulbs(int w,int h){
              int pixels[]= new int[w*h];
              int bulbBits[]= {
                        0,0,1,1,1,1,0,0,
                        0,1,2,1,1,1,1,0,
                        1,2,1,1,1,1,1,1,
                        1,1,1,1,1,1,1,1,
                        1,1,1,1,1,1,1,1,
                        1,1,1,1,1,1,1,1,
                        0,1,1,1,1,1,1,0,
                        0,1,1,1,1,1,0,0,
              int bulbCLUT[] = {0xff000000, 0x00c0c0c0, 0xffffffff};
              for (int i=0; i<w*h; i++)
                   pixels[i] = bulbCLUT[bulbBits[i%bulbBits.length]];
              return createImage(new MemoryImageSource(w,h,pixels,0,w));
         public final Color color(int x, int y){
              int p = pixels[y*pixscan+x];
              Color c;
              if((c=(Color)clut.get(p))== null);
              clut.put(p,c = new Color(p));
              return c;
         public void update() {}
         public void paint(Graphics g) {
              URL url= getDocumentBase();
              String msg = "Docment Base : " + url.toString();
         g.drawString(msg,10,20);
              offgraphics.copyArea(bulbS,0,bulbsW*bulbS-bulbS,d.height,-bulbS,0);
              for (int y =0; y<bulbsH;y++){
                   offgraphics.setColor(color(scrollX, y));
                   offgraphics.fillRect(d.width-bulbS, y*bulbS, bulbS, bulbS);
              offgraphics.drawImage(bulb, d.width-bulbS, 0, null);
              g.drawImage(offscreen,0,0,null);
              scrollX=(scrollX+1)% pixscan;
    Thread t;
         public void run() {
              while (true) {
                   paint(getGraphics());
                   try{Thread.yield();}
                   catch (Exception e){};
                   if(stopflag)
                        break;
         public void start() {
              t = new Thread(this);
              t.setPriority(Thread.MIN_PRIORITY);
              stopflag= false;
              t.start();
         public void stop () {
              stopflag = true;
    }

  • Passing parameters inside applet

    Hello everybody,
    I need send many parameters with same key but different value in to an applet. Does that sounds possible?
    If it is, how can I be able to extract all these values inside the applet and store them in an array?
    Please, advise me a solution
    Thanks,
    Shivram.

    Hello,
    Could anybody please let me know about the possibility of doing this? If it is not possible, Is there any other means of passing a set of data which has same key in to an applet?
    Like
    <Param key="name" value="james"/>
    <Param key="name" value="rob" > ..and so on
    I dont want to pass all the values within the same param by using a seperator (like comma) as the original values have lengthy words in it.
    Please give your suggestions.
    Thanks
    Shivram.

  • How to get IP address from java applet

    is there anyway to find the IP address of a person who is on java applet on some chatting website (not me, but the other users)...... well, this question may sound stupid, but am actually new to this, so please help.
    :)

    >
    is there anyway to find the IP address of a person who is on java applet on some chatting website (not me, but the other users)...... >Sure. Ask whoever it is you are chatting to.. "wots ur ip?". Do not be surprised when they 'tell you where to go'.

  • Address parameters in the signature definitions (4.1)

    Is there any way to change the action triggered by the signature based upon the network/host source/destination address in all kinds of engines? In Atomic engine it is possible - for example triggering different levels of alarms, based upon the victim network address. What about the all other engines?

    Question: Is there any way to change the action triggered by the signature based upon the network/host source/destination address in all kinds of engines?
    Response: No. When the signature is defined the selected actions will take place regardless of the addresses (unless the alarm is filtered).
    Question: In Atomic engine it is possible - for example triggering different levels of alarms, based upon the victim network address. What about the all other engines?
    Answer: No In version 4.x the alarm is either triggered and the actions taken, or the alarm is filtered and no actions are taken.
    SIDE NOTE:
    Some of this changes in version 5.0.
    You still won't be able to assign specific actions for a given address set. But combinations of some of the added features may come close to providing you the granularity you are asking for.
    I would suggest posting this question again after 5.0 is released. Then I will be able to go into feature details and give you some hints and tricks to get close to what you are asking for.

  • Tnsping can't read tnsnames.ora  TNS-12533: TNS:illegal ADDRESS parameters

    Here's my tnsnames.ora. tnsping thinks it's illegal:
    acsplan =
    (DESCRIPTION=ACSPLAN
    (ADDRESS_LIST =
              (ADDRESS=(PROTOCOL=tcp)(HOST=10.101.205.166)(PORT=1521))
    (CONNECT_DATA=(SID=ACSPLAN))
    Why does tnsping think this is illegal?
    Thanks.
    Dean

    Dean Schulze wrote:
    Here's my tnsnames.ora. tnsping thinks it's illegal:
    acsplan =
    (DESCRIPTION=ACSPLAN
    (ADDRESS_LIST =
              (ADDRESS=(PROTOCOL=tcp)(HOST=10.101.205.166)(PORT=1521))
    (CONNECT_DATA=(SID=ACSPLAN))
    Why does tnsping think this is illegal?Does this work?
    acsplan  =
       (DESCRIPTION=
         (ADDRESS_LIST =
              (ADDRESS=(PROTOCOL=tcp)(HOST=10.101.205.166)(PORT=1521))
         (CONNECT_DATA=(SID=ACSPLAN))
       )

  • Problem binding applet parameters

    Hi,
    I need to pass dynamically generated parameters to applet in ADF Faces page. I need something like this: <applet><param name="n1" value="#{...}"/>. But parameter value doesn't support EL. How can I walk arround this?
    Thanks,

    I have the same problem. In the contrived example below my applet will only work if the EL statement #{row.email} actually gets resolved to the database value, but at the moment the EL text is what is ending up in the applet parameter value. Any further assistance on this would be greatly appreciated.
    <af:column headerText="#{bindings.DepartmentsdepartmentCollection.labels.email}"
    sortable="false" sortProperty="email"
    binding="#{backing_deptEmp.column2}" id="column2">
    <af:outputText value="#{row.email}"
    binding="#{backing_deptEmp.outputText2}"
    id="outputText2"/>
    <f:verbatim>
    <jsp:plugin type="applet" code="com.atrium.agis.AGISApplet" archive="ATRIUMgis.jar"
    height="500" width="750">
    <jsp:params>
    <jsp:param name="method:init" value="'#{row.email}','basemap','http://192.168.10.8/mapviewer/omserver',524966,322570, 750, 400, 81989, 'devplan_jdbc_datasource', 1250,'http://atriumdev/mapviewer/watermark.gif'" />
    </jsp:params>
    <jsp:fallback> This browser does not support Applets. </jsp:fallback>
    </jsp:plugin>
    </f:verbatim>
    </af:column>

Maybe you are looking for