Hi there, can someone tell me how to read this

Hello All, Thank you for taking the time to read this.
The application works very well and for some reason fails to load a specific jsp
I'm very new to JSP's and have got this log that i can't read
Can anyone help me dicifer this any help or advice would be appreciated.
2005-02-04 11:52:49 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:193)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666)
     at java.lang.Thread.run(Thread.java:534)
----- Root Cause -----
javax.servlet.ServletException
     at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
     at org.apache.jsp.solution_form_jsp._jspService(solution_form_jsp.java:795)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:193)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666)
     at java.lang.Thread.run(Thread.java:534)
2005-02-04 12:20:10 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:193)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666)
     at java.lang.Thread.run(Thread.java:534)
----- Root Cause -----
javax.servlet.ServletException
     at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
     at org.apache.jsp.solution_list_jsp._jspService(solution_list_jsp.java:678)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:193)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666)
     at java.lang.Thread.run(Thread.java:534)

Find where you servlet engine puts the translation units for the JSP. A translation unit is when the servlet engine converts the JSP into servlet code and creates a java source file. In tomcat it is under the work directory.
Locate the solution_form_jsp.java which is the servlet code for your solution_form.jsp. Then locate lines 795 and 678. These are the lines thowing the errors. With some effort you can determine how these lines match up with what is in the JSP and figure out what JSP lines are the problem.

