problem with registration button

Hello



I have created two pages. On the first page (login page) I have two present lables (username, password) a button and a send button.
On the second page (registration page), I have the registry form. When I click on save button is show null binding error identifier.

Here is my source of the Homepage


<? XML version = "1.0" encoding = "UTF - 8"? >
< jsp:root xmlns:jsp = "http://java.sun.com/JSP/Page" version = "2.1".
xmlns:f = "http://java.sun.com/jsf/core".
xmlns:h = "http://java.sun.com/jsf/html".
xmlns:af = "http://xmlns.oracle.com/adf/faces/rich" >
< jsp:directive.page contentType = text/html"; Charset = UTF - 8 "/ >
< f: view >
< af:document id = "d1" >
< af:messages id = "m1" / >
< af:form id = "f1" >
< af:panelSplitter id = 'ps1' splitterPosition = '116 '.
orientation = "vertical" >
< f: facet = 'first' name >
< source = af:image "" / images1.jpeg "shortDesc = 'flight' id ="i1"/ >"
< / f: facet >
< f: facet 'second' = name >
< af:panelSplitter id = "ps2" splitterPosition = "220".
orientation = "vertical" >
< f: facet = 'first' name >
< af:panelTabbed id = "pt1" >
< af:showDetailItem id = "sdi1" text = "HOME" >
< p >
< af:inputText id = "it1" label = "UserName" / > < af:inputText id = "it2.
label = "Password."
secret = 'true' / > < af:commandButton id = "cb1".
Text = "submit" / >

< af:commandButton actionListener = "#{bindings." Create.Execute}.
Text = "Create" action = "Save."
ID = "cb3" / >
< /p >
< p >
< af:commandButton text = 'Save' id = 'cb2.
action = "Save."
actionListener = "#{bindings." Create.Execute} "/ >"
< /p >
< / af:showDetailItem >
< af:showDetailItem id = "sdi2" text = "SEARCH" / >
< af:showDetailItem id = "sdi3" text = "RÉSERVE" / >
< af:showDetailItem id = "sdi4" text = "CANCEL" / >
< af:showDetailItem id = "sdi5" text = "MY BOOKINGS" / >
< / af:panelTabbed >
< / f: facet >
< f: facet = 'second' name / >
< / af:panelSplitter >
< / f: facet >
< / af:panelSplitter >
< / af:form >
< / af:document >
< / f: view >
< / jsp:root >

It's my source Save page


