Partial trigger for treetable

I am using 11g. I have a adf treetable similar to the employees. The tree table is working fine.
I have two panel accordian. The first accordian has the treetable.
I want to display the salary and more information for the employee in the second panel accordion.
The problem is the salary is not getting refreshed when I do the row selection in the tree table.
I set the id of the treetable to the partial trigger of the Salary.
Am I missing something in setting the properties?
I really appreciate your help.
Thanks

<f:facet name="center">
<af:treeTable value="#{bindings.EmpView1.treeModel}" var="node"
selectionListener="#{bindings.EmpView1.treeModel.makeCurrent}"
rowSelection="single" id="treetbl" immediate="true"
columnSelection="single" initiallyExpanded="true">
<f:facet name="nodeStamp">
<af:column inlineStyle="width:500px;">
<af:outputText value="#{node}"/>
</af:column>
</f:facet>
<f:facet name="pathStamp">
<af:outputText value="#{node}"/>
</f:facet>
</af:treeTable>
</f:facet>
<f:facet name="header"/>
<f:facet name="end">
<af:panelGroupLayout layout="vertical">
<af:panelLabelAndMessage label="#{bindings.Sal.hints.label}"
partialTriggers="treetbl">
<af:outputText value="#{bindings.Sal.inputValue}">
<af:convertNumber groupingUsed="false"
pattern="#{bindings.Sal.format}"/>
</af:outputText>
</af:panelLabelAndMessage>
<af:panelLabelAndMessage label="#{bindings.Mgr.hints.label}"
partialTriggers="treetbl">
<af:outputText value="#{bindings.Mgr.inputValue}">
<af:convertNumber groupingUsed="false"
pattern="#{bindings.Mgr.format}"/>
</af:outputText>
</af:panelLabelAndMessage>
<af:panelLabelAndMessage label="#{bindings.Sal.hints.label}"
partialTriggers="treetbl">
<af:outputText value="#{bindings.Sal.inputValue}">
<af:convertNumber groupingUsed="false"
pattern="#{bindings.Sal.format}"/>
</af:outputText>
</af:panelLabelAndMessage>
</af:panelGroupLayout>
</f:facet>
It works only for 1'st level. When I choose the child nodes the Job, Salary, mgr is not refreshing.
Thanks

