Problem in struts using JDeveloper10.1.2

hi
Iam completly new to jdeveloper
Iam using jdev 10.1.2 for my simple struts application
I have
action class -- LoginAction
form bean -- login (using DynaActionForm)
login.jsp to enter username
success.jsp for welcom msg
failure.jsp --- in this i use one submit btn when i press this it will go to login.jsp for relogin
<form action="/login.jsp">....
the problem is
In LoginAction
String password=(String)((DynaActionForm)form).get("password");
// String pwd =request.getParameter("username");
if(password.equalsIgnoreCase("oracle"))
return mapping.findForward("success");
else
return mapping.findForward("failure");
iam import all the class for the respective reff variables.
But it will indicate err underline(blue) under text which are in bold saying msgs as
--method get(java.lang.string) not found in org.apache.struts.action.DynaActionform
the samething for remaining two showing on ActionMapping
plese tell me where is the problem
running on Embedded OC4J SERVER
error message is
http://hostname:8988/hello_struts1-ViewController-context-root/login.do
07/07/19 17:12:31 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
Jul 19, 2007 5:12:32 PM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
Jul 19, 2007 5:12:32 PM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
Jul 19, 2007 5:12:32 PM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='view.ApplicationResources', returnNull=true
Jul 19, 2007 5:12:32 PM org.apache.struts.action.RequestProcessor processException
WARNING: Unhandled Exception thrown: class java.lang.NullPointerException
thanks

Duplicate post:
problem on struts using jdeveloper 10.1.2
user583549,
I see you got an answer from Shay in the other post.
Good Luck,
Avi.

