Regarding the Issue In JSF

Hi All,
I am getting the follwing exception when i am running the My faces application .
2006-07-10 11:51:25,233 FATAL [org.apache.myfaces.util.StateUtils] Cannot encode Object with Base64
java.io.NotSerializableException: org.apache.log4j.Logger
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
     at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
     at java.util.ArrayList.writeObject(ArrayList.java:570)
     at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890)
     at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1333)
     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
     at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
     at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
     at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069)
     at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069)
     at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
     at java.util.ArrayList.writeObject(ArrayList.java:570)
     at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890)
     at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1333)
     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
     at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069)
     at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
     at java.util.ArrayList.writeObject(ArrayList.java:570)
     at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890)
     at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1333)
     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
     at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069)
     at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
     at java.util.HashMap.writeObject(HashMap.java:985)
     at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890)
     at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1333)
     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
     at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069)
     at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
     at java.util.ArrayList.writeObject(ArrayList.java:570)
     at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890)
     at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1333)
     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
     at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069)
     at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
     at org.apache.myfaces.util.StateUtils.encode64(StateUtils.java:33)
     at org.apache.myfaces.renderkit.html.HtmlResponseStateManager.writeState(HtmlResponseStateManager.java:104)
     at org.apache.myfaces.application.jsp.JspStateManagerImpl.writeState(JspStateManagerImpl.java:268)
     at org.apache.myfaces.taglib.core.ViewTag.doAfterBody(ViewTag.java:160)
     at org.apache.jsp.prototype.master_005fdata_jsp._jspx_meth_f_view_0(org.apache.jsp.prototype.master_005fdata_jsp:187)
     at org.apache.jsp.prototype.master_005fdata_jsp._jspService(org.apache.jsp.prototype.master_005fdata_jsp:143)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
     at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
     at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
     at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
     at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:92)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
     at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
     at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
     at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
     at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
     at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
     at java.lang.Thread.run(Thread.java:595)
2006-07-10 11:51:25,264 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[datax].[jsp]] Servlet.service() for servlet jsp threw exception
Please suggest me how to resolve the Issue.
Regards
Satish

The problem is just what it says -- some part of you session state is not serializable. Looks like you've probably got a "log4j" logger as one of your fields in a managed bean or component. Make the logger either "static" or "transient" so there is no attempt to serialize it.