Similar Messages

  • Can someone tell me how to fix this error in 10.4.11 on a G5 Quad Core 2.5GHz Tower...A valid video device could not be found for playback. [-70017]

    Can someone tell me how to fix this error in 10.4.11 on a G5 Quad Core 2.5GHz Tower...A valid video device could not be found for playback. [-70017]

    That's an error reported from DVD Player I believe...
    kDVDErrorMissingGraphicsDevice = -70017, // A valid graphics device is not available.
    There's some conjecture it has to do with HDCP, or Video Card problems, but the only 2 cures/fixes I found were Software related, one was cured by updating the OS, another by replacing the Video kexts.
    I think this error also shows up if trying to use DVD player in Safe Mode, (too much research isn't good! ).
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware>Graphics/Displays and report like this...
    NVIDIA GeForce 7800GT:
      Chipset Model:          GeForce 7800GT
      Type:          Display
      Bus:          PCI
      Slot:          SLOT-1
      VRAM (Total):          256 MB
      Vendor:          nVIDIA (0x10de)
      Device ID:          0x0092
      Revision ID:          0x00a1
      ROM Revision:          2152.2
      Displays:
    VGA Display:
      Resolution:          1920 x 1080 @ 60 Hz
      Depth:          32-bit Color
      Core Image:          Supported
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Quartz Extreme:          Supported
    Display:
      Status:          No display connected
    Can't think of much to try at the moment, but perhaps reapplying the big 10.4.11 combo, Repair Permissions, & reboot would help, not sure.
    The combo update for PowerPC-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateppc.html

  • Can music from the ipod classis be uploaded to icloud? If so, can someone tell me how to accomplish this task?

    Can music from the ipod classis be uploaded to icloud? If so, can someone tell me how to accomplish this task?

    Hi Crystal,
    So I cancelled the first & only order I will ever make thru this company & want my account deleted.
    I can't get thru to anyone by phone or chat. Is there no other way to accomplish this?
    Sorry for this hassle. No, you need to contact them. What is the problem you are facing in contacting them?
    What happens if I sign out & just never sign back in?
    You might still get charged. Let me know if you still can't get through.
    Thanks,
    Kevin

  • I have two apple ids and want to merge them.  can someone tell me how to do this

    I have two apple ids and want to merge them.  Can someone tell me how to do this.  What I am trying to do is sync my apps from my computer to my ipad, but can't seem to be able to access one of my apple ids.
    Thank You

    App Store: Downloading Older Versions of Apps
    http://tinyurl.com/meqxplg
    App Store: Install the latest compatible version of an app
    http://support.apple.com/kb/ht5919
    Apple’s iOS App Store now offers ‘last compatible’ versions of apps for older devices
    http://appleinsider.com/articles/13/09/17/apples-ios-app-store-now-offers-last-c ompatible-versions-of-apps-for-older-devices
     Cheers, Tom

  • I'm trying to change my ICloud e-mail to match the one associated with the Apple ID? Can someone tell me how to do this? Seems like the phone won't accept the new one, the message states "you already have acct associated....."  (a given!!)  I need help !!

    I'm trying to change my ICloud e-mail to match the one associated with the Apple ID? Can someone tell me how to do this? Seems like the phone won't accept the new one, the message states "you already have acct associated....."  (a given!!)  I need help !!

    You made a purchase and exhausted the credit on your card before it processed. All purchases are final. Contact iTunes Store support. You need to settle up before you can purchase or download anything else.

  • My new iPhone4S could not start after the Apple mark disappear, the running screen stand still over 30mn. Can someone tell me how to solve this problem.

    My new iPhone4S could not start after the Apple mark disappear, the running screen stand still over 30mn. Can someone tell me how to solve this problem.
    I tried to connect to iTune hoped to restore the system but iTunes did not reconige it.

    here is link to the apple product feedback website:
    http://www.apple.com/feedback/

  • Contact from my phone book just disappeared.dont know how ..and it happen second time in 1 month time. Apple customer service in India is crap... Sorry to say but 700 contacts got disappeared.can someone tell me how to get this contacts back on my phone.p

    contact from my phone book just disappeared.dont know how ..and it happen second time in 1 month time. Apple customer service in India is crap... Sorry to say but 700 contacts got disappeared.can someone tell me how to get this contacts back on my phone.plz

    the same problem happened to me also, i felt that while playing hay day, if some calls came in between and if i answered the call, the setting of all the icloud items turns off. (i have backup of all the items on icloud), after deleting the account and making settings of mail, contact, calander etc on on mode and after rebooting the phone, it again download from icloud server. but it is just a headache. do not know how to handle this.

  • My MAC did a software update tonight and now my mail wont load, it is teeling me I need to update my mail software, can someone tell me how to do this please?e

    My mac updated softwar tonight and now I have no mal, can someone tell me how to udate my mail sofware please ?

    I assume you're talking about Security Update 2012-004 for Snow Leopard? Have you by any changed moved your Mail application out of the Applications folder? This will cause updates to fail to work - Apple's included applications should always be left where Apple installed them.
    If this is the case, move it back, then downlad the update from Security Update 2012-004 (Snow Leopard) and run it again.

  • Ive lost my apple ID for my ipod, now i have an iphone and i want to use the same apple ID for both can someone tell me how to do this

    I have lost my apple ID for my ipod, now ive got a new iphone and i want to use the same ID for both, can anyone one tell me how to do this? ( i no my ID for the iphone)

    Just use the same ID.
    These may alos help:
    How to use multiple iPods, iPads, or iPhones with one computer
    What is the best way to manage multiple...: Apple Support Communities

  • I accidently deleted a voice mail message.  Is there any way to retrieve it?  I was told I had to talk with technical support to reset the password to my voice mail. Can someone tell me how to do this?  When I call, I can't understand the other person

    I accidently deleted a voice mail message.  Is there any way to retrieve it?  I was told I had to reset my password since I entered the wrong one three times.

    Depends on your carrier.  You'll have to contact your carrier for how to do this.  (This is for AT&T: http://www.att.com/esupport/article.jsp?sid=52649#fbid=WLddP4KyTAu.)

  • Can Someone Tell Me How to Do This Text Effect?

    Ok so this video has this text effect that I spent 2 days looking on how to do it! http://www.youtube.com/watch?v=LATGUNnlUr8
    The text effect starts at 0:47-0:49
    I tried looking for plugins and etc but I just can't find any that do this or something similar to it! It would mean a lot if you could tell me how to do it ^^

    The text itself simply appears character by character.  The "Typewriter" animation preset will do the job.  Additionally, there's a spray of particles accompanying the text.  You could generate these with the CC Particl World plugin.  You'll need to match the floor of the effect to the floor of your shot/background.  Animate the location of the particle generator to match the locatio of the appearing text.  Finally, apply some Glow.

  • Just bought an ipad air and I have an ipad 2.  I would like to use both with the same computer.  Can someone tell me how to do this.  Do I have to set up a separate user.

    I just ordered an ipad air and I have an ipad 2. Can someone help me so I can use both ipads from the same computer.  The new one is for my husband and I am going to take the ipad 2.  Do I have to do something different since they will be using the same computer.  Any help you can give me would be appreciated.  Thanks in advance for your help.

    It's no problem. I hope this explanation simplifies the information in the Link Demo gave you. It's how I think most people do it...
    To avoid having to pay again for apps you have already purchased, use the same Apple ID (likely the current one) on both devices. You can adjust this in:
    Settings > iTunes & App Store.
    So that you can communicate with each other, use separate Apple IDs for iCloud, Messages, and FaceTime. Adjust those in:
    Settings > iCloud
    Settings > Messages
    Settings > FaceTime

  • HT4623 Help! After doing the IOS 7.1.1 update my iPad 4 just shows a iTunes icon and a cable with an arrow. It won't turn on. Can someone tell me how to fix this?

    After doing the IOS 7.1.1 update on my iPad 4 the screen just shows the iTunes icon and a cable with an arrow. I can't get the device to open. Can someone help me with this issue? Thanks!!

    Yes. The phone will be back to default settings.
    Once the phone is up and running you can try and restore your backup again.
    http://support.apple.com/kb/ht1414

  • Can someone tell me how to achieve this effect?

    I know FlexStore :
    http://examples.adobe.com/flex2/inproduct/sdk/flexstore/flexstore.html
    has a cool effect when you browse > Product Details. by
    clicking one product.
    1) Click the Product button.... to see Browse product panel
    2) Click one of cellphone to see Product Detail panel
    Note : Transition that occurs between.....
    Does anyone know how to do this? name of the effect? or
    Transition? any info i can start looking into?
    Thansk,

    It looks like it's a Move effect according to the source code
    below. Hope this helps!
    John
    <?xml version="1.0" encoding="utf-8"?>
    <!--
    // Copyright (C) 2003-2006 Adobe Macromedia Software LLC and
    its licensors.
    // All Rights Reserved.
    // The following is Sample Code and is subject to all
    restrictions on such code
    // as contained in the End User License Agreement
    accompanying this product.
    // If you have received this file from a source other than
    Adobe,
    // then your use, modification, or distribution of it
    requires
    // the prior written permission of Adobe.
    -->
    <!-- width and height hard-coded in the root tag to better
    support the
    Design view in FlexBuilder since we know the width and
    height from the
    settings in flexstore.mxml -->
    <mx:Canvas xmlns:mx="
    http://www.adobe.com/2006/mxml"
    xmlns:productsView="productsView.*"
    width="990" height="550"
    currentState="showFilter">
    <mx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    import samples.flexstore.Product;
    private var _catalog:ArrayCollection;
    [Bindable]
    public function get catalog():ArrayCollection
    return _catalog;
    public function set catalog(c:ArrayCollection):void
    _catalog = c;
    if (filterPanel != null)
    filterPanel.filter.count = c.length;
    public function addToCompare(product:Product):void
    //setting the state before adding the product avoids
    jumpiness in the transition, not sure why
    currentState = &apos;showFilter&apos;;
    filterPanel.productList.addProduct(product);
    public function addToCart(product:Product):void
    //setting the state before adding the product avoids
    jumpiness in the transition, not sure why
    currentState = &apos;showCart&apos;;
    cartPanel.productList.addProduct(product);
    ]]>
    </mx:Script>
    <mx:HBox
    styleName="colorPanel"
    dropShadowEnabled="true"
    height="100%" width="100%"
    verticalScrollPolicy="off"
    horizontalGap="0">
    <productsView:Grip id="filterGrip"
    gripIcon="@Embed(&apos;/assets/icon_magnifier.png&apos;)"
    gripTip="Show filter panel" click="currentState =
    &apos;showFilter&apos;"/>
    <productsView:ProductFilterPanel id="filterPanel"
    width="265" height="100%"
    filter="catalogPanel.filter(event.filter, event.live)"
    compare="catalogPanel.compare(filterPanel.productList.getProducts())"
    creationComplete="if (catalog) filterPanel.filter.count =
    catalog.length"/>
    <mx:Spacer width="100%"/>
    <productsView:ProductCart id="cartPanel" width="265"
    height="100%"/>
    <productsView:Grip id="cartGrip"
    gripIcon="@Embed(&apos;/assets/icon_cart_empty.png&apos;)"
    gripTip="Show cart" click="currentState =
    &apos;showCart&apos;"/>
    </mx:HBox>
    <productsView:ProductCatalogPanel id="catalogPanel" y="4"
    width="685" height="540"
    catalog="{catalog}"
    compare="addToCompare(event.product)"
    purchase="addToCart(event.product)"
    cartCount="{cartPanel.numProducts}"/>
    <mx:states>
    <mx:State name="showFilter">
    <mx:SetStyle target="{catalogPanel}" name="left"
    value="285"/>
    </mx:State>
    <mx:State name="showCart">
    <mx:SetStyle target="{catalogPanel}" name="right"
    value="285"/>
    </mx:State>
    </mx:states>
    <!--
    make sure to use transitions here instead of applying a Move
    effect
    to the Panel itself which will result in odd behavior
    -->
    <mx:transitions>
    <mx:Transition fromState="*" toState="*">
    <mx:Move target="{catalogPanel}" />
    </mx:Transition>
    </mx:transitions>
    </mx:Canvas>

  • Help!  I need to put an auto message on my email and it is not working!  Can someone tell me how to do this on Macbook Pro/Mail?

    Can someone help me set up a vacation message on mail?  I tried the rule, but it did not work.

    It's best not to rely on rules constructed in Mail, or any other mail client.  That can result in infinite mail loops (where your autoreply triggers someone else's autoreply, which triggers yours again, etc).  You should use whatever vacation mail capability is provided by the mail server.  Those are typically more robust, and have conditions that will prevent infinite mail loops from happening.  Of course, you should also think twice about using vacation messages at all, since they can reply to spam, which can cause all kinds of problems.

Maybe you are looking for

  • Software update 10.3.0.908 glitch

    Just bought the BB Passport, new update available. Connected it to the wi-fi and updating it... waited for about 6 hrs for it to finish (1.3GB), then while installing, at 66%, gave me this error: Install interupted, please try again. - THERE IS NO TR

  • Re: Installation in Vista

    is it possible to install netweaver portals free software from the SDN site onto vista premium?

  • Oracle RAC Cache Fusion , Insert intensive tables.

    Hi, I have one general questions in RAC cache fusion. It was observed that there are too much interinstance contention as the insert intensive queries are executed. What is the best possible solution to solve this. I mean how to avoid the contention.

  • Extracting attributes from XML document using plsql

    Hello, I have successfully written a plsql procedure that has been using Xpath to extract the element values from an XML doument: i.e. l_xpath := '/Form_Data/Person_Details/Initials'; l_DomNodeList := xslprocessor.SelectNodes(l_RootNode, l_xpath); l_

  • Where do my shared iCloud photos go to? What website?

    I need to reset my phone and i dont want to lose my pictures. I supposedly shared all my pictures/videos in an album and 'shared' them. I dont know where they went though? I checked the icloud website and there isnt a photo sharing widget on it...? I