Similar Messages

  • Problem on struts using jdeveloper 10.1.2

    hi
    Iam completly new to jdeveloper
    Iam using jdev 10.1.2 for my simple struts application
    I have
    action class -- LoginAction
    form bean -- login (using DynaActionForm)
    login.jsp to enter username
    success.jsp for welcom msg
    failure.jsp --- in this i use one submit btn when i press this it will go to login.jsp for relogin
    <form action="/login.jsp">....
    the problem is
    In LoginAction
    String password=(String)((DynaActionForm)form).get("password");
    // String pwd =request.getParameter("username");
    if(password.equalsIgnoreCase("oracle"))
    return mapping.findForward("success");
    else
    return mapping.findForward("failure");
    iam import all the class for the respective reff variables.
    But it will indicate err underline(blue) under text which are in bold saying msgs as
    --method get(java.lang.string) not found in org.apache.struts.action.DynaActionform
    the samething for remaining two showing on ActionMapping
    plese tell me where is the problem
    running on Embedded OC4J SERVER
    error message is
    http://hostname:8988/hello_struts1-ViewController-context-root/login.do
    07/07/19 17:12:31 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
    Jul 19, 2007 5:12:32 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    Jul 19, 2007 5:12:32 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    Jul 19, 2007 5:12:32 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='view.ApplicationResources', returnNull=true
    Jul 19, 2007 5:12:32 PM org.apache.struts.action.RequestProcessor processException
    WARNING: Unhandled Exception thrown: class java.lang.NullPointerException
    thanks

    Well if you are just starting with JDeveloper - why are you starting with an old version?
    You should start with 10.1.3 it has hundreds of new features over 10.1.2.
    I created a struts action in 10.1.3 copied your code into it and compiled without any problems.

  • Deployment problem in Struts using Oracle Application server

    Hi,
    when i deployed my war its throwint the folllowing exceptions...........
    OracleJSP: oracle.jsp.parse.JspParseException: /jsp/metadata/BinDetails.jsp: Line # 419, <html:form name="binDetailsForm" method="post" action="/binDetailsForm.do">
    Error: Attribute: name is not a valid attribute name
    help me...

    Hi,
    thanks i rectified that problem.
    But now my problem is that it shows the followoing error.
    500 Internal Server Error
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
    Missing class: org.apache.struts.action.Action
    Dependent class: com.ats.swdms.metadata.frontaction.CreateBinAction
    Loader: test4.root:0.0.0
    Code-Source: /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/test4/swdmsUtilrel1_0.jar
    Configuration: manifest of /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/test4/swdmsEJBrel1_0.jar
    The missing class is available from the following locations:
    1. Code-Source: /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/test4/swdmsWARrel1_0/WEB-INF/lib/struts.jar (from WEB-INF/lib/ directory in D:\product\10.1.3\OracleAS_1\j2ee\home\applications\test4\swdmsWARrel1_0\WEB-INF\lib)
    This code-source is available in loader test4.web.swdmsWARrel1_0:0.0.0. This is a child of the dependent loader test4.root:0.0.0.
    2. Code-Source: /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/tes12/struts.jar (from manifest of /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/tes12/swdmsWARrel1_0/)
    This code-source is available in loader tes12.web.swdmsWARrel1_0:0.0.0.
    at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2247)
    at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1457)
    at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:167)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:642)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1284)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:69)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1660)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1621)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1606)
    at org.apache.struts.util.RequestUtils.applicationClass(RequestUtils.java:119)
    at org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:145)
    at org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:282)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:220)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)

  • NoSuchMethodException in Struts using DispatchAction

    Hi,
    I have wriiten a sample code using the DispatchAction Class(Subclass name is UserDispatchAction)
    It has 3 methods funct_save() ,funct_remove(), funct_delete() however whenever i give a call the funct_remove it gets invoked but the rest two doesn't. Can any body help me to sort out this problem. The following is the code for UserDispatchAction Class
    package StrutsApp;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.actions.DispatchAction;
    import org.apache.struts.action.ActionMapping;
    import org.apache.struts.action.ActionForward;
    import java.io.IOException;
    import javax.servlet.ServletException;
    public class UserDispatchAction extends DispatchAction
         public UserDispatchAction(){}
         public ActionForward funct_save(ActionMapping mapping, ActionForm form,HttpServletRequest req,HttpServletRequest res) throws IOException,ServletException
              return mapping.findForward("save");
         public ActionForward funct_remove(ActionMapping mapping,ActionForm form,HttpServletRequest req, HttpServletResponse res ) throws IOException, ServletException
              return mapping.findForward("remove");
         public ActionForward funct_delete(ActionMapping mapping, ActionForm form,HttpServletRequest req,HttpServletRequest res) throws IOException,ServletException
              return mapping.findForward("delete");
    }The following is the struts-config.xml
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
    "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
    <struts-config>
    <form-beans>
         <form-bean name="lookupform" type="StrutsApp.LookUpForm" />
         <form-bean name="tmpForm" type="StrutsApp.tmpForm" />
    </form-beans>
    <global-forwards>
         <forward name="home" path="/home.do" />
    </global-forwards>
    <action-mappings>
         <action path="/Lookup" name="lookupform" type="StrutsApp.LookUpAction">
              <forward name="success" path="/success.jsp" />
              <forward name="failed" path="/index.jsp" />
         </action>     
         <action path="/home" forward="/success.jsp" />
         <action path="/Edit"
              type="StrutsApp.UserDispatchAction"
              input="/index.jsp"
              parameter="trial"
              name="tmpForm"
              scope="request"
              validate="true">
              <forward name="remove" path="/remove.jsp" />
              <forward name="save" path="/save.jsp" />
         </action>     
    </action-mappings>
    </struts-config>The following is the JSP that invokes the ActionServlet
    <%@ page language="Java"%>
    <%@ taglib uri="StrutsTagLib" prefix="Strut" %>
    <html>
         <body>
              <Strut:form method="post" action="/Edit.do">          
                   <Strut:select property="trial" size="3">
                        <Strut:option value="funct_save">Save</Strut:option>
                        <Strut:option value="funct_remove">Remove</Strut:option>
                        <Strut:option value="funct_delete">Delete</Strut:option>
                   </Strut:select>
                   <Strut:submit/><Strut:cancel/>
              </Strut:form>
         </body>
    </html>
    Following is the web.xml
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">
    <web-app>
    <servlet>
         <servlet-name>action</servlet-name>
         <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
         <init-param>
              <param-name>config</param-name>
              <param-value>/WEB-INF/struts-config.xml</param-value>
         </init-param>     
         <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
         <servlet-name>action</servlet-name>
         <url-pattern>*.do</url-pattern>
    </servlet-mapping>
    <taglib>
         <taglib-uri>StrutsTagLib</taglib-uri>
         <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
    </taglib>
    </web-app>
    Regards
    Clefies R Dsouza

    Duplicate post:
    problem on struts using jdeveloper 10.1.2
    user583549,
    I see you got an answer from Shay in the other post.
    Good Luck,
    Avi.

  • Problem if i use ajax in struts

    hi,
    i am working on struts, now i got one problem if i use ajax in jsp.
    In my jsp page i have two dropdown lists, according to the first dropdown value second dropdown result will getting from the database by calling an action class.
    but my requirement is for getting the second dropdown result page should not be refresh for this i am using ajax.
    in ajax how can we call one action class what should we return in actionmapping.
    If any one already written some code for this please send it to me.
    please can anyone help on this its very urgent for me.

    Hi
    First of all you have to write on fnRetrieveURL which will be responsible for getting the connection and XML communication.
                   function fnRetrieveURL(strURL, strFnProcessStateChange)
                        if(window.XMLHttpRequest)
                             varXMLrequest = new XMLHttpRequest();
                             varXMLrequest.onreadystatechange = eval(strFnProcessStateChange);
                             try
                                  varXMLrequest.open("POST",strURL,true);
                             catch(Exception)
                                  alert("Problem in Getting data ");
                             varXMLrequest.send(null);
                        else if(window.ActiveXObject)
                             varXMLrequest = new ActiveXObject("Microsoft.XMLHTTP");
                             if(varXMLrequest)
                                  varXMLrequest.onreadystatechange =eval(strFnProcessStateChange);
                                  varXMLrequest.open("POST",strURL,true);
                                  varXMLrequest.send();
                   }This method will be called in user written method in which request will be submitted to action class.
                   function fnGetAreaForRegion()
                        var iRegion = document.getElementById("region").value;
                        var strURL = "../getAreaForRegion.do"
                        strURL = strURL+"?methodName="+"getAreaForRegion";
                        strURL = strURL+"&controlName="+"area";
                        strURL = strURL+"&iRegion="+iRegion ;
                        fnRetrieveURL(strURL,"fnOnReturnFromRegion");
                   }Then there will be one on Return method i.e the method which will be called when the response will come back to JSP from fnGetAreaforRegion.
                   function fnOnReturnFromRegion()
                        if (varXMLrequest.readyState == 4)
                             if(varXMLrequest.status == 200)
                                  var strSubClassValue = varXMLrequest.responseText;
                                  if(strSubClassValue != '')
                                    var strArray = strSubClassValue.split(",");
                                       var iLength = strArray.length;
                                       var strName = new Array();
                                       var strID = new Array();
                                       var j=0;
                                       for(var i =0 ; i< iLength;i=i+2)
                                            strName[j] = strArray;
                                            j++;
                                       var k=0;
                                       for(var i =1 ; i< iLength;i=i+2)
                                            strID[k] = strArray[i];
                                            k++;
                                       var iNewLength = strID.length;
                                       var optnSelect = document.createElement("OPTION");
                                       optnSelect.text = 'Select';
                                       optnSelect.value = '';
                                       document.getElementById("area").options.add(optnSelect);
                                       for(var i =0 ; i< iNewLength;i++)
                                            var optn = document.createElement("OPTION");
                                            optn.text = strName[i];
                                            optn.value = parseInt(strID[i]);
                                            document.getElementById("area").options.add(optn);
    Rest modification in struts-config, you can do by urself. and also you have to write one action class which will take care of parameters and all business logic.
    Above code you can reuse by bit modification. Action class you have to write by your own.
    let me know if you still face any issues

  • "Serious Problem in Struts" + "Please help me"

    Hi all,
    I m facing one problem in struts. I have A DTO with Attributes(data transfer Object) which contains one Array List. In that Arraylist i have other B DTO with Attributes.
    In my Screen I have fields which are using some of the attributes from A DTo and B Dto
    In the JSP
    I m creating controls like this
    <html:text name="facilityForm" property="dto.installationSite" />
    in the ActionForm I m setting values which are typed in the screen to the dto.
    I have to create one control(textbox) which is using B DTO Attribute..
    How to do that?
    if its the attribute of DTO i can create like this
    "dto.installationSite"
    But A Dto contains ArrayList that contains B Dto objects
    <html:text name="facilityForm" property="dto.ARRAYLIST(B DTO).Attribute" />
    Please help me...

    try this... (not sure though)
    <html:text name="facilityForm" property="dto[0].Attribute" />
    or is it this:
    <html:text name="facilityForm" property="dto(0).Attribute" />
    ... I'm not really sure about this, however. ...Maybe instead, loop thru the outer list and create a field for each object.

  • How to embedded css in Struts using JBuilder 8

    Hi everyone,
    I have a serious problem in my GUI. Currently i am doin a web portal using struts,Enterprise JavaBean(EJB).
    The softwares i am using are Jbuilder 8 and Dreamweaver MX.
    The interface of my portal is coded in html with css involved.The problem is that once i converted my html coding into struts format using JBuilder 8, the css cannot be read in the struts.(For example, my font size,color,border is the what i have defined in css)
    I have try to covert the html coding into 3.0 Browser compatible using dreamweaver MX. Although it is able to display some of the things that is specified in the CSS,
    but some tags are still lost.
    I will like to know if there is any method,steps or tag that i should take note in my coding so that i can embedded my CSS into my struts using JBuilder 8 without affecting my form color,aligments,size type,etc...
    Regards,
    Jong Hann

    Hi bidris2003,
    i have try the 2 different set of coding.The result is still the same. It doesn't read into the css thing. I have create a folder called css in WebPortal folder. The rest of my jsp pages are in WebPortal folder.
    Example:(1) my jsp page contain in side the WebPortal folder.
    C:\Documents and Settings\u\Desktop\GamePortal(with css)\WebPortal
    (2) My css contain in css folder
    C:\Documents and Settings\u\Desktop\GamePortal(with css\WebPortal\css
    Example code 1:
    <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
    <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <html:html locale="true">
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="layout.css" type="text/css">
    <html:base/>
    </head>
    <body bgcolor="#FFFFFF" text="#000000" topmargin="0" leftmargin="0" rightmargin="0">
    <table width="100%" border="0" cellspacing="0" height="49" cellpadding="0">
    <tr>
    <td rowspan="2" width="224" height="49" align="left" background="Images/headerbg2.jpg"><html:img width="224" height="49" src="Images/header.jpg"/></td>
    <td height="27" background="Images/headerbg1.jpg">�</td>
    <td width="250" height="27" background="Images/headerbg1.jpg" styleClass="headertext" valign="bottom">
         <html:link href="lostpassword.jsp" target="main">Lost
    password</html:link> :: <html:link href="signup.jsp" target="main" style="text-decoration:none;">Join</html:link></td>
    <td width="9" height="49" rowspan="2" align="right">
    <div align="right"><html:img width="9" height="49" src="Images/header2.jpg"/></div></td>
    </tr>
    <html:form action="/loginAction">
    <tr>
    <td height="22" background="Images/headerbg2.jpg">�</td>
    <td width="250" height="22" background="Images/headerbg2.jpg" valign="middle">
         <div align="right" styleClass="formtext" style="color:#FFFFFF"> Nick:
    <html:text property="nick" styleClass="input"/>
    Password:
    <html:password property="password" styleClass="input"/>
    <html:submit value="Go" property="Submit" styleClass="submit"/>
         </div>
    </td>
    </tr>
    </html:form>
    </table>
    </body>
    </html:html>
    Example code 2:
    <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
    <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <html:html locale="true">
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <html:base/>
    <LINK rel="stylesheet" type="text/css"
    ref="<html:rewrite page='/css/layout.css'/>">
    </head>
    <body bgcolor="#FFFFFF" text="#000000" topmargin="0" leftmargin="0" rightmargin="0">
    <table width="100%" border="0" cellspacing="0" height="49" cellpadding="0">
    <tr>
    <td rowspan="2" width="224" height="49" align="left" background="Images/headerbg2.jpg"><html:img width="224" height="49" src="Images/header.jpg"/></td>
    <td height="27" background="Images/headerbg1.jpg">�</td>
    <td width="250" height="27" background="Images/headerbg1.jpg" class="headertext" valign="bottom">
         <html:link href="lostpassword.jsp" target="main">Lost
    password</html:link> :: <html:link href="signup.jsp" target="main" style="text-decoration:none;">Join</html:link></td>
    <td width="9" height="49" rowspan="2" align="right">
    <div align="right"><html:img width="9" height="49" src="Images/header2.jpg"/></div></td>
    </tr>
    <html:form action="/loginAction">
    <tr>
    <td height="22" background="Images/headerbg2.jpg">�</td>
    <td width="250" height="22" background="Images/headerbg2.jpg" valign="middle">
         <div align="right" class="formtext" style="color:#FFFFFF"> Nick:
    <html:text property="nick" styleClass="input"/>
    Password:
    <html:password property="password" styleClass="input"/>
    <html:submit value="Go" property="Submit" styleClass="submit"/>
         </div>
    </td>
    </tr>
    </html:form>
    </table>
    </body>
    </html:html>
    CSS code inside the CSS folder:
    font { font-family: Verdana, Arial, Helvetica, san-serif; font-size:9px;}
    body {
                   background-color: #FFFFFF;
                   text-align: left;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:9px; font-weight:normal;
                   padding:0;
                   scrollbar-face-color:#FFFFFF;
                   scrollbar-shadow-color:#AAAAAA;
                   scrollbar-highlight-color:#AAAAAA;
                   scrollbar-3dlight-color:#e5e4e4;
                   scrollbar-track-color:white;
                   scrollbar-arrow-color:#7f7f7f;
    A { text-decoration: none;
         font-family:verdana, arial, helvetica, sans-serif;
         color:#5B5B5B;}
    A:hover { color:#939393;}
    A:active { color:#939393;}
    A:link {color:#5B5B5B;}
    A:vlink {color:#000000;}
    .box {
                   border-right: 1px solid #7F7F7F;
                   border-top: 1px solid #7F7F7F;
                   border-left: 1px solid #7F7F7F;
                   border-bottom: 1px solid #7F7F7F;
                   text-align:left;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-weight:normal;
                   color: #666666;}
    .boxdashed {
                   border-right: 1px dashed #7F7F7F;
                   border-top: 1px dashed #7F7F7F;
                   border-left: 1px dashed #7F7F7F;
                   border-bottom: 1px dashed #7F7F7F;
                   text-align:left;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-weight:normal;
                   color: #666666;}
    .description {
                   text-align:left;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:9px; font-weight:normal;
                   color: #666666;}
    .details {
                   text-align:right;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:11px; font-weight:900; vertical-align:bottom;
                   color: #666666;}
    .formtext {
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:8px; font-weight:900;
    .forum {
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-color:#5B5B5B;
    .forumtext {
                   background-color:#FFFFFF;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:12px;vertical-align:top; padding:0;
                   A { text-decoration: none;
                        font-family:verdana, arial, helvetica, sans-serif;
                        A:hover { color:#939393;}
                        A:active { color:#939393;}
                        A:link {color:#5B5B5B; text-decoration:none;}
                        A:vlink {color:#000000; text-decoration:none;}
    .forumtext2 {
                   background-color:#EEEEEE;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; vertical-align:middle; padding:0;
    .forumheader {
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-weight:900; color:white;
                   height:20px; text-align: center;
    .forumheader2 {
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-weight:normal; color:white;
                   height:20px; text-align: center;
    .headertext {
                   text-align:right;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:9px; font-weight: bold;
                   color: #FF0099;
                   text-decoration: none
    .headertext2 {
                   text-align:left;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-weight: bold;
                   color: #5B5B5B;
                   text-decoration: none
    .input {
                   border: 1px solid #5B5B5B;
                   width: 53px;
                   height: 12px;
                   color: #FF0099;
                   font-family: Verdana, Arial, Helvetica, sans-serif;
                   font-size: 9px;
                   text-align: left; line-height: 11px;
                   padding: 0px;
    .input2 {
                   border: 1px solid #FFFFFF;
                   border-bottom: 1px solid #7F7F7F;
                   border-right: 1px solid #7F7F7F;
                   border-top: 1px solid #7F7F7F;
                   border-left: 1px solid #7F7F7F;
                   width: 270px;
                   height: 18px;
                   background-color: #FFFFFF;
                   color: #7F7F7F;
                   font-family: Verdana, Arial, Helvetica, sans-serif;
                   font-size: 9px;
                   text-align: left;
                   padding: 0px;
                   overflow:auto;
    .submit {
                   border: 1px solid #FFFFFF;
                   border-bottom: 1px solid #7F7F7F;
                   border-right: 1px solid #7F7F7F;
                   border-top: 0px;
                   border-left: 0px;
                   width: 25px;
                   height: 15px;
                   background-color: #FFFFFF;
                   color: #7F7F7F;
                   font-family: Verdana, Arial, Helvetica, sans-serif;
                   font-size: 9px;
                   text-align: center;
                   padding: 0px;
    .updates {
                   text-align:left; border:1px solid #939393;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-weight:normal;
                   color: #666666;
                   padding: 10px;}

  • I am unable to view google ads running alongside and under videos on YouTube. This is only a problem when I use Firefox. If I use another browser, I can see the ads. I do not have adlock as it does not appear in my plug-ins/add ons. Please help..

    I have been using Firefox for about two years. For about a month now I have been unable to view any Google advertisements that run on YouTube pages alongside and under videos. This is important for my business. I would like to stay with Firefox, but this is only a problem when I use Firefox and is not a problem with Internet Explorer or Google Chrome as I checked. I tried uninstalling Firefox and all plugs ins and add ons and then reinstalling it. This did not work. Firefox seems to be blocking the Google codes that enable the ads to run on the pages. I look forward to your help. Thank you.

    CS2 is very old and reached its "end of life" a while back.  So probably won't run on modern operating systems.  If you can still run it, you'll need to uninstall what you have and re-install with the download link below to activate it.
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3
    Nancy O.

  • Hi can anybody help please. I am having terrible problems trying to use my Nikon D7100 to tether. I have downloaded the latest Lightroom updates and also checked my firmware which is also the latest avaiable and still Lightroom wont detect my camera!

    Hi can anybody help please. I am having terrible problems trying to use my Nikon D7100 to tether. I have downloaded the latest Lightroom updates and also checked my firmware which is also the latest avaiable and still Lightroom wont detect my camera!. When I use a friends Canon camera it works every time!

    Hi Keith thanks for your reply I have Lightroom 5.7.1 64 bit and my Nikon's firmware is version 1.02

  • Problem with sendRedirect using relative URL in WebLogic 5.1 with SP7 & 8

    I patched to SP 7 (and also 8), and the request.sendRedirect() with relative
              URL failed. The browser simply displayed "404 - Page not found".
              This problem only happens in a cluster environment attached to a web server.
              SP6 or earlier does not have such problem.
              I noticed that the latest SP always formats the URL and returns it as a full
              absolute URL to the browser. The problem is it uses the Weblogic Server host
              URL where the request is processed (not the Web Server host URL) which is
              not visible to the internet.
              Is it possibly a bug in SP?
              

    I patched to SP 7 (and also 8), and the request.sendRedirect() with relative
              URL failed. The browser simply displayed "404 - Page not found".
              This problem only happens in a cluster environment attached to a web server.
              SP6 or earlier does not have such problem.
              I noticed that the latest SP always formats the URL and returns it as a full
              absolute URL to the browser. The problem is it uses the Weblogic Server host
              URL where the request is processed (not the Web Server host URL) which is
              not visible to the internet.
              Is it possibly a bug in SP?
              

  • When I mirror my late 2012 mac mini to my apple tv. I only see a black screen.  I have no problems if I use my mid 2012 MBPr

    When I try to mirror my late 2012 macmini to my apple tv. I only see a black screen.  I have no problems if I use my mid 2012 MBPr.
    The mac mini is still on mavericks at present any advice welcome please.  (There is no other monitor attached to the macmini would this be an issue?)
    I use share screen to monitor my macmini from my MBPr
    Thank you
    Ken

    I have solve this problem.
    I plug in a usb 3.0 HDMI blackmagic capture device in to the mac mini and connected the HDMI out of the macmini to the HDMI in of the black magic.
    So it thinks it has a primary screen and it now mirror this the apple tv.

  • Display problems in IE, using Netlace Designs approach

    Display problems in IE, using Netlace Designs approach
    Could someone please look at
    www.tudo.co.uk/testing/magnification/
    I am trying to adjust some css code taken from Netlace
    Design's website
    for my purposes. The purpose is to enlarge an image on
    'hover' and to
    enlarge some text on 'hover'.
    What I have done works all right in Mozilla/Seamonkey.
    However, in IE,
    the 'text enlargement' does not work at all
    and when I am enlarging the image there is ***in IE*** a
    large grey
    surplus area at the bottom, which looks like a background
    area which has
    turned out to have too much height. I want to get rid of that
    superfluous grey area.
    How can I make sure it works in BOTH Mozilla and in IE?
    Thanks for your help.
    Adrian

    Hi ijmari,
    I checked out that page and don't see any Spry menubar in it.
    I'm assuming you've reverted back or removed it.
    If you still need/want help, please post the URL to the page
    that uses the menubar and demonstates the problem.
    --== Kin ==--

  • Problem with BAPI_CUSTOMER_CREATEFROMDATA1 using JCo on IDES

    sorry, wrong board - i opened a new post
    Problem with BAPI_CUSTOMER_CREATEFROMDATA1 using JCo on IDES
    Hello everyone,
    we are working on a student project and would like to create customers (debtors) in an SAP IDES system.
    Using the ref-customer to copy from, and some personal-data below, we get the error message
    'Internal error: External no.assignment for reference customer/customer'
    We also tried with BAPI_CUSTOMER_GETINTNUMBER, and ACCOUNTGROUP ZINT (New Internet Customer, others won't work?). But CREATEFROMDATA1 takes no CustomerNo created this way, nor it wants to create one 'internal'?
    Any suggestions? Thanks a lot for your help,
    Greetings,
    Tobias Schmidbauer
              inParams = function.getImportParameterList().getStructure(
                   "PI_COPYREFERENCE");
              inParams.setValue("0000001000", "REF_CUSTMR");
              inParams.setValue("1000", "SALESORG");
              inParams.setValue("10", "DISTR_CHAN");
              inParams.setValue("00", "DIVISION");
              inParams =function.getImportParameterList().getStructure(
                   "PI_PERSONALDATA");
              inParams.setValue("Simpson", "LASTNAME");
              inParams.setValue("Homer", "FIRSTNAME");
              inParams.setValue("Jay","MIDDLENAME");
              inParams.setValue("Springfield", "CITY");
              inParams.setValue("DE", "LANGU_P");
              inParams.setValue("DE", "LANGUP_ISO");
              inParams.setValue("DE", "COUNTRY");
              inParams.setValue("EUR", "CURRENCY");
              inParams.setValue("12345", "POSTL_COD1");
    Message was edited by: Tobias Schmidbauer

    Hello Brian,
    Thanks for your pointer. Actually The customer's reference number i was providing in the PI_COPYREFERENCE structure was a sold-to party customer and it uses external customer number assignment. When i used "New Internet Customer" (that doesnt use external assignment by default) as customer's account group, the customer was created successfully and assigned customer number was returned.
    I want to ask now how could we give a customer number in the BAPI as i am unable to find any such column in any of the tables. (Customer number is an "out" parameter so it can only return the number of created customer). Secondly, how to chnage the external assignment property of a particular account group (like sold-to party). i.e, how could we change the account group configurations through SAP GUI??
    - Umair

  • Problem with Struts!

    hi,
              i've written a servlet ------
              import org.apache.struts.digester.Digester;
              which gives error while compiling as--------
              cannot resolve symbol
              symbol : class Digester
              location: package digester
              import org.apache.struts.digester.Digester;
              after this somebody suggested me to----
              keep commons jar(common-*.jar) files in classpath.
              struts use Apache Commons' also.
              i did this also.....
              but still the same error arrises
              thanx
              ---Amita
              

    "amita" == amita <[email protected]> writes:
                        amita> hi,
              amita> i've written a servlet ------
              amita> import org.apache.struts.digester.Digester;
              amita> which gives error while compiling as--------
              amita> cannot resolve symbol
              amita> symbol : class Digester
              amita> location: package digester
              amita> import org.apache.struts.digester.Digester;
              amita> after this somebody suggested me to----
              amita> keep commons jar(common-*.jar) files in classpath.
              amita> struts use Apache Commons' also.
              amita> i did this also.....
              amita> but still the same error arrises
              There are two issues here. One is making the classes properly available at
              deployment/runtime. The other is making them available at compile time. Your
              call to the "javac" task (I assume you're using Ant) needs to specify the
              commons jar files in its classpath. Don't bother setting the CLASSPATH
              environment variable.
              At deployment, make sure that the "commons" jar files are in your WEB-INF/lib
              directory of your web application.
              ===================================================================
              David M. Karr ; Java/J2EE/XML/Unix/C++
              [email protected] ; SCJP; SCWCD
              

  • TS1292 Hey, im facing a problem while im using the purchesing , its showing me that: contact with apple support itunes???? Please help

    Hey, im facing a problem while im using the purchesing , its showing me that: contact with apple support itunes???? Please help

    Use the link below to contact iTunes support.
    http://www.apple.com/emea/support/itunes/contact.html

Maybe you are looking for

  • Creating text file from table

    Hi all I have a table LFA1 with headers LIFNR, MANDT, NAME1, NAME2, ...., . That table contains data and I need to create text file that collects all headers with all data, where each field is separated by TAB. thanks for your help.

  • Problem with Org Unit Change

    Hello Experts. We have a problem here. There is an employee say : X in position ABC which belongs to Org Unit XYZ. Now, there is a change in the Org Structure. The postion has not changed, the employee belongs to the same position. But the Org Unit h

  • Can you edit an existing nested style in CS5.5?

    In a previous InDesign CS5.5 document, I created a paragraph style containing a nested style. The nested style applied a bold font to the first sentence only, with the rest of the paragraph appearing in a roman version of the same font. I'm creating

  • Help creating a stored procedure

    I have a query that is going to run many, many times per day, potentially hundreds of thousands so I want to make sure it's as quick as possible The purpose is to take a compiled IP number, look it up and relate it back to the country based on data i

  • My Hotmail login details only save in IE, but do not retain when using Firefox as broswer. There seems to be something in FAQ's, but can't resolve

    When using IE, my Hotmail details, always save for next login (using the "keep me logged in" tick box). Using Firefox to open Hotmail, my details are never retained and (using the "keep me logged in" tick box also), I have to put full details in each