JspDynPage debugging

I am not able to debug JspDynPage components. Control never stops at a breakpoint. Debugging DynPage and AbstractPortalComponents was fine. But have problem with only JspDynPage components. Do I need to do any additional setting in the debug configuration??
I am working with Sneak Preview EP6.0 SP4 and Developer Studio 2.0.5
Thanks.

Hi!
If you creates a new Portal Application based on JSPDynPage with the wizard SAP Developer Studio, the wizard adds two properties (in portalapp.xml) to the component that should be deleted.
The properties are:
<property name="ComponentType" value="jspnative"/>
<property name="JSP" value="pagelet/hubba.jsp"/>
If you try to run the JSPDynPage with these properties, the JSPDynPage is <u>never</u> called and you will not be able to debug the component.
Cheers
Asle

Similar Messages

  • JspDynpage debug

    Hi,
    I want to debug a portal application Iview.I have done the following and my application is not stopping in the breakpoints.
    - using config tool i have set the debug mode on and the pot number is 50021.
    - using sap management console ,i have restarted server process
    - set the break point in doInitialization and doProcessBeforeOutput
    - Configure the NWDS debug configuration for Remote java application.Set the host name to localhost and port as 50021.Selected debug mode as "Enterprise portal" from Common tabpage.
    please help me if i missed something.

    Not stopping in your breakpoints can have different reasons. Check the following list:
    1. Does your IDE successfully connect to the engine?
    2. If your source code is not in sync with the deployed one, you can set a "method breakpoint" rather than a "line breakpoint". In this case the engine will stop when this method gets invoked, independent of the concrete implementation line.
    3. I can successfully debug my portal application from Eclipse (not NWDS), so I don't know if setting the debug mode to "Enterprise Portal" is needed at all.
    4. Also a have debugged jspnative components, so I don't see why one should remove these properties in the portalapp.xml as stated in the previous post.
    Regards,
    Dieter

  • JSPDynPage unable to debugging in NWDS?

    Hi, I'm using EP 6 SP9 sneak preview edition to develop and test portal components.  I'm running SAP J2EE engine in debug mode and I have successfully debugged AbstractPortalComponent. 
    I recently created a JSPDynPage component but unable to debug, I don't know why.  When I copied the code from JSPDynPage and created a new AbstractPortalComponent, set some breakpoints debug seems to work but not working for JSPDynPage, any reason?  Am I missing anything here?
    Another question here is can we debug JSP as well?
    FYI: I was able to debug JSPDynPage component when I exported EP5 JSPDynPage component into NWDS, it then created EP6 portal component structure and deployed into EP6.
    Appreciate your help.
    Thanks
    Siva
    Message was edited by: SV

    Thanks Ganesh,
    One of the link you provided had resolved my issue with debugging.  All I did is remove the below two entries from portalapp.xml file
    <property name="ComponentType" value="jspnative"/>
    <property name="JSP" value="pagelet/InitialPage.jsp"/>
    These 2 entries are created by default for JSPDynPage components by the wizard in NWDS SP9.  I don't know if this is same in later releases.
    I can debug now.
    Thanks
    Siva

  • Debugging DynPage/JspDynPage application

    Hi All,
    I'm trying to debug DynPage/JspDynPage.
    I followed this thread: Debuggin of Portal Components
    and this weblog: NetWeaver Portal Debugging
    When I try to debug I see that the application's threads are running but the the browser doesn't open and the application doesn't stop at the breakpoints.
    No error messages are displayed.
    What do I need to config in order to debug portal applications?
    Thanks,
    Omri

    Hi Patrick,
    I tried running the application from portalapp.xml and I got error (see attached pictures).
    http://img69.imageshack.us/img69/9522/debugprespective7hq.jpg
    http://img83.imageshack.us/img83/4231/remotedebug8zt.jpg
    Do I need to add some entries in the portalapp.xml?
    (The debug session is working because I can see the threads are running).
    Thanks,
    Omri

  • How to debug in SAP Netweaver Developers Studio?

    Hi there,
    I am trying to debug and slove my error in SAP NWDS.
    I am building portal application->JSPDynPage
    I am trying to debug the jsp code behind page, it doesn't realli give error message like the java beans does.
    I am quite new to this and do not know how to set the function to test and debug this page can anyone provide any solution ?
    I have have this prob pls refer to this link
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=192104">https://www.sdn.sap.com/irj/sdn/thread?threadID=192104</a>
    Thanks loads
    Quatre

    Hi Quatre ,
    -Select the breakpoints in your Dynpages /beans in ur project
    -To debug u have to change the prespective to debug which u can find in
    window/open prespective /Debug in NWDS
    -Select the Run/Debug or the Debug icon in the toolbar.
    -Fill the project name ,application name in  the in the wizard opnend .
    - Follow the debugging using the next step over F6 ,step return F7 keys .
    These link may be helpful:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/66/547f09281d464b951c9a3a6b06a12d/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a8/def86ab54da5418a3575373934ca00/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d4/31e24044b80b06e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/be/cffcb407c67842b122bd1296dc810f/frameset.htm
    U can always find out the way in the PDK development /how to debug/
    ie in NWDS /HELP /SAP WAS AS Documentation /SAP J2ee Enterprise Java Beans/Java development User Guide /Running and Debugging
    Cheers,
    Swathi Rao
    Do offer pts:-)

  • Another jsp debug question

    I now of the technique to use a script (javac -g $*) as the
              weblogic.jsp.compileCommand context-param name in a web application but
              this does not appear to be working on WL 5.1 sp6 on linux
              The following error message occures when WL attempts to compile a JSP
              Wed Dec 13 19:07:19 GMT+00:00 2000:<E> <WebAppServletContext-consumer>
              Compilation of
              /home/jamie/2020me/workspace/R0.5/src/web/consumer/WEB-INF/_tmp_war/consumer/_login/_consumer_login.java
              failed:
              Warning: UNIXProcess.forkAndExec native error: Exec format error
              java.io.IOException: Compiler failed
              executable.exec([Ljava.lang.String;[javac_debug.cmd, -classpath, <<my
              classpath here>>,  -d,
              /home/jamie/2020me/workspace/R0.5/src/web/consumer/WEB-INF/_tmp_war,
              /home/jamie/2020me/workspace/R0.5/src/web/consumer/WEB-INF/_tmp_war/consumer/_login/_consumer_login.java])
              at java.io.IOException.<init>(IOException.java:49)
              at
              weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:439)
              at
              weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:245)
              at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:300)
              at
              weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
              at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:181)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:118)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:141)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708)
              at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
              at
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
              at
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
              where <<my classpath here>> has been replaced here for clarity and
              javac_debug.cmd is the debug script (javac -g $*)
              The script is definetly in the path since I get a "not found" exception
              if I remove it
              Any insight would be greatly appreciated
              Thanks
              Jamie
              

    Thanks Ganesh,
    One of the link you provided had resolved my issue with debugging.  All I did is remove the below two entries from portalapp.xml file
    <property name="ComponentType" value="jspnative"/>
    <property name="JSP" value="pagelet/InitialPage.jsp"/>
    These 2 entries are created by default for JSPDynPage components by the wizard in NWDS SP9.  I don't know if this is same in later releases.
    I can debug now.
    Thanks
    Siva

  • Error in uploading JSPDynpage

    Hai,
          When I try to upload a JSPDynpage in NWDS it is showing Build of project failed.
          But no errors when i upload Abstract portal component.
          Also please specify how to set classpath for JSPDynPage

    Hai Safeer,
    There might be a error in ur component if u have used or in portalapp.xml file. please check them.or if u send ur code i will look for debugging.
    regards,
    Tamil

  • MYSAPSSO2 - JSPDynPage - (Re)Authentication Issue

    Good Afternoon,
    I have created a JSPDynPage and deployed on an EP7.0 2004s SP14 server.  You can access the JSPDynPage
    by using http://host:port/irj/servlet/prt/portal/prtroot/<jsp_dyn_class>
    When I browse to the location I am challenged for credentials.  I enter a valid Portal user name and password and am granted access.  However if I browse to the http://host:port/irj/portal I have to re-authenticate.   It seems there is double authentication and my question is why?  Usually you can enter the portal at irj/portal and then enter /useradmin etc in the address bar and gain access to the requested portal component.  I have put debug listeners on the JSPDynPage showing a valid MYSAPSSO2 cookie exists and I can retrieve the username, (UMFactory, IAuthenticator) etc.    Do I need to configure a SAP Login Ticket for the Portal to Access itself.  Using the DiagTool  I have traced both authentication methods (entering from /irj/portal and /irj/servlet/prt/portal/prtroot/<jsp_dyn_class>) and they appear identical.
    The reason I am using this is the 'quick links' functionality is not working; I suppose a separate issue and we want to provide a users with a link that will insert them into the requested iView.  Thanks!

    Good Morning,
    Thanks for your response.  You may be right, as a user my domain name is <Associate#>@<DomainController>.<DOMAIN>.COM and the server resides at <portal_hostname>.<DOMAIN>.com.  Could this be causing the issue? You would think not since in both cases the Portal Server is issuing the ticket - when accessing my JSPDynPage and at /irj/portal.  I exchanged keys & followed 701205 to establish SSO between an SRM 5.0 system.  When SSO'ing to the ITS - SRM Logon screen - if I first go to the portal's /irj/portal, logon and then go to the SRM Logon screen I am SSO'ed in.  However, if I go to my JSPDynPage, authenticate and then enter the SRM's logon screen I must enter username and password (essentially the MYSAPSSO2 cookies is not passed?). I then created a 'system' connection in the Portal's System Administration area for the SRM system and under the Support area I can run SAP Transactions in the SRM (ABAP) system, such as sm21 etc. Curious.

  • JSPDynPage not working

    Hello Friends,
       I am trying to create a portal applicaton. I have a JSPDynPage (which calls the initial JSP) and a bean to store the client data. I am facing a strange problem here. when the user hits a button in the Jsp page i am doing some process in the onClick event for the button in the JSPDynpage and setting a flag file so that the controller calls the next JSP. The problem is the same JSP is getting showed up even after hitting the button. Is there anyway to debug this? I even doubt if the JSPDynPage is really getting executed. Coz even if I comment out this.setJspName("initial.jsp") the jsp gets displayed.
    I am just having a single component and my portalapp.xml looks like this:
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="PrivateSharingReference" value="com.sap.portal.htmlb"/>
      </application-config>
      <components>
        <component name="FR100JSPDynPage">
          <component-config>
            <property name="ClassName" value="com.test.fr100.FR100JSPDynPage"/>
          </component-config>
          <component-profile>
                <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>          
          </component-profile>
        </component>
      </components>
      <services/>
    </application>
    Can anyone explain this?
    Regards,
    Nathan.
    Message was edited by: Nathan Algren

    Hello All,
    Thanks for the reply. The problem got solved. There was a bug in the controller program. The JSP part is working fine now. Now I am facing another issue. The bean that i am having in the session is not available in the result jsp.
    The following are the piece of codes that i use for session tracking..
    JSPDynPage: doInitialization()
             IPortalComponentRequest request = (IPortalComponentRequest)this.getRequest();
              IPortalComponentSession session = request.getComponentSession();
             dataBean = new FR100Class();
            session.putValue("clientData",dataBean);
    and I am setting few values for the Bean in the onClick event of JSPDynPage and few by calling an external java class say c1 by passing this bean instance to c1's void method(doesn't return any value).
    Initial JSP:
    <jsp:useBean id="FR100Bean" scope="session" class="com.test.fr100.FR100Class" />
    Result JSP:
    <jsp:useBean id="FR100Bean" scope="session" class="com.test.fr100.FR100Class" />
    Here when i tried to read FR100Bean.getName() it returns null.
    Where have i gone wrong?
    Thanks in advance.
    Nathan.

  • Debugging is not working in R/3 from WebDynpro-ABAP developed webpage input

    Dear Friends,
    We are facing a serious problem for debugging. Expecting valuable input for the same.
    Debugging is not working in R/3 from WebDynpro-ABAP developed webpage input in Production Server.
    The debugging (for WebDynpro-ABAP application) is working in Dev. Server for
    1st ] Within R/3
    Ex. debug for bapi within R/3. i.e. value enter as input in R/3 only.
    2nd ] From webpage to R/3
    Ex. Some input given on the internet web page developed through WebDynpro and external breakpoint set in R/3 it works. It directs to R/3 code through debugging.
    In Prod. Server the 1st case above is working but the 2nd case is not working.
    In Prod. Server the WebDynpro developed applications are running successfully through internet explorer webpage inputs. So running the application is not a problem in prod. Server but debugging of the same is the problem.
    The setting which are done in Prod. server are,
    1] RZ10 in parameters are set for port and host name.
    2.1] In SMICM check for ICM.
    2.2] Host file updated in Windows-System 32.
    3] In SICF following services are active,
    3.1] default_host/sap/bc/webdynpro
    3.2] default_host/sap/public/bc
    3.3] default_host/sap/public/bc/webdynpro/viewdesigner
    3.4] default_host/sap/bc/wdvd
    3.5] default_host/sap/public/icman
    3.6] default_host/sap/bc/gui/sap/its/webgui
    3.7] default_host/sap/public/ping
    3.8] default_host/sap/bc/error
    3.9] default_host/sap/bc/echo
    4] In SE80
    4.1] Internet services-System-are published
    4.2] Internet services-WEBGUI-are published
    4.3] Utilities-Setting-ABAP Editor-Debugging-Username & New Debugger set.
    4.4] Utilities-Setting-ABAP Editor-Editor-Front-End Editor(New) set.
    5] In Su01 for user profiles sap_all & sap_new is assigned and role  SAP_BC_WEBSERVICE_DEBUGGER is assigned.
    6] The support packages are also updated to latest level.
    7] Gone through following links but not getting any clues.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/74d50bd1431b5ae10000000a42189c/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/EN/77/3545415ea6f523e10000000a155106/frameset.htm
    Thanks in Advance.
    Best Regards,
    Abhijit.

    No cross posting
    Read the "Rules of Engagament"
    Regards
    Juan

  • Hiding table columns in a table view in JspDynpage

    hi,
    i have a situation where i need to hide a particular column in a tableview.
    thanks

    Hi,
    What senthil has given is for dynpage not for jspdynpage
    If u r using jspdynpage
    <hbj:tableView
        id="myTableView1" >
    <%myTableView1.setColumnName("columnName",2);%> /2-->col.no/
    <%myTableView1.setColumnInvisible("columnName");%>
    </hbj:tableView >
    u should set column name first using setColumnName
    Regards,
    Tamil K

  • Firefox can't open normally without going through the "this is embarrassing" routine; nor does it close down properly; it also sticks frequently, i.e. screen freezes for a minute or more; should I uninstall and re-install to try and debug?

    Firefox can't open normally without going through the "this is embarrassing" routine; nor does it close down properly; I get the "end program" message and have to say "end now"it also sticks frequently, i.e. screen freezes for a minute or more; should I uninstall and re-install to try and debug?
    - I've used Firefox exclusively for around 2 years.
    - My outlook express has no problems
    - other programs seem unaffected; it seems peculiar to Firefox.
    - my main use is surfing the net, primarily entering competitions on line via specialist competition sites.
    - every day at some stage(s) I have to switch computer off as Firefox has got very slow/sticky/freezes.
    I'm not techy by any means, but I can only thing of un- and re-installing to hopefully start with a clean slate.

    Sounds like something is keeping Firefox from closing properly. See this: <br />
    https://support.mozilla.com/en-US/kb/Firefox+hangs#Hang_at_exit

  • ERROR while debugging a SELECT..ENDSELECT

    Hello All,
    We get an error while we go into the select..endselect loop during debugging. Because of this if we try to do some research on existing program with Select-endselect..it fails in the second pass of this loop.
    This problem was not there earlier, but after we upgraded from 4.6 to 4.7 this problem is bugging us..every day. Does any one have a clue why ?
    Thanks!!
    Regards,
    Vishal

    Hi,
      debugging a SELECT...ENDSELECT statements brings to a LUW commit work if no other work processes are available for debug.
    See OSS notes 675, 2104.
    From OSS note 675 **********************************
    Cause and prerequisites
    Chain of causes:
          1. There is a statement in one of the Select loops, that leads to a database Commit (or Rollback).
          2. A database Commit causes the database to lose the cursor.
          3. The system cannot automatically continue within Select loop after loss of cursor.
    Following statements lead to a database Commit:
        * All statements that cause a change of screen (CALL SCREEN, CALL DIALOG, CALL TRANSACTION, SUBMIT, I/W-Message)
        * BREAK-POINT/ Debugging
          . if no debug process free
          . always after regeneration (in order to release generation lock).
        * WAIT Here a work process is released and a Commit is executed.
        * COMMIT WORK/ROLLBACK WORK
    From OSS note 2104 **********************************
    Solution
    The "COMMITWORK" message appears in the ABAP debugger when programs
    orscreensrequireregeneration,or when not enough free capacity
    is available inthesystem (or else the debugger blocks a system
    process).
    Normallyonly one work process is released for debugging. This
    isgenerally insufficient ina developmentsystem, as processes
    can be blocked for other reasonstoo(background processing,
    CPI-C connections,andso on).
    The number of work processes made available for debugging can
    be configured using the profileparameter
                      rdisp/wpdbug_max_no
    Forexample:
                    rdisp/wpdbug_max_no = 10
    setsthe maximum number of work processes made available for
    debuggingto 10. It may be necessary to generally increase the
    numberofwork processesatthis time (parameter rdisp/wp_no_dia).
    In all other known cases, an error in the application program is
    involved.
    Regards, Manuel

  • DID YOU KNOW?: Debugging with BC4J Tester

    Did you know that in JDeveloper 3.2, you can run the BC4J tester in debug mode to exercise your business components and hit breakpoints at the same time?
    Just do the following:
    [list]
    [*]Expand the navigator node for your Application Module, revealing its XML and Java implementation files.
    [*]Right-mouse on the YourAppModImpl.java file, and select Debug...
    [list]
    By default, it will debug using the "local mode" connection configuration. If you want it to debug using a difference configuration, just change the configuration name that appears as the 2nd argument in the launchTester call in the main() method of the application module implementation file.

    grin Thanks, Steve.
    Does this mean that in JDev 5.0 we're going to see an animated Steven Muench head in a tiny window in the lower corner, occassionally tapping on the glass to offer us hints?

  • Error when starting Weblogic in debug mode

    Hi there
    Has anyone experienced any difficulties when starting weblogic in debug mode.
    More specifically, it cannot start correctly because it thinks that another instance
    is using the same port (definately not the case).
    Any clues/suggestions are greatly appreciated.
    Error log follows:
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Emergency> <WebLogicServer> <Unable to create
    a server socket for port: 8320. java.net.BindException: Address already in use
    Perhaps another process is using port 8320.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Notice> <WebLogicServer> <SSLListenThread
    listening on port 8321>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Emergency> <WebLogicServer> <The WebLogic
    Server is no longer listening for connections. You should probably restart it.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Alert> <WebLogicServer> <Server shutdown
    has been requested by system>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Alert> <WebLogicServer> <The shutdown sequence
    has been initiated.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Info> <WebLogicServer> <Server shutdown is
    commencing NOW and is irreversible.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Error> <Performance Pack> <Unable to load
    performance pack, using Java I/O.
    java.lang.ThreadDeath
    at java.lang.Thread.stop(Thread.java:581)
    at weblogic.t3.srvr.T3Srvr.die(T3Srvr.java:764)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:507)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)

    Thanks for the suggestion.
    Unfortunatley the port is definately free/available during startup.
    Stephane Kergozien <[email protected]> wrote:
    Maark,
    Before starting your server, please could you check that the port is
    not used by one
    other process. You can use the netstat command to do this.
    Regards
    Stephane
    Mark wrote:
    Hi there
    Has anyone experienced any difficulties when starting weblogic in debugmode.
    More specifically, it cannot start correctly because it thinks thatanother instance
    is using the same port (definately not the case).
    Any clues/suggestions are greatly appreciated.
    Error log follows:
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Emergency> <WebLogicServer> <Unableto create
    a server socket for port: 8320. java.net.BindException: Address alreadyin use
    Perhaps another process is using port 8320.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Notice> <WebLogicServer> <SSLListenThread
    listening on port 8321>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Emergency> <WebLogicServer> <TheWebLogic
    Server is no longer listening for connections. You should probablyrestart it.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Alert> <WebLogicServer> <Servershutdown
    has been requested by system>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Alert> <WebLogicServer> <The shutdownsequence
    has been initiated.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Info> <WebLogicServer> <Servershutdown is
    commencing NOW and is irreversible.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Error> <Performance Pack> <Unableto load
    performance pack, using Java I/O.
    java.lang.ThreadDeath
    at java.lang.Thread.stop(Thread.java:581)
    at weblogic.t3.srvr.T3Srvr.die(T3Srvr.java:764)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:507)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)--
    Regards,
    Stephane Kergozien
    BEA Support

Maybe you are looking for

  • Create a flat file with multiple characters for enclosures

    Hello, we use OWB 11g2 (11.2.02). Now we try to create a flat file with multiple characters for enclosures. The manual wrote: "Enclosures (Left and Right): Some delimited files contain enclosures that denote text strings within a field. If the file c

  • Someone unknown used my Apple ID, can I get that device off of my account?

    I first received an email saying someone reset my Apple ID password. I then received an email saying that someone signed into iCloud on an  iPhone 3Gs. I did not reset my password and I do not own a 3Gs. I immediately changed my password and  securit

  • Transfer of credit through J2i8

    hi, I have transfer the next year credit to current year credit account through j2i8, but some of the entry has not been transfer to the current credit account. Please advice how to transfer the balance amount. since if once again I am running the j2

  • New Version for DROID RAZR

    Maybe it's me, but this new upload...pathetic.  I no longer can click and see "notifications", so that I can see if I have a missed text, or a missed call, or a tweet.  Now there are a load of teeny tiny icons on the top of my phone, and I have no cl

  • In Application Designer...

    Hi friends: In that table of the database are stored components created in the application designer, Thank....