Command button doesnt appends web context  while commandlink does

Hi,
There is a strange problem. When I use commanbutton with image property set, the web context doesnt gett appended in the front. While the same happens for command link. Any solution for the same.
KP

Does this issue address your problem?
https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=30
If so, please add some comments so we can do a better job of solving it.
Ed (JSR-252 co-spec-lead)

Similar Messages

  • Command button on visio web page not working on sharepoint!

    Hey Everyone I created an organizational chart using visio.
    However, I customized it by using hide/unhide (command buttons). 
    Macro for the HIDE button
    Dim LayersObj As Visio.Layers
    Dim LayerObj As Visio.Layer
    Dim LayerName As String
    Dim LayerCellObj As Visio.Cell
    Set LayersObj = ActivePage.Layers
    For Each LayerObj In LayersObj
    LayerName = LayerObj.Name
    ' Debug.Print LayerName
      If LayerName = "" Then
        Set LayerCellObj = LayerObj.CellsC(visLayerVisible)
     LayerCellObj.Formula = False Or 0
      End If
    Next
    Macro for the UNHIDE button:
    Dim LayersObj As Visio.Layers
    Dim LayerObj As Visio.Layer
    Dim LayerName As String
    Dim LayerCellObj As Visio.Cell
    Set LayersObj = ActivePage.Layers
    For Each LayerObj In LayersObj
    LayerName = LayerObj.Name
    ' Debug.Print LayerName
      If LayerName = "" Then
      Set LayerCellObj = LayerObj.CellsC(visLayerVisible)
     LayerCellObj.Formula = True Or 1
      End If
    Next
    Now when I published this visio organizational chart (as a web drawing) on sharepoint using visio web access. My hide/unhide button doesn't work. Can anyone help me out? Any input will be greatly appreciated!
    Thanks! :)

    Hey everyone I created an organizational chart using visio.
    However, I customized it by using hide/unhide (command buttons). 
    Macro for the HIDE button
    Dim
    LayersObj As Visio.Layers
    Dim
    LayerObj As Visio.Layer
    Dim
    LayerName As String
    Dim
    LayerCellObj As Visio.Cell
    Set
    LayersObj = ActivePage.Layers
    For
    Each LayerObj In LayersObj
    LayerName
    = LayerObj.Name
    Debug.Print LayerName
    If LayerName = ""
    Then
    Set LayerCellObj = LayerObj.CellsC(visLayerVisible)
     LayerCellObj.Formula
    = False Or 0
    End If
    Next
    Macro for the UNHIDE button:
    Dim
    LayersObj As Visio.Layers
    Dim
    LayerObj As Visio.Layer
    Dim
    LayerName As String
    Dim
    LayerCellObj As Visio.Cell
    Set
    LayersObj = ActivePage.Layers
    For
    Each LayerObj In LayersObj
    LayerName
    = LayerObj.Name
    Debug.Print LayerName
    If LayerName = "" Then
    Set LayerCellObj = LayerObj.CellsC(visLayerVisible)
     LayerCellObj.Formula
    = True Or 1
    End If
    Next
    Now when I published this visio organizational chart (as a web drawing) on sharepoint using visio web access.
    My hide/unhide button doesn't work. Can anyone help me out? Any input will be greatly appreciated!
    Thanks! :)

  • Safari RSS does not connect to a web site (while Firefox does ..)

    I have some kind of a (new) problem here.
    It recently has become impossible to connect to the following URL :
    http://www.collishop.be/collishop/hifi/
    I get the spinning symbol and a white page. I can't tell when this happened for the first time (after Java J2SE 5 update ? After 10.4.3 update ? After Security Update 2005-007 ?)
    However, Firefox connects flawlessly...
    Anyone a hint (or more info, if you tell me what console log you need to better understand the problem ?)
    Txs in advance

    First off, AppleTV doesn't give web access.
    Second off, Apple's classic operating system compatibility with many websites is very limited.  That's the operating system available in virtualization on Macs made prior to early 2006, and as a boot operating system on Macs on or before 2003.  
    So without knowing what you have that is compatible, we can't give you really good advice on what to make it work.  Identify your Mac, if you have one:
    http://discussions.apple.com/docs/DOC-2881
    And tell us what version of the Mac OS you have in Apple menu -> About This Mac.    Mac OS 10.0.x does not run on AppleTV.    Then we can tell you what operating system support you should be able to get, and what browser support you should be able to get.

  • Wrong command button background color on web

    Hello.
    We have a problem with background color of command button.
    If we set background color to lime, only upper line of button is in lime color. Rest of the button is in default color.
    This happens when user runs application on web (standalone server and embedded).
    In jdeveloper button is in correct color (whole button in lime color).
    What could be the problem?
    Thanks.

    On debugging, i found that the commandButton is using background-image to show the silver/grey background.
    So, in order to modify it to other background color, you have set the background-image as none as follows:
    <af:commandButton text="commandButton 1" id="cb1"
    inlineStyle="background-color:red; background-image:none"/>
    Thanks,
    Navaneeth

  • I found an iphone3 and it has a passcode... I tried holding down the home and power button to reset the phone while connected to my itunes, but the phone doesnt reset or even turn off. What can i do to use this phone

    I found an iphone3 and it has a passcode... I tried holding down the home and power button to reset the phone while connected to my itunes, but the phone doesnt reset or even turn off. What can i do to use this phone

    I found an iphone3 and it has a passcode... I tried holding down the home and power button to reset the phone while connected to my itunes, but the phone doesnt reset or even turn off. What can i do to use this phone
    We were going by your post. 'What can i do to use this phone"...
    No offense intended, it's just that we see thousands of posts where people have different reasons for trying to use a stolen or lost device.

  • Open a new window while clicking on the command button

    Hi,
    Can I open a pdf report in a new window when adf command button is clicked?
    I am using jdev11g
    Thanks

    Hi John,
    I found the goButton's destination expression do not read value from any controls e.g.: Input Text.
    Is there anyway to read some value, that input by user not in the db, on the screen?
    e.g.: I have a Input Text for user to input a date to print the report. I've tried to binding the control in backingBean, but I get a null value from the goButton's destination function.
    the jspx:
    <af:inputText label="Search" id="it1"
                            value="#{backingBeanScope.backing_goUrl.it1Value}" autoSubmit="true"/>
    <af:goButton text="goButton 1" id="gb1" targetFrame="_blank"
                           destination="#{backingBeanScope.backing_goUrl.searchURL}"/>in the backing bean:
    public class GoUrl {
      private String it1Value;
      public String getIt1Value() {
        return it1Value;
      public void setIt1Value(String it1Value) {
        this.it1Value = it1Value;
      public String getSearchURL() {
        String s = getIt1Value();
        return "http://www.google.com/search?hl=zh-tw&q="+s; // the result of s is always null.
      }Cheers,
    Samson Fu
    Edited by: Samson Fu on Aug 31, 2010 1:46 PM

  • Opening a long URL on click of button in CRM Web UI

    Hi Experts,
    I am facing an issue while opening a long URL (length greater than 255 char) on the click of a button in CRM Web UI.
    I have declared an attribute zv_url type string and populated the variable in event handler.
    Thereafter I have written below logic in .htm:
    <script type="text/javascript" language="javascript">
    window.open("<%=controller->zv_url%>").focus();
    </script>
    But the logic is not opening my URL, it is just opening a web window 'res://ieframe.dll/http_400.htm' with error page HTTP 400 Bad Request.
    If I try to modify the variable zv_url in debugging with a short url say 'http://www.google.com', it works correcly but due to the length of url, the logic is opening error page.
    Can you please help me out with this issue?
    Thanks in advance,
    Nitin Karamchandani.

    Hi Nitin,
    i will give you one suggestion when you click on button this url you need to open right.
    i have faced same problem last time. so at that moment i have done my code in do_prepare_output.
    when ever your declare your button properties there is one property onclientclick.
    CONCATENATE 'javascript:window.open( "http://YOURLINK.com:8000/sap/bc/gui/sap/its/webgui/!?~transaction=TCODE&~okcode=ICEXECUTE&sap-user=crm_remote&sap-password=sap_user&sap-client=300&IP_VBELV=' zvbeln '&~okcode=/00&");' INTO
    lv_string.
       ls_button-type     = cl_thtmlb_util=>gc_icon_print.
       ls_button-text     = 'PRINT'.
       ls_button-enabled  = me->view_group_context->is_view_in_display_mode( me ).
       ls_button-on_click = 'PRINT'.                             "#EC NOTEXT
       ls_button-on_client_click = lv_string.
       APPEND ls_button TO gt_button.
       CLEAR ls_button.
    try this..
    Thanks & Regards,
    Srinivask.

  • How to open an pdf report On click of some command button in adf

    Hi,
    I have to generate some pdf report or some pdf document on click of some command button .Could any one please tell me how to achieve this.
    suggestion would be appreciated,
    Regards
    Vinay kumar

    So what you're saying is the PDF already exists on your web server, and all you want to do is navigate in the browser from your ADF application to the PDF, yes? If that's correct, let's assume you're PDF exists at:
    http://www.acme.com/someCustomPath/myFantasticReport.pdf
    Consider the <af:goButton> or <af:goLink> controls, which include the destination attribute. As such you'd do something like this:
    <af:goButton destination="http://www.acme.com/someCustomPath/myFantasticReport.pdf"/>As you can see the "go" controls are for navigating to resources not inside your ADF application, while the "command" controls are reserved for navigation among resources in your application.
    In order to generate the destination URL, just replace the destination attribute with an EL expression that retrieves it's value from a backing bean:
    <af:goButton destination="#{myBean.giveMeTheUrl}"/>Regards,
    CM.

  • 11.1.3 workspace web context issues

    Hi all,
    I am running an apparently successfully configured version of 11.1.1.3. Everything was working fine, until I stopped all the services so that I could take a backup, and then restarted them manually in the order recommended by Oracle. Now the following things happen:
    When I try to access workspace it won't let me login. When I close the page and launch it again, it lets me log in, but I get a 404 error.
    I can't access the webcontext for any other applications such as say Planning. http://servername:19000/HyperionPlanning or http://servername:8300/HyperionPlanning or http://servername:8300/HyperionPlanning/logon.jsp or http://servername:8300/HyperionPlanning/appwizard.jsp - none of these work, "Page cannot be displayed".
    What I can access funnilly is http://servername:8300/HyperionPlanning/AddDimension.jsp. I had worked with my dimensions intially right after configuration when things were working, and so this link happened to be in my address bar selection. Through this link, I am able to access planning, edit dimensions, data forms etc.
    oh and the EPM Diagnostic says all the web contexts are available.
    My workspace logs from C:/Hyperion/logs are as below. Main error that I see is highlighted in bold:
    29 Nov 2010 10:10:51,649 ALWAYS [main] tools.config.RegistryConfig - RegistryConfig: starts logging at 1291047051649 (Mon Nov 29 10:10:51 CST 2010)
    29 Nov 2010 10:10:51,665 ALWAYS [main] tools.config.RegistryConfig - Parsing products file: /conf/WSProducts.xml
    29 Nov 2010 10:10:53,368 ALWAYS [main] tools.config.RegistryConfig - Products file parsed without errors.
    29 Nov 2010 10:10:53,368 ALWAYS [main] tools.config.RegistryConfig - Attempting registry connection using hyperion.home=C:\Hyperion
    29 Nov 2010 10:10:53,368 ALWAYS [main] tools.config.RegistryConfig - Got Registry handle: com.hyperion.hit.registry.Registry@c8ebd6
    29 Nov 2010 10:10:53,368 ALWAYS [main] tools.config.RegistryConfig - Looking for the Workspace Product node (type: WORKSPACE)
    29 Nov 2010 10:10:56,227 ALWAYS [main] tools.config.RegistryConfig - Found node: com.hyperion.hit.registry.ProductComponentImpl@b22bb4d9
    29 Nov 2010 10:10:56,227 ALWAYS [main] tools.config.RegistryConfig - Looking for Workspace Logical Webapp (child of Workspace Product, type: LOGICAL_WEB_APP)
    29 Nov 2010 10:10:57,868 ALWAYS [main] tools.config.RegistryConfig - Found node: com.hyperion.hit.registry.LogicalWebAppComponentImpl@b22ba6b4
    29 Nov 2010 10:10:57,883 ALWAYS [main] tools.config.RegistryConfig - Looking for Workspace Web Server (child of Workspace product, type: WEB_SERVER)
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - Found 6 webapps integrated into Workspace.
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - WebAppType: WORKSPACE_WEBAPP
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: CALC_WEBAPP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product not in static configuration file, initializing.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - NOTE: Product version for display is 11.1.1.3
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: PLANNING_WEBAPP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product file configuration is for version(s): 9.2,9.3 but registered product version is 9.5.0.0
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Discarding old configuration.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Setting product to use external configuration.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - NOTE: Product version for display is 11.1.1.3
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: ADMIN_SERVICES_WEB_APP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: PROVIDER_SERVICES_WEB_APP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: SHARED_SERVICES_WEBAPP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product HPS-9.3 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product Analyzer-9.5 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product Reports-9.5 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product BPMA-9.3 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product biee-9.5 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product HFM-9.2,9.3 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product HMB-9.2,9.3 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Loading configurations from Shared Services as needed.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Missing product context CALC
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Checking HSS for context under product code CALC-9.5.0
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Attempting Workspace Services connection for HSS.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - GSM count: 1
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Client factory instance: com.brio.one.client.ClientFactory@bd5df
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Recovered 1502 bytes from HSS.
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Product file parsed without errors.
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Found and loaded context for CALC
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Missing product context HP
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Checking HSS for context under product code HP-9.5.0
    29 Nov 2010 10:10:59,524 ALWAYS [main] tools.config.RegistryConfig - Recovered 37129 bytes from HSS.
    29 Nov 2010 10:10:59,540 ALWAYS [main] tools.config.RegistryConfig - Product file parsed without errors.
    29 Nov 2010 10:10:59,540 ALWAYS [main] tools.config.RegistryConfig - Found and loaded context for HP
    29 Nov 2010 10:10:59,540 ALWAYS [main] tools.config.RegistryConfig - Finished loading needed Shared Services configurations.
    *29 Nov 2010 10:18:06,055 ERROR [TP-Processor3] servlet.command.OpenWorkspacePageCommand - Internal error: Attempt to access nonexistent file*
    in the repository: C:\Hyperion\products\Foundation\workspace\data\RM1_MachineX\root\CorporateWorkspacePages\HomePage.wsp
    Nov 29 10:18:06.055
    Internal error: Attempt to access nonexistent file
    in the repository: C:\Hyperion\products\Foundation\workspace\data\RM1_MachineX\root\CorporateWorkspacePages\HomePage.wsp
    com.sqribe.transformer.RepositoryFileNotFoundException: Internal error: Attempt to access nonexistent file
    in the repository: C:\Hyperion\products\Foundation\workspace\data\RM1_MachineX\root\CorporateWorkspacePages\HomePage.wsp
         at sun.reflect.GeneratedConstructorAccessor21.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at com.sqribe.transformer.TRCP.receiveException(Unknown Source)
         at com.sqribe.transformer.TransException.unmarshal(Unknown Source)
         at com.sqribe.transformer.TRCP.receiveTransferable(Unknown Source)
         at com.sqribe.transformer.TRCPClient.transactionReceive(Unknown Source)
         at com.sqribe.transformer.ServiceAgent.sendCommand(Unknown Source)
         at com.sqribe.transformer.ServiceAgent.sendCommand(Unknown Source)
         at com.sqribe.transformer.ServiceAgent.sendCommand(Unknown Source)
         at com.sqribe.transformer.ServiceBroker.submit(Unknown Source)
         at com.brio.one.services.portal.proxy.TRCPServiceProxy.submit(Unknown Source)
         at com.sqribe.WS.WebClientService.submit(Unknown Source)
         at com.sqribe.WS.BaseSessionInfo.tapiSubmit(Unknown Source)
         at com.brio.one.web.datasource.adapter.Repository.getDocumentContent(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.command.ResourceManager.getDocument(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.command.OpenWorkspacePageCommand.getReport(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.command.OpenWorkspacePageTemplateCommand.execute(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.WorkspacePagesServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         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 com.hyperion.i18n.filter.ForwardHelper.forward(Unknown Source)
         at com.brio.one.web.util.requestdispatcher.RequestDispatcherUtil.forward(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.dispatchRequest(Unknown Source)
         at com.brio.one.web.command.CmdRequestDispatch.execute(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.invokeCommand(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.run(Unknown Source)
         at com.sqribe.WS.WSBaseServlet.executeRequest(Unknown Source)
         at com.sqribe.WS.WSBaseServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.hyperion.i18n.filter.Utf8Filter.doFilter(Unknown Source)
         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.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.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
         at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
         at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
         at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
         at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)
    29 Nov 2010 10:18:06,133 ERROR [TP-Processor3] workspacepages.servlet.WorkspacePagesServlet -
    org.apache.jasper.JasperException
         at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
         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:802)
         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 com.hyperion.tools.workspacepages.servlet.WorkspacePagesServlet.forwardRequest(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.WorkspacePagesServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         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 com.hyperion.i18n.filter.ForwardHelper.forward(Unknown Source)
         at com.brio.one.web.util.requestdispatcher.RequestDispatcherUtil.forward(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.dispatchRequest(Unknown Source)
         at com.brio.one.web.command.CmdRequestDispatch.execute(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.invokeCommand(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.run(Unknown Source)
         at com.sqribe.WS.WSBaseServlet.executeRequest(Unknown Source)
         at com.sqribe.WS.WSBaseServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.hyperion.i18n.filter.Utf8Filter.doFilter(Unknown Source)
         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.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.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
         at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
         at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
         at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
         at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)

    Contents of HyS9Planning-sysout.log are as follows. Don't tell me much I'm afraid:
    Nov 29, 2010 10:09:51 AM org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8300
    Nov 29, 2010 10:09:51 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 938 ms
    Nov 29, 2010 10:09:51 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Nov 29, 2010 10:09:51 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Hyperion Embedded Java Container/1.0.0
    Nov 29, 2010 10:09:51 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    [ERROR] ManagerBase - IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages <java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages>java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
         at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1386)
         at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:921)
         at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:393)
         at org.apache.catalina.session.StandardManager.load(StandardManager.java:320)
         at org.apache.catalina.session.StandardManager.start(StandardManager.java:636)
         at org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:431)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4131)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    Caused by: java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
         at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1462)
         at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:938)
         at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:516)
         at org.apache.catalina.session.StandardManager.unload(StandardManager.java:462)
         at org.apache.catalina.session.StandardManager.stop(StandardManager.java:666)
         at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4345)
         at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
         at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1164)
         at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1135)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1054)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
         at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:447)
         at org.apache.catalina.core.StandardService.stop(StandardService.java:512)
         at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
         at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
         ... 6 more
    [ERROR] ManagerBase - Exception loading sessions from persistent storage <java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages>java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
         at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1386)
         at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:921)
         at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:393)
         at org.apache.catalina.session.StandardManager.load(StandardManager.java:320)
         at org.apache.catalina.session.StandardManager.start(StandardManager.java:636)
         at org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:431)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4131)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    Caused by: java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
         at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1462)
         at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:938)
         at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:516)
         at org.apache.catalina.session.StandardManager.unload(StandardManager.java:462)
         at org.apache.catalina.session.StandardManager.stop(StandardManager.java:666)
         at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4345)
         at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
         at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1164)
         at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1135)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1054)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
         at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:447)
         at org.apache.catalina.core.StandardService.stop(StandardService.java:512)
         at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
         at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
         ... 6 more
    [INFO] HyperionPlanning] - Starting Hyperion Planning...
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    C:\Hyperion\common\config\9.5.0.0\product\planning\9.5.0.0\planning_1.xml
    displayName = Planning
    componentTypes =
    priority = 50
    version = 9.5.0.0
    build = 1
    location = C:\Hyperion\products\Planning
    taskSequence =
    task =
    *******C:\Hyperion\common\config\9.5.0.0\registry.properties
    Creating rebind thread to RMI
    [INFO] HyperionPlanning] - Hyperion Planning started in 15 seconds.
    Nov 29, 2010 10:10:11 AM org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8300
    Nov 29, 2010 10:10:11 AM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8302
    Nov 29, 2010 10:10:11 AM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/141 config=null
    Nov 29, 2010 10:10:11 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 20296 ms
    using Java property for Hyperion Home C:\Hyperion
    Setting Arbor path to: C:\Hyperion\common\EssbaseRTC\9.5.0.0
    Reaquired task list lease: Mon Nov 29 10:21:08 CST 2010: 1291047668836
    d{ISO8601} INFO TP-Processor2 com.hyperion.audit.client.runtime.AuditRuntime - Audit Client has been created for the server http://machinex:28080/interop/Audit
    d{ISO8601} INFO pinging com.hyperion.audit.client.cache.AuditConfigFilter - Client Enable Status false
    d{ISO8601} INFO filterConfig com.hyperion.audit.client.cache.AuditConfigFilter - Client Enable Status false

  • Data View with customized command buttons

    I would like to show data from a table in browse window and place customized command buttons such as search key, filter, etc.
    Please advise.

    What you describe is a form. And you don't want a browse window, but a grid inside this form. The only thing you set in a grid in the first degree is the recordsource, and then it will display the same data view as a browse.
    The rest of your idea can be placed into the same form as controls, textboxes, buttons, etc. and you might make use of the idea sketched by Alaa Mukhtar.
    In the second degree, right click on controls you put on a form while designing it with the form designer, and you can get a help via a builder you get offered in the context menu.
    Bye, Olaf.
    Olaf Doschke - TMN Systemberatung GmbH
    http://www.tmn-systemberatung.de

  • How to use parameter of one web context in another one???

    Hey guys,
    I have a web context which is a servlet
    The other web context is a jsp
    I also have a login page
    In the login page after clicking the submit button the
    control is passed to the servlet.
    The login page passes the username and password
    to the servlet
    i have used doGet() method.
    I simply want to retrieve the parameter present in url of the servlet and use this in the jsp.
    How is this possible??
    To make things clearer , here are the three pages:
    1> Login.html:<HTML>
    {<HEAD>
    <TITLE>
    First Media - DashBoard
    </TITLE>
    </HEAD>
    <BODY>
    <FORM METHOD=GET
    ACTION="http://localhost:8080/Dashboard/Dashboard">//url for servlet
    <IMG SRC="C:\dashboard\Picture1.png"
    ALT="Unable to display picture" ALIGN="LEFT" HEIGHT="150" WIDTH="150">
    <H3>
    <CENTER>
    LOGIN SCREEN
    </CENTER>
    </H3>
    <P></P><P></P>
    <BR><BR><BR><BR><BR>
    <P>
    <H4>
    <CENTER>First Media DashBoard Display</CENTER>
    </H4>
    </P>
    <BR><BR>
    <P>
    <CENTER>
    LOGIN ID ���
    <INPUT TYPE="TEXT" NAME="userid">
    </CENTER>
    </P>
    <BR><BR>
    <P>
    <CENTER>
    PASSWORD ���
    <INPUT TYPE="PASSWORD" NAME="userpass">
    </CENTER>
    </P>
    <BR><BR>
    <INPUT TYPE="SUBMIT" VALUE="SUBMIT">
    </FORM>
    </BODY>
    </HTML>
    Here's the servlet:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.*;
    public class Dashboard extends HttpServlet
         public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
              res.setContentType("text/html");
    PrintWriter out=res.getWriter();
    out.println("<HTML>");
    out.println("<HEAD><TITLE>FIRST MEDIA DASHBOARD</TITLE></HEAD>");
    out.println("<FRAMESET ROWS=\"20%,80%\">");
    out.println("<FRAME SRC=\"http://localhost:8080/Intro/Intro\">");//this is the url for the jsp
    out.println("<FRAMESET COLS=\"20%,80%\">");
    out.println("<FRAME SRC=\"c:/dashboard/MainNetwork.html\" NAME=\"mainframe\">");
    out.println("<FRAME SRC=\"c:/dashboard/DisplayArea2.html\" NAME=\"displayframe\" SCROLLING=\"NO\">");
    out.println("</FRAMESET>");
    out.println("</FRAMESET>");
    out.println("</HTML>");
    Finally the jsp :
    <HTML>
    HEAD>
    <SCRIPT LANGUAGE="JavaScript">
    <!-- Hide from tired old browsers
    function multiLoad(doc1,doc2) {
    parent.mainframe.location.href=doc1;
    parent.displayframe.location.href=doc2;
    // -->
    </SCRIPT>
    </HEAD>
    <BODY>
    <IMG SRC="C:\dashboard\Picture1.png"
    ALIGN="LEFT" WIDTH="80" HEIGHT= "80">
    <BR>
    Network Log
    ���������
    Service Levels
    ���������
    <A HREF="# onClick=
    "parent.location='http://localhost:8080/Dashboard/Login.html';
    window.location='C:\dashboard\Login.html';">LogOut
    </A>
    <H3>
    <%
    if (request.getParameter("userid") == null)
         out.println("Welcome to dashboard");
    else { 
    out.println("Hello," + request.getParameter
    ("userid"));
    } %></H3>//code to try to greet the user by name
    </BODY>
    </HTML>
    I know this is a long one, but guys, please help!!!
    Message was edited by:
    alok1983
    Message was edited by:
    alok1983
    Message was edited by:
    alok1983
    Message was edited by:
    alok1983

    If you re-post using the code tags to format the message some one may actually take the time to read it.

  • SQLJ-JPublisher - J2T-153, Invalid value for -context:while generating the

    Hi All,
    I am trying to generate the java code for the oracle types defined for one of the module in our project.for that i have defined a new context by extending the 'DefaultContext'
    provided by SQLJ and as mentioned in the below URL.
    http://docs.oracle.com/cd/A91202_01/901_doc/java.901/a90214/jpub.htm
    Topic : JPublisher Generation of SQLJ Classes
    MyContext:-
    import java.sql.Connection;
    import java.sql.SQLException;
    import sqlj.runtime.ref.DefaultContext;
    public class MyContext extends sqlj.runtime.ref.DefaultContext{
    static {
    DefaultContext defaultContext = null;
    try {
    defaultContext = new DefaultContext(<datasource>);
    } catch (SQLException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    DefaultContext.setDefaultContext(defaultContext);
    public MyContext(Connection arg0) throws SQLException {
    super(arg0);
    public Connection getConnection(){
    Connection con = null;
    try {
    con = <datasource>getConnection();
    } catch (SQLException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    return con;
    JPub command:
    jpub -user=usr/pwd -context=com.test.context.MyContext -sql=<My Types Here> -compile=false
    I am getting the below error while running the jpub command in dos prompt.
    Error Log:
    J2T-153, Invalid value for -context: com.test.context.MyContext. This must be set to generated or to DefaultContext.
    Please let me know if anybody has come across this problem before.
    Thanks,
    Vijay
    Edited by: 905698 on 03-Jan-2012 09:53

    Hi Vijay,
    This post DOES NOT correspond to this forum.
    The current forum is for BI Publisher. Your question is for JPublisher and believe it corresponds to PL/SQL forums.
    Please close the thread
    thanks
    Jorge

  • Adf faces command button, bindings and ejb 3.0 persisting problem

    When mapping the persist method to an adf command button it got this error:
    1. JBO-29000: java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21.; nested exception is: java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21. -
    2. java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21.; nested exception is: java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21. -
    Is that because Departments are serialized by the container when the session bean is accessed by the data control to catch the data when the form is populating and entities are detached from the persisting context ? or something else ?
    I bind the button to the current row data provider for the departments. Is it correct, isn't ?

    When mapping the persist method to an adf command button it got this error:
    1. JBO-29000: java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21.; nested exception is: java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21. -
    2. java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21.; nested exception is: java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21. -
    Is that because Departments are serialized by the container when the session bean is accessed by the data control to catch the data when the form is populating and entities are detached from the persisting context ? or something else ?
    I bind the button to the current row data provider for the departments. Is it correct, isn't ?

  • Is there a way to toggle to a web browser while in Keynote presenter view?

    I teach at a number of research classes at a University and I prefer to use Keynote as a teaching tool. My teaching requires that I access websites regularly throughout the the class.
    Here is what I'm currently doing:
    1. Before the class starts, I open each website we'll be using during the class as window and assign the window to it's own desktop. So if I have four websites the students will be accessing during class, I'll assign those four websites to four distinct Mission Control desktops (I'm using the 10.8.4 OS X).
    2. I run my presentiation from Keynote using the play key, but without access presentation mode.
    3. When I need to access a website while teaching, I [ALT]-[TAB] out of Keynote, select the appropriate page from Mission Control, and demo that page.
    4. When I'm done, I simply click the Keynote icon in the dock and resume my presentation.
    This system works and I have no real complaints with it - except that I cannot take advantage of Keynote's presentation tools. I've tried any number of ways to toggle to a web browser while in presention mode without success. While in presentation mode, if I [ALT]-[TAB] out of the presentation, it simply stops the presentation and the web page doesn't appear on the projection display (because I'm not mirroring my displays) and the only way to get it to work is to re-mirror my displays.
    I tried using the X command in Keynote, which is the toggle between displays, but no matter what I did, I cannot get the webpage to show up on the projection display.
    Is there an easier way to do this? Bear in mind, I'm not merely showing webpages, but I'm actually interacting with them (performing research on these pages) so they have to be operational. Right now I'm assuming presentation mode is just not going to work for this kind of scenario.
    Thanks for any suggestions.

    place as many shapes as you need on a slide and create a hyperlinks to your website
    Keynote preferences > slide show;    select  >  allow Expose and others to use screen
    select the shape and in Inspector > Hyperlink; select the enable as hyperlink box, then type in the address
    use alt > tab to go back to Keynote
    before playing Keynote, open and move the web browser on to the projector screen to position it ready for use

  • How to assign a macro to a command button in 2007

    I apologize, I know this is on the web somewhere, but I've spent the last 2 1/2 hours fishing for answers on Google and forums and everything I find either assigns a macro command to the quick bar or in text, but I want to assign it to a command button,
    or anything that can be clicked to run a macro.  In Excel I can just right click on a macro button and use the option "Assign Macro", but I've not been able to find anything similar in Word.  I'd think being another Office product it would
    be a similar option in Word, but I guess not. 
    So my project is taking information from Excel via linked information to fill out a Word document, so I need to use CTRL-A to select all text, then hit F9 to update the fields, then print as a PDF and send to the customer, and it works beautifully. 
    Now I need to share this with my team and I'm trying to make it as foolproof as possible so I was going to do all of this via macro and assign it to a macro button, or I guess it would be a Command Button in Word? 
    I also don't want the command button to show when I print the document.  Is all of this fairly simple to do in Word?
    Thank you in advance for your help!!!

    Hi Arun ,
    Thanks for the reply,
    This is the actual scenario,
    I need to allow user to querying using a particular atrribute say A1 but applying A1 directly as a criteria on my base query along with other criteria will not fetch any details.
    Instead
    I need to fire the same query with A1 alone initially and on top of the fetched results i need to apply the other criteria
    OR
    I need to get the A1 from user and fetch some other attribute let's say A2 corresponding to A1 and this A2 has to applied as the new attribute along with the other attributes.
    Can this be achieved.
    Regards
    Siva
    I am using jdev 11.1.1.6

Maybe you are looking for