<? XML version = "1.0" encoding = "UTF - 8"? >
< jsp:root xmlns:jsp = "http://java.sun.com/JSP/Page" version = "2.1".
xmlns:f = "http://java.sun.com/jsf/core".
xmlns:h = "http://java.sun.com/jsf/html".
xmlns:af = "http://xmlns.oracle.com/adf/faces/rich" >
< jsp:directive.page contentType = text/html"; Charset = UTF - 8 "/ >
< f: view >
< af:document id = "d1" >
< af:messages id = "m1" / >
< af:form id = "f1" >
< af:panelFormLayout id = "pfl1" >
< af:inputText value = "#{bindings." FirstName.inputValue}.
label = "#{bindings." FirstName.hints.label}.
required = "#{bindings." FirstName.hints.mandatory}.
columns = "#{bindings." FirstName.hints.displayWidth}.
maximumLength = "#{bindings." FirstName.hints.precision}.
shortDesc = "#{bindings." FirstName.hints.tooltip}.
ID = 'it8' >
< f: validator binding = "#{bindings." FirstName.validator} "/ >"
< / af:inputText >
< af:inputText value = "#{bindings." LastName.inputValue}.
label = "#{bindings." LastName.hints.label}.
required = "#{bindings." LastName.hints.mandatory}.
columns = "#{bindings." LastName.hints.displayWidth}.
maximumLength = "#{bindings." LastName.hints.precision}.
shortDesc = "#{bindings." LastName.hints.tooltip}"id ="it5">
< f: validator binding = "#{bindings." LastName.validator} "/ >"
< / af:inputText >
< af:inputText value = "#{bindings." MobileNumber.inputValue}.
label = "#{bindings." MobileNumber.hints.label}.
required = "#{bindings." MobileNumber.hints.mandatory}.
columns = "#{bindings." MobileNumber.hints.displayWidth}.
maximumLength = "#{bindings." MobileNumber.hints.precision}.
shortDesc = "#{bindings." MobileNumber.hints.tooltip}.
ID = "it1" >
< f: validator binding = "#{bindings." MobileNumber.validator} "/ >"
< af:convertNumber groupingUsed = "false".
model = ' #{bindings. " MobileNumber.format} "/ >"
< / af:inputText >
< af:inputText value = "#{bindings." Address.inputValue}.
label = "#{bindings." Address.hints.label}.
required = "#{bindings." Address.hints.Mandatory}.
columns = "#{bindings." Address.hints.displayWidth}.
maximumLength = "#{bindings." Address.hints.Precision}.
shortDesc = "#{bindings." Address.hints.ToolTip}"id ="it2">
< f: validator binding = "#{bindings." Address.Validator} "/ >"
< / af:inputText >
< af:inputText value = "#{bindings." City.inputValue}.
label = "#{bindings." City.hints.label}.
required = "#{bindings." City.hints.Mandatory}.
columns = "#{bindings." City.hints.displayWidth}.
maximumLength = "#{bindings." City.hints.Precision}.
shortDesc = "#{bindings." City.hints.ToolTip}"id ="it7">
< f: validator binding = "#{bindings." City.Validator} "/ >"
< / af:inputText >
< af:inputText value = "#{bindings." State.inputValue}.
label = "#{bindings." State.hints.label}.
required = "#{bindings." State.hints.Mandatory}.
columns = "#{bindings." State.hints.displayWidth}.
maximumLength = "#{bindings." State.hints.Precision}.
shortDesc = "#{bindings." State.hints.ToolTip}"id ="it4">
< f: validator binding = "#{bindings." State.Validator} "/ >"
< / af:inputText >
< af:inputText value = "#{bindings." Country.inputValue}.
label = "#{bindings." Country.hints.label}.
required = "#{bindings." Country.hints.Mandatory}.
columns = "#{bindings." Country.hints.displayWidth}.
maximumLength = "#{bindings." Country.hints.Precision}.
shortDesc = "#{bindings." Country.hints.ToolTip}"id ="9">
< f: validator binding = "#{bindings." Country.Validator} "/ >"
< / af:inputText >
< af:inputText value = "#{bindings." Pincode.inputValue}.
label = "#{bindings." Pincode.hints.label}.
required = "#{bindings." Pincode.hints.Mandatory}.
columns = "#{bindings." Pincode.hints.displayWidth}.
maximumLength = "#{bindings." Pincode.hints.Precision}.
shortDesc = "#{bindings." Pincode.hints.ToolTip}"id ="it3">
< f: validator binding = "#{bindings." Pincode.Validator} "/ >"
< af:convertNumber groupingUsed = "false".
model = ' #{bindings. " Pincode.format} "/ >"
< / af:inputText >
< af:inputText value = "#{bindings." EmailId.inputValue}.
label = "#{bindings." EmailId.hints.label}.
required = "#{bindings." EmailId.hints.mandatory}.
columns = "#{bindings." EmailId.hints.displayWidth}.
maximumLength = "#{bindings." EmailId.hints.precision}.
shortDesc = "#{bindings." EmailId.hints.tooltip}"id ="it6">
< f: validator binding = "#{bindings." EmailId.validator} "/ >"
< / af:inputText >
< af:inputText value = "#{bindings." CustomerId.inputValue}.
label = "#{bindings." CustomerId.hints.label}.
required = "#{bindings." CustomerId.hints.mandatory}.
columns = "#{bindings." CustomerId.hints.displayWidth}.
maximumLength = "#{bindings." CustomerId.hints.precision}.
shortDesc = "#{bindings." CustomerId.hints.tooltip}.
ID = "it10" >
< f: validator binding = "#{bindings." CustomerId.validator} "/ >"
< / af:inputText >
< af:inputText value = "#{bindings." Password.inputValue}.
label = "#{bindings." Password.hints.label}.
required = "#{bindings." Password.hints.Mandatory}.
columns = "#{bindings." Password.hints.displayWidth}.
maximumLength = "#{bindings." Password.hints.Precision}.
shortDesc = "#{bindings." Password.hints.ToolTip}.
ID = "it11" >
< f: validator binding = "#{bindings." Password.Validator} "/ >"
< / af:inputText >
< f: facet name = "footer" >
< af:group id = "g1" >
< af:commandButton text = "Commit" id = "cb1".
actionListener = "#{bindings.Commit.execute} '"
/ >
< af:commandButton id = "cb2" text = "Login" action = "login" / >
< / af:group >
< / f: facet >
< / af:panelFormLayout >
< / af:form >
< / af:document >
< / f: view >
< / jsp:root >