Similar Messages

  • Regards the issue on the db13 error is like SXPG_COMMAND_EXECUTE failed

    dear all,
    we are using
    os: windows 2003
    databse :oracle  10.2.0.4
    sap version: ecc 6.0
    & on the production system is on the cluster environment
    the issue is when ever i am firing any thing from the db13 it is throwing an error like
    SXPG_COMMAND_EXECUTE failed for BRBACKUP - Reason: program_start_error: For More Information, See SYS
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000013, user ID BASIs)
    Execute logical command BRBACKUP On host xxx
    Parameters:-u / -jid TAPIN20100403132120 -i force -c force -n 1 -v SCRATCH
    SXPG_STEP_XPG_START: is_local_host: rc = 403
    SXPG_STEP_XPG_START: host = xxx
    SXPG_STEP_XPG_START: is_local_r3_host: rc = 802
    SXPG_STEP_XPG_START: RFC_TCPIP_CONNECTION_OPEN: rc = 1003
    SXPG_STEP_COMMAND_START: SXPG_STEP_XPG_START returned: 1.003
    SXPG_COMMAND_EXECUTE(LONG)
    <timestamp> = 20100403132151
    COMMANDNAME = BRBACKUP
    ADDITIONAL_PARAMETERS =
    -u / -jid TAPIN20100403132120 -i force -c force -n
    1 -v SCRATCH
    LONG_PARAMS
    OPERATINGSYSTEM = ANYOS
    TARGETSYSTEM = xxx
    DESTINATION
    SY-SUBRC = 1003
    SXPG_COMMAND_EXECUTE failed for BRBACKUP - Reason: program_start_error: For More Information, See SYS
    Job cancelled after system exception ERROR_MESSAGE
    it had became very critical
    go live is very near for us
    so, kindly help me soon......................
    thanks in advance
    praveen kumar

    Hi,
    You have to install a  standalone gateway
    follow Note 657999 - Installing a Standalone Gateway in an MSCS Environment
    -Joel

  • Regarding the issue with mater-detail table rows

    Hi,
    I am using Jdeveloper 11.1.2.1.0
    I have a master - detail relationship based read-only tables in a page.
    When i execute the master view using the bind variables , I also use a stored procedure to generate additional values to detail view rows using the master row values,
    the selection in master table is at index zero for which the detail table row is not appearing. Once user select the next row for which detail row appears, then clicks the first master row , then only the first row's respective detail row appears.
    I have tried using triggers and also tried to queue the selection event using row key values after master view execution and procedure call.
    Give an idea to solve this issue.
    - Ramey

    Hi,
            Then what can be the solution if it is the refresh timing ?
    I tried to execute detail view with same bind variable as in view link along with view link execution,
    assuming that master's first row is not set as current row to get the detail row based on the default first row selection in master view can trigger detail view .
    Kindly suggest a possible solution.
    -Ramey

  • Dear Creative (Regarding the whole player detection issue)

    Yeah... so have you guys made a patch that fixes this whole connection/player detection problem? I'm still furious, and waiting for a solution so I can do anything with my player. Seriously, make a patch. Love,
    Sean

    Yeah you've got it - almost every Zen owner who tried updating their firmware has been trudging through this problem (mine was also with a Zen Touch, 40 gig). There are a million and two threads regarding the issue, so I suggest you check them out and see if you can get anything done. So far, none of the processes have worked for me. But check them out and see what you can do. I guess the main purpouse of the thread is to hopefully convine Creative to put in a little extra effort and release a patch!

  • Payroll issue regarding the Claims - /561 and /563

    Hi Payroll Experts,
    I have a payroll issue regarding the Claims - /561 and /563 (October PY Run)
    When i m runnning the Current month Payroll(October PY Run), Total Earning - total deductions are not matching with Net Pay. later i came to know that the system creates the WT /561 and deducts from the Net Pay.
    But as per the Employee Payment Details , there is no recovery required from the employee for the past one year. But even then the system creates the WT /561. and deducts the same from NET Pay.
    The followng are the WT details
    IN - Period
    OCT 2011
         /101 Total gross amount     118,897.00
         /110 Net payments/deductions     76,070.00-
         /550 Statutory net pay     95343
         /551 Stat.net recalc.diff.     37,692.00-
         /552 Stat.net subs.adjustment      37,692.00-
         /559 Bank transfer                                                   34,317.00
         /560 Net pay     37,218.00
         /563 Claim from previous month     5,609.00
    FOR Period
    Sept- Oct
         /101 Total gross amount     49,213.00
         /110 Net payments/deductions      31,721.00-
         /550 Statutory net pay     41,529.00
         /551 Stat.net recalc.diff.     14,591.00
         /552 Stat.net subs.adjustment     23,101.00-
         /553 Recalc.diff.to last payr.     37,692.00
         /559 Bank transfer                                                   14,591.00
         /560 Net pay     14,591.00
         /561 Claim     5,609.00
    I request  some body to  throw siome light on the same.

    Hi Experts,
    Thanks for everyone for replying to my query ,
    I have a doubt that If you check the WTs /551 and /552  in the IN PRD, the negative sign is coming for both the WTs
    Is it correct?
    And also, Assume that there may be a master data changes like Bank details and other deduction Wts happened in the month of Aug and now i m going to run the payroll for the month of Nov,
    some of the employees having differences in the Net Pay, Eventhough the employee is having sufficient balances.
    So how do i handle this issue
    IS ther any way to solve this differences?
    Please Let me know how to solve this issue.
    Thanks

  • REgarding licensing issues involvng 'Computername' and the use of UpperCase4 vs Lowercase Letters

    Does any one know if it would cause problems for the Office 365 software license to be displayed as licensed to an ALL CAPS name like 'MY-FAVORITE-PC' but the computer itself shows the computer name to be 'my-favorite-pc"?
    If it does, which one should I change?  A couple of people here have had this same problem (which usually occurs when they change to using a different PC for their account) I have to Deactivate their Old PC namer and then install the licnse to
    their New OC using whatever name it has.
    On more than one system, this has resulted in various odd "failure to contact Microsoft server" issues when activating.  The problem continues for 7 days and then their copy of Office starts showing reed warning bards and eventually gets totally
    unusable.
    However, if I uninstall the office, deactivate the license, and reinstall it once again, it install just fine and acts ok but invariably at some point, the same thing occurs.
    On one of them I noticed the difference in the case of the letters used in the computer name and the license name.  On others I am wondering about various software add ins for Outlook or some other 3rd part application causing the problem.  Whatever
    it is, it gets extremely annoying.  Officer 365 apparently must run an activation sequence almost constantly while Office 2010 (and I presume 2013) ran it once and were done with it.
    Searching Google I have found too many  possible reasons along with a lot of people who have had the same problems but no one seems to have the 100% solution.   This has only started happening since we switched to Office 365 and only
    seems to occur on systems that are changed out to different ones with the same User's 365 Account which is in good standing  and has 5 available licenses of which only one is in use.
    In the case of the caps vs lowercase I also wonder if changing the name to CAPS on their PC would create additional problems on its own?

    Hi Questorfla,
    For the Office 365 software license issue, I recommend you can post in dedicated Office 365 Forum to get a better response:
    http://community.office365.com/en-us/f/148.aspx
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang

  • HT4623 My computer is not taking the new update from itunes. It states that i do not have the requirements to finish the Install and that it was Installed incorrectly. I have never had any issue with any previous update regarding iTunes. What is the issue

    My computer is not taking the new update from itunes. It states that i do not have the requirements to finish the Install and that it was Installed incorrectly. I have never had any issue with any previous update regarding iTunes. What is the issue?

    Hi there Double2D,
    You may find the troubleshooting steps in the article below helpful.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    -Griff W. 

  • Issue regarding the Finder

    I went to the Disk Utility and performed a "verify disk permissions", after which I ran the repair disk permissions. After that it said something was modified and it would not be repaired.
    I've been having some odd issues lately, namely, System Preferences and Adobe Acrobat Reader hanging on me. Then it prevents me from shutting down properly.
    Does anybody know what is happening and how I might resolve the issue below?
    01/12/08 8:51:23 PM Disk Utility[166] Warning: SUID file "System/Library/CoreServices/Finder.app/Contents/Resources/OwnerGroupTool" has been modified and will not be repaired.
    01/12/08 8:51:31 PM Disk Utility[166] Group differs on "private/etc/cups", should be 0, group is 26.
    01/12/08 8:51:31 PM Disk Utility[166] Permissions differ on "private/var/spool/cups/cache/rss", should be drwxr-xr-x , they are drwxrwxr-x .

    mjrblood wrote:
    I went to the Disk Utility and performed a "verify disk permissions", after which I ran the repair disk permissions. After that it said something was modified and it would not be repaired.
    I've been having some odd issues lately, namely, System Preferences and Adobe Acrobat Reader hanging on me. Then it prevents me from shutting down properly.
    Does anybody know what is happening and how I might resolve the issue below?
    01/12/08 8:51:23 PM Disk Utility[166] Warning: SUID file "System/Library/CoreServices/Finder.app/Contents/Resources/OwnerGroupTool" has been modified and will not be repaired.
    01/12/08 8:51:31 PM Disk Utility[166] Group differs on "private/etc/cups", should be 0, group is 26.
    01/12/08 8:51:31 PM Disk Utility[166] Permissions differ on "private/var/spool/cups/cache/rss", should be drwxr-xr-x , they are drwxrwxr-x .
    First "verify" is a total waste of time - - either do nothing or repair, but never verify. Verify is pointless.
    Those messages are to be ignored and have nothing to do with your shutdown issue.
    A quick search of these boards will reveal dozens of threads about the SUID and cups things.
    Ignore them. As they say, they are "warnings" not errors and have been around since an early Leopard update.
    Look in your console logs for the real issues regarding Acrobat and System Preferences hanging up.
    Check your login items.
    Create a new user account and see if the hangs occur with the new account.

  • My station is listed on Itunes Radio stations, but there's a problem with the connection. Does any body help us regarding this issue? The station name is KRAL FM under the Top 40 / Pop category

    My station is listed on Itunes Radio stations, but there's a problem with the connection. Does any body help us regarding this issue? The station name is KRAL FM under the Top 40 / Pop category

    My station is listed on Itunes Radio stations, but there's a problem with the connection. Does any body help us regarding this issue? The station name is KRAL FM under the Top 40 / Pop category

  • Regarding this issue in the configuration on smsy in the solution manager

    hai all,
    i am havig an issue when trying to configure the smsy in the solution manager
    the issue is
    Invalid user s0001234567 when calling SAP Backend system
    all the rfcs related to the oss is fine
    i had maintained the user in the aisuser tcode correctly
    and then i router is finly working
    software component : st is 400 kernel and level is18
    hope all the experts of solution manger help me
    thanks & regards
    praveen kumar

    Invalid user s0001234567 when calling SAP Backend system
    Is it a valid S-USER?
    Use valid S-USER and update the user details in AIUSER.
    Regards,
    Nick Loy

  • How can I stop receiving email automatically from the community when they have issues with there problems regarding the apple products.

    How can I stop receiving email automatically from the community when they have issues with there problems regarding the apple products.

    Click here for the instructions on stopping the emails.
    (85713)

  • My iphone plus is bending, what does Apple offer regarding this issue?   I am trying to get to contact with Apple Customer Care, but not clear to me how to do it beside this channel of communication. I bought the phone from kosovar carrier which is u

    My iphone plus is bending, what does Apple offer regarding this issue?
    I am trying to get to contact with Apple Customer Care, but not clear to me how to do it beside this channel of communication. I bought the phone from kosovar carrier which is under Slovenian ownership. This means that the original warranty comes from Slovenia, bit complicated but still I would like to get an urgent answer how to proceed with this issue, thanks

    Maybe i should have only asked if anyone is aware on apple's policy
    regarding bending. I took the point that this seems not a proper forum to
    pose Q's to apple thanks to both
    On Wednesday, November 5, 2014, Apple Support Communities Updates <

  • Hello, I just wanted to know when an update would be available for my mac mini server os x lion to resolve the issues regarding my m-audio fastrack pro usb audio interface (no midi messages recognized)

    Hello, I just wanted to know when an update would be available for my mac mini server os x lion to resolve the issues regarding my m-audio fastrack pro usb audio interface (no midi messages recognized)

    Have you reported your problems to Apple?
    BugReporter
    <http://bugreporter.apple.com>
    Free ADC (Apple Developer Connection) account needed for BugReporter.
    Anyone can get a free account at:
    <http://developer.apple.com/programs/register/>
    And/Or
    Mac OS X Feedback<http://www.apple.com/feedback/macosx.html>

  • I just want to know if you could help me regarding my issue purchase Adobe Photoshop at Aps store unable to proceed the order due to forgot the answer for the 2 questions.

    I just want to know if you could help me regarding my issue purchase Adobe Photoshop at Aps store unable to proceed the order due to forgot the answer for the 2 questions.
    I dont know how to check my particulars during filling up my registration in apple store support.
    Hope u could give us advice. Thanks...
    CandidoSG
    <Edited by Host>

    Apple ID security issues -
    Call Apple Care and ask for the Account Security Team. They can assist you with your issue.
    http://support.apple.com/kb/HT5699

  • Regarding the Cheque printing in SAP Script. Issue with Layout Change.

    I have to modify the layout of a predeveloped script.
    The issue with the existing one is that, the Labels (on the window, that is printed) and the data (corresponding to it) are not on the same line.
    To be more clear, I have like this on the cheque,
    Payee : _______________________
    Amount : ____________________
    The Data corresponding to the Pay & Amount is not in the respective line (as I shown above).
    How can I get that both on the same line.?
    Shall I need to modify the layout or what else to do ?
    Pls. guide me.
    Your guidance is appreciable.
    Edited by: ravikanth seal on Mar 9, 2011 5:09 AM
    Edited by: ravikanth seal on Mar 9, 2011 5:10 AM

    Hi niraj gadre ..
    Ur idea may not workout fir me.
    My idea is :
    Can I use any formating options in the corresponding window's text elements..
    Pressing F9 on the windiw (in the Windows list) displays the Text Elements (Goto Edit-> Text Elemets on the Window chosen) in the Windows list.
    Here can we do any formating options, so as to change the layout alignment of window's Text Elements ??
    Guide me please.
    Your guidance is Appreciable
    Thanks.
    Edited by: ravikanth seal on Mar 9, 2011 7:55 AM