Similar Messages

  • Partial trigger not woring on the Submit button of the application panel.

    Hi,
    I am facing an issue that I am not sure if it is a framework bug. I used Submit button on the app panel and would like to hide it in some cases. I used a partial trigger for this button. But it doesn't respond to the trigger at all!. I also tried the same trigger on other buttons on the app panel, such as Done, Save, etc.. they all work as expected. Does any one know if this is as designed or a frame work bug?
    Thanks,
    Chunyang

    Hi Frank,
    Thanks for the reply. Good news, I just found out this morning after I refreshed my view that the Submit button refresh issue is resolved. Looks like ADF team was working on that bug.
    I have another question on the app panel buttons.
    My use case for this button is to use this Submit button as a Save and Close drop down, with Save As under it. The object has versions with a version navigation pull down list. When navigate to a Pending version, the buttons are like:
    [Save] [Save and Close |\/] [Cancel]
    |Save As |
    when navigate to a submitted/released version the buttons should be like:
    [Save As] [Done]
    Could you advise how I can achieve this? Currently I make [Save] [Save and Close |\/] [Cancel] invisible and [Done] to be visible for non-pending versions. I also added an additional |Save As | from actionButtonBar facet to be visible in this case, because the original |Save As | is under [Save and Close |\/] , which is not visible in this case. Not sure if it is the right approach. Now the |Save As | is on the left side of the vertical separator, instead of on the right side, since all the buttons under actionButtonBar facet are on the left side of the vertical separator. So you see the buttons like this:
    [Save As] | [Done]
    Thanks,
    Chunyang

  • Partial Trigger  in af:panelGroupLayout doesn't work

    Hi,
    Partial Trigger for below code is not working -
    I want to refresh

    user12826227 wrote:
    Hi,
    Partial Trigger for below code is not working -
    I want to refreshMore information (JDev version, use case) and code could be useful.

  • Delay in partial trigger invocation

    HI
    I am facing an interesting issue. I have a table and some commandtoolbar buttons for add and delete functionality. So the scenario is whenever a user selects a row in a table, buttons are enabled and he/she can perform add or delete.I have some entries in table for which add/delete shouldn't be supported.
    So how i approached this issue is i have selection handler which gets the data for the selected row and checks whether the buttons should be enabled or not. It sets disabled property as true/false for buttons on the basis of row data. In buttons component i have partial trigger for this table.
    Now For Example in table i have entries
    Row A
    Row B
    say for row A add/delete buttons should be enabled, and, for row B they shouldn't.
    Now, So when i select row A and then quickly switch tot row B, it takes time to refresh the button components from enabled to disabled, and for very short duration of time they are still enabled. so in that time if i click on delete. it deletes row B.
    So what i get is selection handler sets the row selected as row B, but it takes time for ppr to occur. and if in that time we perform any operation, it occurs on B.
    Any solutions for this??
    PS: i am using 11g and backing bean scope, if these information helps.

    Hi Timo,
    Thanks for reply. I am actually disabling the button in selection handler.  If i have a method to first disable and then select row, still it would have same issue as partial refresh won't occur. Also i need selected row data to check whether to disable or not. I think the issue is in delay of PPR. is there any way by which we can force partial page refresh in a method??

  • Master - details data population using partial trigger

    Hi,
    Iam using jdeveloper 10.1.3.4.0
    My requirement is I need to populate a field in master when i enter a value in detail column using partial triggers.
    I have taken Employee table as master and job table as detail. In the detail table i have taken 2 columns and one transient variable column when i enter values in that 2 columns the transient column is populating value using partial triggers but it is not populating the value in the master column though i have a given a partial trigger to it.

    Thanks for your response. But I dont understand your question. How to test that in Tester.
    I simply did the following. I created Department as master and Employee as Details recrods. And I created ADF form for Department and Employees for ADF table. And i put autosubmit = true and valueChangelistener for the Employees Salary field in the following way.
    <af:inputText value="#{row.Salary}"
    required="#{bindings.DepartmentsView1EmployeesView3.attrDefs.Salary.mandatory}"
    columns="#{bindings.DepartmentsView1EmployeesView3.attrHints.Salary.displayWidth}"
    binding="#{backing_View.inputText14}"
    id="inputText14"
    autoSubmit="true"
    valueChangeListener="#{backing_View.valueChange}">
    And Enable the partial trigger for PhonenUmber field in Employee Records and DepartmentName in Department Master record.
    <af:inputText value="#{row.PhoneNumber}" simple="true"
    required="#{bindings.DepartmentsView1EmployeesView3.attrDefs.PhoneNumber.mandatory}"
    columns="#{bindings.DepartmentsView1EmployeesView3.attrHints.PhoneNumber.displayWidth}"
    binding="#{backing_View.inputText11}"
    id="inputText11"
    partialTriggers="inputText14"/>
    <af:inputText value="#{bindings.DepartmentName.inputValue}"
    label="#{bindings.DepartmentName.label}"
    required="#{bindings.DepartmentName.mandatory}"
    columns="#{bindings.DepartmentName.displayWidth}"
    binding="#{backing_View.inputText5}" id="inputText5"
    partialTriggers="inputText14">
    And the following code is added in my BackingBean.
    public void valueChange(ValueChangeEvent valueChangeEvent) {
    inputText11.setSubmittedValue(null);
    inputText11.setValue(inputText14.getValue());
    inputText5.setSubmittedValue(null);
    inputText5.setValue(inputText14.getValue());
    My phone number field in the Multirecord block that is Details record is shown the value, But single record block that is Department's Department Name field is not shown the Value.
    Kindly let me know if i did any mistakes.
    Thanks

  • How to make Partial Trigger work for a SelectManyShuttle

    Hi,
    I'm developing a page for user role management. For each role, one or more menus could be assigned to it. We have 3 db table, Role, Menu and RoleMenu. RoleMenu is the intersection table.
    At UI level, I placed one editable table on the top of a page, and put a SelectManyShuttle below the table.
    I developed a backing bean for the SelectManyShuttle to get all menus and selectedMenus for the current row in the table.
    The Shuttle can display selectedMenu for the first row of the Role table, but it can't update when I select another row. It seems the partial trigger is not working.
    Below are the codes:
      <af:selectManyShuttle value="#{ pageFlowScope.RoleManagementBean.selectedValues}"
                    leadingDescShown="true" size="8"
                                  trailingDescShown="true"
                                  inlineStyle="background-color:transparent; width:100%;"
                                          binding="#{pageFlowScope.RoleManagementBean.menuSelectShuttle}">
                      <f:selectItems value="#{ pageFlowScope.RoleManagementBean.allItems}"/>
      </af:selectManyShuttle>
    * Implements the basic backing-bean mechanics to handle page with shuttle.
    * By injecting managed properties into the properties of this bean
    * you can setup the shuttle data binding declaratively.
    public class RoleManagementBean {
        String beanName = "RoleManagementBean";
        String allItemsIteratorName;
        String allItemsValueAttrName;
        String allItemsDisplayAttrName;
        String allItemsDescriptionAttrName;
        String selectedValuesIteratorName;
        String selectedValuesValueAttrName;
        List selectedValues;
        List allItems;
        private boolean refreshSelectedList = false;
        private RichSelectManyShuttle menuSelectShuttle;
        public RoleManagementBean() {
        private OperationBinding findOperationBinding(String pOperationBindingName) {
            BindingContainer bindings = ADFUtils.getBindingContainer();
            OperationBinding operation =
                bindings.getOperationBinding(pOperationBindingName);
            return operation;
         * Setter for 'allItemsIteratorName' property.
         * @param allItemsIteratorName Name of the iterator for all items in the list
        public void setAllItemsIteratorName(String allItemsIteratorName) {
            this.allItemsIteratorName = allItemsIteratorName;
         * Getter for 'allItemsIteratorName' property.
         * @return Name of the iterator to use for all items in the list
        public String getAllItemsIteratorName() {
            return allItemsIteratorName;
         * Set allItems value attribute name.
         * @param allItemsValueAttrName name of attr to use as value of all items list
        public void setAllItemsValueAttrName(String allItemsValueAttrName) {
            this.allItemsValueAttrName = allItemsValueAttrName;
         * Get allItems value attribute name.
         * @return name of attr to use as value of all items list
        public String getAllItemsValueAttrName() {
            return allItemsValueAttrName;
         * Setter for 'allItemsDisplayAttrName' property.
         * @param allItemsDisplayAttrName attr to use for display in all items list
        public void setAllItemsDisplayAttrName(String allItemsDisplayAttrName) {
            this.allItemsDisplayAttrName = allItemsDisplayAttrName;
         * Getter for 'allItemsDisplayAttrName' property.
         * @return attr to use for display in all items list
        public String getAllItemsDisplayAttrName() {
            return allItemsDisplayAttrName;
         * Setter for 'allItemsDescriptionAttrName' property.
         * @param allItemsDescriptionAttrName attrib for description in all items list
        public void setAllItemsDescriptionAttrName(String allItemsDescriptionAttrName) {
            this.allItemsDescriptionAttrName = allItemsDescriptionAttrName;
         * Getter for 'allItemsDescriptionAttrName' property.
         * @return attrib for description in all items list
        public String getAllItemsDescriptionAttrName() {
            return allItemsDescriptionAttrName;
         * Setter for 'selectedValuesIteratorName' property.
         * @param selectedValuesIteratorName name of iterator for selected values
        public void setSelectedValuesIteratorName(String selectedValuesIteratorName) {
            this.selectedValuesIteratorName = selectedValuesIteratorName;
         * Getter for 'selectedValuesIteratorName' property.
         * @return name of iterator for selected values
        public String getSelectedValuesIteratorName() {
            return selectedValuesIteratorName;
         * Setter for 'selectedValuesValueAttrName' property.
         * @param selectedValuesValueAttrName name of attr to use for selected value
        public void setSelectedValuesValueAttrName(String selectedValuesValueAttrName) {
            this.selectedValuesValueAttrName = selectedValuesValueAttrName;
         * Getter for 'selectedValuesValueAttrName' property.
         * @return name of attr to use for selected value
        public String getSelectedValuesValueAttrName() {
            return selectedValuesValueAttrName;
         * Setter for 'selectedValues' property.
         * @param selectedValues List of selected values in shuttle
        public void setSelectedValues(List selectedValues) {
            this.selectedValues = selectedValues;
         * Event handler for shuttle value change event.
         * @param event value change event
        public void refreshSelectedList(ValueChangeEvent event) {
            refreshSelectedList = true;
         * Getter for 'selectedValues' property.
         * @return List of selected values in shuttle
        public List getSelectedValues() {
            if (selectedValues == null || refreshSelectedList) {
                System.out.println("here");
                selectedValues =
                        ADFUtils.attributeListForIterator(selectedValuesIteratorName,
                                                          selectedValuesValueAttrName);
            return selectedValues;
         * Setter for 'allItems' property.
         * @param allItems list of SelectItem representing all items in available list
        public void setAllItems(List allItems) {
            this.allItems = allItems;
         * Getter for 'allItems' property.
         * @return list of SelectItem representing all items in available list
        public List getAllItems() {
            if (allItems == null) {
                allItems =
                        ADFUtils.selectItemsForIterator(allItemsIteratorName, allItemsValueAttrName,
                                                        allItemsDisplayAttrName,
                                                        allItemsDescriptionAttrName);
            return allItems;
        public void setMenuSelectShuttle(RichSelectManyShuttle menuSelectShuttle) {
            this.menuSelectShuttle = menuSelectShuttle;
        public RichSelectManyShuttle getMenuSelectShuttle() {
            return menuSelectShuttle;
    }I guess the partial trigger is not working because the binding of the shuttle is not relative to the binding of the role table.
    any help will be appreciated!
    thanks!
    Gene

    My problem is solved, after I removed the if statement at the backing bean getSelectedValues() method
    public List getSelectedValues() {
        //    if (selectedValues == null || refreshSelectedList) {
       //         System.out.println("here");
                selectedValues =
                        ADFUtils.attributeListForIterator(selectedValuesIteratorName,
                                                          selectedValuesValueAttrName);
            return selectedValues;
        }

  • Detail table refreshing without partial trigger!!!

    Hi,
    my Jdeveloper version is 11.1.2.3.0
    I have a master detail structure on my page and i have two weird behaviors (that i guess are related).
    I created the master detail tables in the classic way:
    I dragged the master data control and doped it on the page as an ADF table (id t1)
    Then i dragged the detail data control (from inside the master data control) and drop it as an ADF table (id t2).
    I verified that the partial trigger property of the detail table does not contain the id of the master table (t1).
    however (the first weird behavior), at run time, the detail table shows always the right information of the selected master row.
    How can this happen?
    The second weird behavior is that i have createInsert button (created by drag and drop of the createInsert operation of the dataControl) in the toolbar of the master table.
    If i create a new row and fill the required data then navigate to another row, the detail table is refreshed correctly and shows the details of the newly selected row, but if i go back (re-select) the newly created row the detail table does not refresh and still shows the detail of the previous master row!!! (furthermore, i have input date in this newly create row, so if, at this stage, i click on the calendar icon to open it, the calendar doesn't open)
    I'm i doing something wrong? or should i change any property of the tables?
    Thanks for your help

    Hi Timo,
    Thank you for your reply.
    Actually no, i didn't commit the new record at this point and this is the problem.
    If i commit the new record (using the commit button created from the commit operation of the module), the page refreshes and works correctly.
    The problem occurs if i change the selected row (and then re-selected the newly created row) before committing the changes.
    Concerning the auto PPR, do you think that deactivating it may help? and if yes, how can i deactivated for this page only?
    I tried to change the "change event policy" property of both the master and the detail iterator in the page binding from ppr to "non" but nothing changed. The detail table still refreshes, and the problem with newly created master row still appears.
    One adiitinal note: i downloaded the sample from Andrejus Baranovskis's Blog
    http://andrejusb-samples.blogspot.com/2009/03/jdevadf-sample-create-operation-for.html
    and the page is working correctly. I also created a jsf page in this project with master detail using the same method i used in my project and this pages also works correctly.
    So this means that the problem is with the verision of jdev no? but what what is it???
    Thank you again
    Edited by: 997720 on Apr 5, 2013 8:48 AM

  • ADF BC: createInsert and partial trigger

    I notice when i add a createInsert operation to my page and then the corresponding table, JDev will add a partialTrigger to the button.
    I don't see why.
    When i press the createInsert, the table should have the partialTrigger, not the createInsert button because the table should be refreshed in order to show the new row. But when i add the partialTrigger to the table, than it like an infinite loop. Table refreshes button, button refreshed table,...
    It's resolved by removing the partialTrigger from the button but i am wondering why jdev does it?
    I think it has something to do with the disabled state of the button but that does not make sense. THe same for the commit button. If you want everything to work with partialTriggers, then you have lots of buttons/tables linking to each other causing loops or does ADF notices that and takes care of it?

    Hi,
    I reproduce your case and I do not see any loop,
    about your question that why the createInsert need the partialtrigger :
    1-first of all it is because of the the disabled attribute which depends on the table
    2- Second, the table row selection is automatically partial, I mean when you click on the row partially the selected row is determind as it is done partially there is not any way
    for depended components on the table to notify about the state of the tree(changes of row or anything) so the depended component such as CreateInsert need to set the partial trigger.
    3-why the table does not need the partialtrigger at the time of drag and drop, the answer is easy because the default button that you drop on the page is not partialSubmit, so why any other depended component like Table, must have the partialtrigger?? it is only needed when the button is partialSubmit,
    I hope my answer is clear enough.
    to conclude, there is not any mistake or bug from Oracle for sure.

  • Can Partial Trigger Work between Two Components Which Are in Two Pages?

    Scenario: Some output text components in page one while a SelectOneChoice and a InlineFrame are in page two. At first the resource attribute of inlineFrame was set to point to page one. When changing the value of SelectOneChoice, the values of those output text will be expected to change accordingly. I tried to make SelectOneChoice to be the trigger of those output text components, but found that SelectOneChoice can't be seen when attempt to edit the value of PartialTrigger attribute of those output text components. Then I tried to set the ID of SelectOneChoice as the value of the InlineFrame component, but failed getting the wanted result again.
    Problem: How to get a partial refreshing effect between two components that are in two different pages? Can partial trigger work in this scenario?
    Thanks for your interest!

    Hi,
    Sorry, you can't achieve that the way you're doing it. If you're using 11g, however, you could do that using regions.
    Regards,
    ~ Simon

  • Can I set autoSubmit="true" and partial trigger in Application Def. Editor?

    Hello Expert,
    Can I set autoSubmit="true" and partial trigger or other properties through JHeadstart Application Definition Editor?
    If I have changed the layout or add item though the Def. Editor, I have to regenerate and the manually modification
    on jsff will be overridden. Any suggestion to solve this problem?
    So far I know the page generation can be disabled, however, what if I have to regenerate the definition but want
    to remain the manual modification in Jsff?
    Thanks
    Neon

    Neon,
    You can use the "Depends on Item" property in the application definition editor. You can set this property on an item, or an item region, region container.
    The items that is specified as depends on item, will get autoSubmit="true" and the dependent items of region will get partial triggers that listen to the depends on item.
    Even if you need settings you can't generate, there is no need to switch off generation of the entire page.
    We never do this, we always specify custom templates for the bits and pieces of the page that we want to customize.
    Have you read section 4.7 "Customizing Using Generator Templates" in JHeadstart Developer's Guide?
    Steven Davelaar,
    JHeadstart team.

  • Partial Trigger Problem

    Hi All,
    Jdeveloper Version: 11.1.1.6.0
    ADF
    In JSFF page, components bind with bean. I am setting values for the bean through listener. And I added partial trigger to that component container.
    (i.e) AdfFacesContext.getCurrentInstance().addPartialTarget(a_component.findComponent("componentID"));
    Is any other way to add partial trigger to that componet? Can I set partial trigger in JSFF page itself?.
    Regards
    Mohanraj

    Thanks Timo
    This is my code:
    <af:panelGroupLayout layout="horizontal" id="changeAddress">
    </af:panelGroupLayout>
    Listener:
    public class PinCodeListener
    public static void execute(ActionEvent actionEvent)
    try
    UIComponent a_component = (UIComponent) actionEvent.getSource();
    AdfFacesContext.getCurrentInstance().addPartialTarget(*a_component*.findComponent("changeAddress"));
    catch(..)
    How can I get UIComponet? I am having only component ID.
    Am I need to get RichPanelGroupLayout?
    Like this way,
    RichPanelGroupLayout a_panelLayout = (RichPanelGroupLayout) a_component.findComponent("changeAddress");
    AdfFacesContext.getCurrentInstance().addPartialTarget(a_panelLayout);
    Mohanraj

  • Managed Bean attribute as Partial Trigger

    Hi all,
    I have a delete icon on my table, which needs to be enabled based on the condition.
    An attribute in the managed bean reflects that condition.
    Can i add this managed bean attribute as the partial trigger to my Delete icon?
    PS: I have tried the same with no success. Wondering if this is a right way to proceed!
    Thanks,
    Raghu

    Hi,
    You can follow following steps.
    1. Register the managed bean in adfc-config.xml.... is you hav'nt done yet.
    2. create set and get methods for the attribute in the managedbean, you can write your logic in the get method of the attribute
    3. the button should be enabled and disabled based on the condition...
    you can set the disabled property of button to boolean value or the elexpresson that evaluates to the boolean result.
    For example the button should be disabled when the attribute value is 'M' then you can do the following.
    disabled="#{myBean.myAttribute=='M'}"Hope this helps..
    Regards,
    Santosh.

  • Partial Trigger - component reference

    When you specify a partial trigger property using the "Edit Property: PartialTriggers" dialog the referenced component sometimes has 2 or 3 colons in front of it, e.g.
    PartialTriggers: "::searchLink ::orgLink"
    Can anyone explain the significance of the colons and why they are sometimes not present?

    Thanks for input all. Worked it out having spotted the text at the bottom of the editor which says: "* indicates a naming container"! So I think,
    - no colons means the referenced components are in the same container.
    - 2 colons means they're in the parent container.
    - 3 colons means they're in the grandparent container.

  • When use *"af:inputComboboxListOfValues"* partial trigger option, values no

    Dear All,
    When use *"af:inputComboboxListOfValues"* partial trigger option, values not refresh correctly.
    My code steps as follows :
    (Step 1). create as "af:inputComboboxListOfValue" attach a VO to it ...
    <af:inputComboboxListOfValues id="lovDescriptionId"
    popupTitle="Search and Select: #{bindings.Description.hints.label}"
    value="#{bindings.Description.inputValue}"
    label="Reason"
    model="#{bindings.Description.listOfValuesModel}"
    required="#{bindings.Description.hints.mandatory}"
    columns="#{bindings.Description.hints.displayWidth}"
    shortDesc="#{bindings.Description.hints.tooltip}"
    binding="#{backing_pages_MainProfileAction.lovDescriptionId}"
    disabled="false"
    partialTriggers="soc3 si1 si2">
         <f:validator binding="#{bindings.Description.validator}"/>
    </af:inputComboboxListOfValues>
    (Step 2). In a extrnal event change (say a button click) the VO data of above filted. So as a final case of this button action it should invoke partialTriggers.
    But this not working...?
    Please be kind enough to give solutions based on this case....
    Thanks,
    Sagara.

    Dear Frank,
    From your suggestion I research continued until today.
    Thanks for your highlighted point. By that I could resolve about 80% of my problem.
    There have to think another small area of regarding my entire problem.
    In af:inputComboboxListOfValues only acsept view Accessor or LOV which based on a main VO.
    So you say pass bind variable parameter value to ViewCriteria of LOV. I could do this & get filtered data to inputComboboxListOfValues.
    But is ther way to pass value to this bind variable by programmatically?
    (Currently I could do, pass value to the LOV ViewCriteria via field of main VO)
    Sagara.

  • How to find which component has a partial trigger to a specific component

    Hi,
    Not sure if this question has been posted earlier. Apology for repeating, but I need to know how to do this and could not find the answer by searching the forum.
    I want to know if there is a way to find out what all components that use a specific component in its partial trigger. So lets say I have two selectoneChoice.
    <af:selectOneChoice id="soc1" autoSubmit="true"
    value="parent"
    />
    <af:selectOneChoice id="soc2" autoSubmit="true"
    value="child1" partialTriggers="soc1"
    />
    <af:selectOneChoice id="soc3" autoSubmit="true"
    value="child2" partialTriggers="soc1"
    />
    There is the soc2.getPartialTriggers() method that gives on the partialtriggers on soc2. However, I want to know how can soc1 know who all are using it as their partialTriggers.
    Appreciate any clues and help.

    because i want to add a common valuechange listener method in my backing bean on the parent component that will update all its child components with a specific same value.

Maybe you are looking for

  • Help with project...

    I have aproject to do in my cs class. I seriously do not know what to do here: "For this project you will write a program that will aid in the cracking of a substitution cipher. Basically, it is a form of frequency analysis. Your program will read in

  • Trouble getting wireless to work with new D-Link DIR-655 wireless router

    I have the Mac Pro with the Leopard operating system. I just recently bought a DLink DIR-655 wireless router to use with my internet. All my PC's can get online just fine, but my Mac is painfully slow and sometimes disconnects altogether. Is there so

  • Can't PGP decrypt message

    Hello, I'm having problems with decrypting messages from a friend. I have his public key imported and signed as trustworthy, but I could't decrypt messages he encrypts with my key. Enigmail says: "Error: signature verification failed", and by trying

  • Interactive Reports hooks

    Hello! Is there any way to hook to Interactive Reports to: 1) do select of an option item in a widget filter (table header) from JavaScript and submit the report request (usefull when comming to an IR page from another page and want to "pre-filter").

  • Migrate SQLServer2008 DATA to Oracle11g

    This is the first time and I followed the Oracle instructions here: Migrating a Microsoft SQL Server Database to Oracle Database 11g The migration seemed to be successful even though it was a 2005.ocp and far as I can see all database objects created