A I missed something? Please help me create this page

Hello

GoTo your defination file page (click right jspx page and select goto page defination in context menu) and check if the create action is set it... Otherwise you can manually add by
by clicking on '+' icon-> action-> select your iterator and select "Create" action in the menu dropdown.

I hope this helps...

Kind regards
Sicard.

Tags: Java

Similar Questions

  • Satellite P300 - problems with the buttons of enlightenment

    First of all, I would like to apologize for my bad English, I'm French actually.

    Hi, I bought a laptop Satellite P300, a couple of days, and already I have a problem with tactile keys (one on top of the keyboard).

    Actually, the only one of the left, which is supposed to turn off the sound used to keep away the keys lights and Satellite logo. One day (and I don't know why), when I pressed her, she actually cut the sound. And now, the first two keys (mute and shortcut of windows media) do not work, but the other four (Media Player control).
    I tried Toshiba Assist, and the tool for the configuration of the pushbuttons (I don't know the English name of this tool) but I couldn't set the keys, they were not on the list "button name".

    So, does anyone have an idea how to solve this problem?

    I apologize again for my English.

    Hello

    I assume you are using Windows Vista because you bought the laptop a couple of days and so I think that you should try to reinstall the Toshiba value added Package. This package determines the buttons of the lighting that you mean and others (for example the FN keys too).

    The latest version, you can download the Toshiba site:
    http://EU.computers.Toshiba-Europe.com-online decision-making supported Downloads & => Download drivers

    1. download the latest PPV on the Toshiba site
    2. go in Control Panel > Add/Remove programs. Find the Toshiba value added package and remove it
    3. restart the laptop
    4. download and install CCleaner. This cool cleans up the registry of Windows and system files. He should find some registry keys of Toshiba you should remove with CCleaner.
    5 reboot the laptop
    6. install the PPV that you already downloaded
    7 restart once again

  • dv2120us problem with Quickplay buttons.

    Hi, I had a problem with my laptop. These are real (not the quickplay button) quickplay buttons but the game, mute, volume, keep buttons etc. to control themselves and increase the volume and mute itself randomly. I already uninstalled the driver of buttons quickplay but the volume and make everything always the same thing.

    Help, please! HP is certainly not helpful at all...

    You may have a hardware problem.

    However, before moving on to this conclusion, you try to reinstall the software of HP Quick Launch?

    If you have, it would be a hardware problem, try to reposition the ribbon cable, open Control Panel switch and re - adjust the ribbon cable.

    If you want to make yourself download HP Pavilion dv2000 Notebook PC Maintenance and Service of Guide

    You will find how to open the switch Board.

  • Problem with cancel button dialogue ADF

    Hello
    I am facing a problem with the dialogue ADF Cancel button. Is it possible to make the button "Cancel" immediately for dialogue? Currently, the Cancel button is not immediate for a dialogue (type: okcancel) and when the user clicks the Cancel button, validation messages are coming even if the dialog box is closed successfully. Any help is very appreciated.
    Thank you
    Rahul

    You can use a dialog box with only the OK button and put your own button cancel on the dialog box. This button, that you can assign immediately...

    Check "Using the buttons in custom dialog" to http://docs.oracle.com/cd/E17904_01/apirefs.1111/e12419/tagdoc/af_dialog.html

    Timo

  • AS3 problem with navigation button

    I'm going to have trouble getting this code works I've linked to a button I want to access this page within my current browser window can someone tell me what is the problem with this code and how to fix

    This is the error I getwhen I clicked

    TypeError #2007:perameter url must be non-null

    var url: String = ("http://www.google.com/'");

    google_btn.addEventListener (MouseEvent.MOUSE_DOWN, function (): void {})

    navigateToURL (new URLRequest, "_self") ;}

    );

    I'm officially withdrawing my brain for the day... added: evt:MouseEvent

    home_btn.addEventListener (MouseEvent.MOUSE_DOWN, downHandler);

    function downHandler(evt:MouseEvent):void {}

    navigateToURL (new URLRequest (url), "_self");

    }

  • have a real problem with linking buttons to pages

    Hello

    Right, I'm pretty new to Flash CS5 and doing a simple website in Action Script 3.0.

    I have set out four pages I want, and that you have created a button for each page on each page.

    I was told that a script simple stop stop pages acting as a movie.

    I entered:

    14:00


    Stop();

    function button1_clicked(e:MouseEvent): void {}
    gotoAndStop ("home");
    }

    function button2_clicked(e:MouseEvent): void {}
    gotoAndStop ("about");

    }
    function button3_clicked(e:MouseEvent): void {}
    gotoAndStop ("galleries");
    }

    function button2_clicked(e:MouseEvent): void {}
    gotoAndStop ("about");
    }

    Button1.addEventListener (MouseEvent.CLICK, button1_clicked);
    Button2.addEventListener (MouseEvent.CLICK, button2_clicked);
    Button3.addEventListener (MouseEvent.CLICK, button3_clicked);
    Button4.addEventListener (MouseEvent.CLICK, button4_clicked);

    He said cela and buttons to link to relevant pages.

    When I test the movie buttons start flickering and pictures...

    Please help it is frustrating!

    Thank you

    Chances are you have a problem with the code in your file.  Do you get any error messages?  You should because of the double function in code that show you.  You can't have two functions named button2_clicked.  The last should be button4_clicked and should probably go elsewhere...

  • Problems with the buttons (on the area of State/Hit)

    The site I'm getting is:

    http://www.RelicRockBand.com

    If you go to the "Biography" section, you'll see four links that work as buttons of reversal.  Now, if you go to the 'Media' section, you will see 6 links that do not appear to react correctly as buttons of reversal.  They fulfill their function, but it is difficult to get the button to appear in its "underline" in the State.  I don't know if it is a problem with the over State, the status of success or another problem with how I built the site.  If you want to take a look at this, go to:

    http://www.uvm.edu/~nmphilli/Relic_Website/Flash/Relic_Webpage.fla

    to get the FLA for the site.  The concerned items are nested as follows: in scene 1, on the content layer, label image 'Media' (frames, 16-21), you will find Media_Fader, where is Media_Content, in which are several buttons, each with getURL actions that are applied to them.  Any help would be fantastic!  Thank you!

    -Nic

    The question always involves using the textfield links.  Remove the textfields in all settings inside the buttons and your problems should go away.

  • Problem with double buttons on a form

    Hello-

    I have a single form with two buttons, currently named "Button1" and "Button2". The two buttons guide DW/php code by default to update the records in the database (in MySQL), but I want the page redirect after the update to be determined by which button was pushed.

    I use $_GET ['ButtonName"] direct action based on which button was used to send the form. Unfortunately, I can't redirect the page where I want.

    The code I use is:

    =======
    If (isset($_GET['Button1'])) {}
    $updateGoTo = "edit_onepage.php";
    } else {}
    $updateGoTo = 'account.php ';
    }
    ========

    If the user sends using Button1, I want that they passed to the 'edit_onepage.php '. If he submits using Button2, I want him sent to the 'account.php '. Unfortunately, no matter how I play with this code, the form is always to send 'account.php', whatever the button is pressed.

    Anyone can see what I'm missing here? Thanks in advance for your advice.

    Oops! Found my mistake. It works if I retrieve information button with ' $_POST ', not ' $_GET '. I'll leave this place in case someone else has a similar problem.

  • Problem with registration of data in the txt file

    Hello

    I have 2009 Labview, Labview real-time 2009 and cRIO 3.3.0. I also NEITHER cRIO-9024 more cRIO-9112 chassis and modules.

    I would like to save the data measured modules in the txt files, but I want to do in a period of time to time desire. For example, I want to save data of measurements of 60 seconds and repeat every one hour. I of the project (in the file attachment vi) and normally it works fine but I noticed that the recording of the data is not correct. I mean it seams to save what was in the memory before. That's the problem with Windows XP I have check with another computer with Vista and it seems to be ok. It seems that on XP the buffer (refnum?)  is not clear and it retains the previous values.

    Can someone explain to me why it happened and how I can obey Windows XP? Or maybe there are techniques to clear the memory buffer/refnum for rescue?

    Thanks for any help.

    Kind regards

    Kamil


  • Problem with interactive buttons

    Hi all

    I seem to have trouble with interactive buttons.

    InDesign CS5 - Version 7.0.3

    I create a document with 2 pages (Pages face is checked).

    Add a text box to each page, Page it says "1" text box and two page says '2 '.

    Text box on page two I right click and select Interactive | New hyperlink Destination - Type: Page, Page: 2, Zoom adjustment: fixed

    On the Page, one I add a sample since the button panel button.

    I select the button and then display the button panel.

    I delete the default "Go To URL" action and add a 'Go To Destination' action using the event to "on release".

    When I preview the page in the "Preview" Panel, I click "Play" and that he can see the first page and the (large) button, but when I click on the button, nothing happens.

    Changes of mouse I have the mouse on the button, the button state changes rolling State... everything seems good, but it is not actually exercise the action of going to the next page.

    I tried the export in PDF and ensuring that 'Include bookmarks' and 'Référence' is checked so that ensuring that 'create PDF containing the tag' is checked, but the exported pdf file does not work the action!

    What I am doing wrong? It seemed so easy when I watched some video tutorials on how to do it.

    Any help would be appreciated.

    Thank you

    Andy

    You export to PDF (Print), by the sound of it, and the buttons do not work in Print PDF. Try to export to PDF (Interactive).

    And ID update for 7.0.4

  • Problem with the buttons 'Internet' and ' CD/DVD"on the Satellite X 200 - 22U

    Hello

    I use a laptop Toshiba Satellite X 200 - 22U with Windows Vista Home Premium.
    My problem is: I want to create an application to start with multimedia keys ('Internet', 'Disc'). I registered it with TOSHIBA, but the buttons ' CD/DVD' and 'Internet' do not work. In the TOSHIBA Assist Button Manager software, I see "¥" (yen mark) instead of the "------" (backslash) in the path field. I checked it in REGEDIT, where everything is OK, I see the path correctly. But these two buttons do not work. ' Play/Pause', 'Stop', 'Previous' buttons 'Next' work with Windows Media Player.

    Please, help to solve my problem!

    Thank you
    McLawrence

    Have you installed the latest version of Toshiba Assist?
    To do this, look on the Toshiba site and also check if there is a new BIOS.
    http://EU.computers.Toshiba-Europe.com-online decision-making supported Downloads & => Download drivers

  • Problems with registration of data in a FPGA project.

    I have problems trying to save data that I receive on my CompactRIO. I can get the data off of it, trace and display, but I can't seem to save to a file with a recording of VI. Try to solve this problem, I did a VI outside our project that runs the simple task of saving a table provided in a .csv file. Outside the project, this works fine, but when I add this VI project is when I get problems. If I provide a path outside the project, he invites me to the path, in the project, this guest never appears, but I get an error indicating that the user has canceled the operation. I found that this error is the same as you would get if you closed the guest to use the X rather than hitting the Cancel button. If I provide a path in VI, I get no error, but nothing happens and nothing is recorded. Another interesting thing happens when I move this file to the project. When I go to run it, I get a prompt asking you to save Message String.vi Format because it has unsaved changes, and when I ask him to list the unsaved changes, he said that the VI has been recompiled. When I take the VI on the project and run it, it says he has recompiled again and must still be saved. It's really frustrating when such a simple task will not work for any help that you could give is appreciated.

    Will be

    He will never be able to save the file on your PC, only on the controller it self.

    Then use FTP to transfer the files to your PC.

    Or you could do a host PC VI that gets the data from the controller, and then stores the data on the PC.

    To transfer the data, you can use TCP or shared variables.

  • Problems with the button "INSERT."

    Hello

    I have a problem in my homework. I need to do the following:

    "original numbers" table contains zeros. Let LabVIEW fill a table 'original numbers' by random integers from 10 to 90 at a rate 1 number/0.5 seconds by replacing each zero both from top down. (FACT)

    the user fills out 10numbers in a 'numbers inserted without doubt' table. The user then decides if it needs to change a generated number that he dislikes changing table "insert."

    Then he presses the button INSERT and a resulting table appears containing the items that the user has changed...

    This video could clarify:

    http://www.YouTube.com/watch?v=dDXo2ABqNM4

    The problem I face is the button INSERT. In the video, at the moment he is passed the program will continue until the last part.

    I enclose the vi. I think that there is no logical errors in the program except the INSERT box structure.

    Thank you.
    PS version is LabView2010; I get error when trying to save in the desolate previous versions.

    A.A.A. wrote:

    1. What does it mean to turn off automatic indexing?
    2. I did not understand why we used the palette table to remodel. What are the dimensions of the entry and exit? Very nice way how you did a length of 10 zero array. (I'll use when I guess that the solution to the problem of dimension.)
    3. Have you used the expectation of 100 ms to do not affect the performance of the computer or for another reason?
    4. How where you can link the table Palette not equal 'changed' numbers?
    5. Where did you get the button "replace"? I think that my button "insert" is the oppositeof he needs to do.

    Your code still has major flaws. Your questions are very basic, and I recommend doing a few tutorials.

    1. If wire you an array through a loop limit, the tunnel can have two modes (plain (solid square) or autoindexing (contains a small set of brackets)). In your case, you are autoidenxing the table 1 d, creating a 2D (two lines) table at the end of the first loop. You generate 10 x too much data! (create a KPI 10 x 10 on the 2D table to see what you actually do!). You can right click on a tunnel to switch between the modes of indexation. A simple tunnel carries the unchanged data in the table. A tunnel exit autoindexing, creates an array to a higher dimension, in your case a table 2D of a table 1 d with a new line by iteration. If you autoiindex one scalar value, you get an array of 1 d with a single element by iteration. A tunnel entrance of autoidexing does the opposite. If wire you a table 1 d to a loop FOR using autoindexing, you get a scalar by iteration and the loop FOR stops once the table runs out of elements. Is equavalent (with some differences) for wiring without autoidenxing, then using "index Board" with the index wired to [i] as you currently do. In your case, you should get the table 1 d since the shift of the first loop register, it has all the information (!) and autoidexing on the edge of the second loop off, and the result would be the same, except that you use only 10% of the memory.
    2. Once you are autoidexing to a loop limit, a number of loop iterations FOR will be determined by the size of the smallest table autoindexing. It would be a problem if you later want to modify the code to work on for example of 20 elements, because the other two tables in my code would force the loop to stop after 10 iterations. 'Resize the table' can be used for upholstery/trimming tables and in this case we are accommodating to the length on the main Board to ensure that the loop FOR does not stop prematurely. In your case, the berries to replace and switch are empty by default, if the loop would not turn at all unless you enter values. "resize the table" brings them up to the waist.
    3. Yes, you need a small wait inside the other case, or elsewhere in the while loop. Without delay, the essentially empty loop will turn millions of times per second, consuming all CPU in the process while doing nothing. No human can click a button with this kind of temporal resolution, so a wait 100 ms is not noticeable, but will fall CPU utilization to a negligible level. Your computer has dozens of processes running at any given time. Imagine how it would work if all programs would consume all CPU, they can possibly get?
    4. I compare two tables, and the result will be an array of Boolean. You are comparing only two scalars and you won't get a table. Also, you do not have the 'AND', because if the values are different, it must be true anyway. In your case, you will need to wear a similar table of Boolean in the table number, replacement of the elements as you go.
    5. A button is a button a button. There should be no difference. You can change the label text Boolean, default value, and mechanical action to match your needs.

    A.A.A. wrote:


    I had to initialize the tables full of zeroes but the way you did much simpler.  How to initialize them to zero? (where did you get the pallets? I've attached a picture clarifing my question.

    Here are the local variables. You don't need to find them in the palettes. Simply right click on a terminal and 'create the local variable '. Voila!

    (Local variables can serve as an indicator of reading or writing to a control. However, because they break the flow of data, you can generate dangerous racing conditions. They also force copies of additional data in the memory. Do not use them as "variables" in the text according to the code. Except for the interface initialization interactions and the user, they should be used sparingly and are rarely needed. In principle, my code has a theoretical condition because the order of operations is not determined between three sections of the code are independent. For example if the initializion would happen after the execution of the second loop, you will get an unexpected result. This will never happen in this particular case, but in other scenarios, it could be a problem.)

  • How can I solve problem with registration PIC after changing it? that is the necessary files and permissions of directory question

    I take a picture on my cell phone and then send it from the phone to my PC via bluetooth. It creates a JPG file which can be opened with a double-tap using Paint Shop Pro 6. Then I crop and click on the "Save" button. Problem is... it appears this darn saying Paint Shop Pro box always could not overwrite the specified file. Please make sure you have the necessary file and directory permissions. OK

    It's my home PC and I'm the only user so obviously, I'm the admin. Is could someone please tell me what I can do to stop this and give me the details?

    More information: if I click on file > save as, I can record with the same name somewhere or save it under a new name, where I want to.

    Even if you are the administrator, that it does not necessarily mean that you have the full access rights on the file or folder in question, but as an administrator, you have rule on the computer and as such, you can enter the owner of the file or the folder and grant you full control over the object.

    How to capture a file or a folder in Windows XP

    John

  • RH9 WebHelp problem with the buttons next and previous topic

    The previous topic and next topic buttons do not work as expected. By example, if I navigate to topics and click on the previous topic, I expect to see the most recent section I read (similar to the use of the back button in a browser to see the previous page). However, the previous button is not available or the user to a random topic and next topic never brings up the next topic.

    I inherited this project, my first experience with RH9 and so am not sure something previous author included in the project to check the buttons appear or if these buttons are part of the interface default WebHelp. I looked in properties available to single Source for each output, but do not see any place to specify information on these buttons.

    As you can see in the screenshot, is not on the sequences of travel (I saw that there are other questions about Next and Previous as sequences associated to browse).

    Any help appreciated because this bug was found by QA and they would like to solve the problem in the next update...

    Carol1-25-2013 11-09-41 AMNextPrevProblem.png

    Hello

    These buttons above the table of contents are buttons for the navigation sequence. And that might explain their behavior.

    Do you mean any other key? Am I missing something?

    Take a bow

    Willam

Maybe you are looking for

  • How to stop the album in music to repeat on the iPhone 6

    6, 64 GB, iOS 10.0.1, updated iPhone apps I like listening to an album all to fall asleep. With an old iPod and a SoundDock, the album stops playing after it's over. With my iPhone 6, the album - or perhaps an individual song - continues to play all

  • HP 455 G1 - install new SSD

    Hello I just ordered a new HP 455 G1 and now I want to install an SSD. It's the SSD in my old Asus which is: Crucial M4 128 GB SSD 6, 4cm (2.5 ''). Just a few questions about this:-Can I install this SSD as additional disk or I have to exchange it wi

  • Extract data from files of the NRF

    Hello! So, I'm working on a project where I have files of data that are written on 12 channels in a .nrf file.  As the NRF seems to be a pretty unique file format I don't come with a better than DIAdem Software for open data.  I'm looking for a way t

  • Double click mouse randomly

    I'm in trouble very frustrating. My wired mouse double-clicks when I single click, and it happens in all programs. I tried to search it as much as possible before posting here. I bought a new mouse, tried different ports, uninstalled and reinstalled

  • Can I use a product key from my laptop Windows 7 Home Premium OA on the newly installed window.

    I want to restart my laptop. I have a copy of windows 7 Home premium since I bought it for my office of game. If I use the CD to install a new window on my laptop. I am able to use my laptop Windows 7 product key to this topic?