Maybe you are looking for

  • Macbook pro nvidia 9600 video out limited on levels of black

    I have compared the picture quality of my 2008 macbook pro (nvidia 9600gt) with my windows desktop (nvidia 8600GT) using the same monitor (Cinema HD 30"), notebook being connected via mini display port to dual-link DVI adapter, desktop via standard D

  • Rotated image at 120% zoom

    Hi Framers, I use Frame 7.1p116 and have some small graphics of arrows in my text. These are imported by reference, Anchored Frame, At Insertion Point. When I display at 100% ot 140% (or other values) the display is just fine. But at 120% one of the

  • Re: Skype To-Go Rates

    I live in the USA, and 99% of my calls are from upstate NY to New York City - I cant find what the rates are for these calls.  What is the rate for individual call within USA. I have  subscription, and I buy credit on-line.

  • How to open a registered program.

    i registered photoshop extended and it is now showing up in my programs. but i do not know how to open it up on my computer, i am currently on windows.

  • OSB 10gR3 MQ transport - How to loadbalance with MQ cluster?

    Hi, I'm using MQ transport to put and get messages from OSB 10.3.1. I would like to know how a Proxy/Business Service can be configured to make use of an MQ cluster (or an MQ Queue Manager cluster to be specific)? Thanks in advance Vikas