Code is here, please help

<can you please tell me what I did wrong in the code below.
<%@ page language="java" contentType="text/html" %>
<html>
<body bgcolor="white">
<jsp:useBean id="courseBean" scope="session" class="course.CourseBean">
<jsp:setProperty name="courseBean" property="*" />
</jsp:useBean>
This is the information stored in the course database
<br><br>
Course Name:  
<jsp:getProperty name="courseBean" property="name"/>
<br>
Course id:        
<jsp:getProperty name="courseBean" property="id"/>
<br>
Description:    
<jsp:getProperty name="courseBean" property="description" />
<p>
Please click the link below to go to the course page:
<br><br>
<a href="<%=courseBean.getName() %> <jsp:getProperty name="courseBean" property="descipline" /">"><%=courseBean.getName() %></a>
<% if(courseBean.getName().equals("Java")) { %>
<jsp:forword page="java.html" flush="true" />
<jsp:include file="coursesAdmin.html" flush="true" />
<%}else if(courseBean.getName().equals("Internet")) {%>
<jsp:forward page="Internet.html" flush="true" />
<jsp:include file="courseAdmin.html" flush="true" />
<%} %>
</p>
</body>
</html>
Thank you
Ajlear
</a>

mjkracker,
I have the following code and what does is to get a name from the bean. After I got the name I want show this name as a link on the confirm page.
Now when I click this link it must take me to a newly created page. This file which is created on the fly must have same name as the name from the bean property.
Here is the line I want do all this job but not complete because I do not know how to do.
"><%=courseBean.getName() %></a>
<% if(courseBean.getName().equals("Java")) { %>
<jsp:forword page="java.html"/>
<jsp:include page="coursesAdmin.html" flush ="true"/>
<%}else if(courseBean.getName().equals("Internet")) {%>
<jsp:forward page="Internet.html" />
<jsp:include page="courseAdmin.html"flush="true" />
<%} %>
Thanks again

Similar Messages

  • I get a lock bios code of 60293385 please help

    i get a lock bios code of 60293385 please help some times it is was a 5###### somthing?

    Post most recent code here:
    http://bios-pw.org/
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • My compouter (PC) no longer recognizes my ipod (4th gen), it "sees" an unknowndevice and gives me error code 43.  Please help.

    My compouter (PC) no longer recognizes my ipod (4th gen), it "sees" an unknowndevice and gives me error code 43.  Please help.

    Check for hardware issues
    Try to restore your iOS device two more times while connected with a cable, computer, and network you know are good. Also, confirm your security software and settings are allowing communication between your device and update servers. If you still see the alert when you update or restore, contact Apple support.
    Common errors: 1, 10-47, 1002, 1011, 1012, 1014, 1000-1020.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      

  • Hello, i have a problem with this number code  213:19,  please help me!

    Hello, i have a problem with this number code  213:19,  please help me!

    dan
    What version of Premiere Elements and on what computer operating system is it running?
    If you are using Premiere Elements 13, have you updated it to 13.1 yet? If not, please do so using an opened project's Help Menu/Updates.
    What type of user account are you using....local administrator or domain type?
    Please review the following Adobe document on the 213.19 issue. Have you read that already?
    Error 213:19 | Problem has occurred with the licensing of this product
    ATR

  • When I download the digital copy of the Hunger Games, it stops at 4.0GB and first returns an error code -1309 and then the code -50. Please help me complete the download.

    When I download the digital copy of the Hunger Games, it stops at 4.0GB and first returns an error code -1309 and then the code -50. Please help me complete the download. I have tried removing the .tmp folder and downloading it again, but each time it stops the download in the same place.

    I discovered the solution. The external drive I was saving it to was formatted as FAT32. In that format, the largest files can only be 4GB, which explains why it kept stopping at 4GB. I backed up all the files then reformatted it as Mac OS Extended (Journaled), this is possible since I am on an iMac.

  • I am having trouble printing I have a connection to my printer wirelessly but does not print out the correct page I want.When I do print I get a bunch of pages more than is needed and also get a code and symbols please help I am jammed at work

    I am having trouble printing I have a connection to my printer wirelessly but does not print out the correct page I want.When I do print I get a bunch of pages more than is needed and also get a code and symbols please help I am jammed at work

    This can be the result of selecting the wrong driver. An older, unsupported laser printer will sometimes work with the generic Postscript driver.

  • I need to unlock compaq mini code is CNU027599F, please help

    i need to unlock compaq mini code is CNU027599F, please help
    This question was solved.
    View Solution.

    Ash try.
    e9l17xqoo8
    3rd letter lowercase L.
    4th is number 1.
    7th letter lowercase Q.
    8th and 9th letter lowercase O.
    Use that code to go into the BIOS.
    Disable all passwords that are enabled.
    IF asked for the CURRENT password use that code.
    IF asked for NEW password just hit enter.
    If asked to VERIFY password just hit enter.
    Save and exit.
    REO
    I must inform you that these services are not endorsed by HP, and that HP is not responsible for any damage that may arise to your system by using these services. Please be aware that you do this at your own risk.
    HP Expert Tester "Now testing HP Pavilion 15t i3-4030U Win8.1, 6GB RAM and 750GB HDD"
    Loaner Program”HP Split 13 x2 13r010dx i3-4012Y Win8.1, 4GB RAM and 500GB Hybrid HDD”
    Microsoft Registered Refurbisher
    Registered Microsoft Partner
    Apple Certified Macintosh Technician Certification in progress.

  • HTMLB Code not working Please help.....

    Hello All,
    Ive new in HTMLB. Have written this code wherein a JSP page is called from a JSPDynPage file. But am <b>not getting any output. Its all blank.</b> Dunno if im going wrong .... Please help.
    Struggling with this since y'day.
    <b>CODE</b>:
    <u><b>UserInfoDynPage.java</b></u>
    package com.sap.sample;
    import com.sapportals.htmlb.*;
    import com.sapportals.htmlb.enum.*;
    import com.sapportals.htmlb.event.*;
    import com.sapportals.htmlb.page.*;
    import com.sapportals.portal.htmlb.page.*;
    import com.sapportals.portal.prt.component.*;
    public class UserInfoDynPage extends PageProcessorComponent
    {     public DynPage getPage()
         {     return new UserInfoDynPageDynPage();
           public static class UserInfoDynPageDynPage extends JSPDynPage
           {     //private UserInfoBean UserInfoBean = null;
             public void doInitialization()
             {          IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
                       IPortalComponentSession componentSession = ((IPortalComponentRequest)getRequest()).getComponentSession();
                    /*Object o = componentSession.getValue("UserInfoBean");
                    if(o==null || !(o instanceof UserInfoBean))
                    {     UserInfoBean = new UserInfoBean();
                      componentSession.putValue("UserInfoBean",UserInfoBean);
                    else
                    {     UserInfoBean = (UserInfoBean) o;
                    // fill your bean with data here...
        public void doProcessAfterInput() throws PageException
        public void doProcessBeforeOutput() throws PageException
        {     this.setJspName("UserInfo.jsp");
    <u><b>UserInfo.jsp</b></u>
    <%@ taglib uri="tagLib" prefix="hjb" %>
    <hbj:content id="myContext" >
         <hbj:page title="UserInfo Page">
            <hbj:form id="myFormId" >
                 <hbj:textView id="title" text="Search Screen" design="STANDARD" />
                 <table>
                      <tr>
                           <td>
                                <hbj:label id:"lb_Search" text"Search For" labelFor="search" />
                           </td>
                           <td>
                                <hbj:inputField id="search" type="string" maxlength="25" />
                           </td>
                      </tr>
                      <tr>
                           <td>
                                <hbj:label id="lb_SearchType" text="Search Type" labelFor="searchType" />
                           </td>
                           <td>
                                <hbj:dropdownListBox id="SearchType" tooltip="UME Object  to search for" disabled="false">
                                     <hbj:listBoxItem key="user" value="User" />
                                     <hbj:listBoxItem key="group" value="Group" />
                                     <hbj:listBoxItem key="role" value="Role" />
                                </hbj:dropdownListBox>
                           </td>
                      </tr>
                 </table>
                 <br>
                 <hbj:button id="submit" text"search!" tooltip="Click me to search" disabled="false" design="emphasized" />
                 <br>
                 <br>
       </hbj:form>
      </hbj:page>
    </hbj:content>
    <u><b>Portalapp.xml</b></u>
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="PrivateSharingReference" value="com.sap.portal.htmlb"/>
      </application-config>
      <components>
        <component name="UserInfoDynPage">
          <component-config>
            <property name="ClassName" value="com.sap.sample.UserInfoDynPage"/>
            <property name="ComponentType" value="jspnative"/>
            <property name="JSP" value="pagelet/UserInfo.jsp"/>
          </component-config>
          <component-profile>
               <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>
          </component-profile>     
        </component>
      </components>
      <services/>
    </application>
    =============
    Please help.
    Awaiting Reply.
    Thanks,
    Uday
    Message was edited by: Uday Hardikar

    Hi BHI,
    Thank you for your input.
    Had made silly mistake and got solved.
    And now, I have another problem which is related to this same program but the error seems to be a different one.
    Have posted another query:
    Error in HTMLB program..Please help..Urgent OR Error in HTMLB program..Please help..Urgent
    Please help me as its kinda urgent.
    Thanks in advance.
    Uday

  • Mystery Problem in Code...Please Help...

    Ok, here's the situation. I am a photographer, and have been writing code for some time now. I decided to write a java application that would write individual web pages for each jpeg present in two directories, bnw and color, making the job of writing as many as 300 virtually identical pages a lot less annoying. Unfortunately, this is even more so.
    The code is clean in nice, and it compiles without a hitch. When I run the application (w/ jdk 1.4.0) on Windows 98, it comes up with an invalid path error when it tries to create the first of these web pages, but after it writes the list of all the images it sees. (This list is created successfully.) I went back and double checked that there weren't any filenames that Windows would gripe about, and an error was found. I corrected the error, and now everything is kosher, but yet the same error still occurs. I've several different methods of doing the same thing, and every time, the same error occurs at the same spot. I have included the source code below. Please, any help would be appreciated!
    import java.io.*;
    import java.util.*;
    public class listDir {
         public static final String DEBUG = true;
         static {
              if (DEBUG)
                   System.err.println("----------- < DEBUGGING IS ON > -------------");
            public static void main(String[] args) {
              // DEBUG STATEMENT
              System.err.print("DEBUG: Declaring final Strings... ");
                    final String path1 = "E:\\Liam Conrad - Photographer\\800x600\\images\\html\\bnw";
                    final String path2 = "E:\\Liam Conrad - Photographer\\800x600\\images\\html\\color";
              final String line1 = "<html>\r\n<head>\r\n<title></title>\r\n<link href=\"../../master.css\" rel=\"stylesheet\">\r\n</head>\r\n";
              final String line2 = "<body>\r\n<table width=\"100%\" height=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n";
              final String line3 = "<td align=\"center\" valign=\"top\" colspan=\"1\" width=\"100%\">\r\n<p><img src=\"";
              final String line4 = "\" border=\"1\" width=\"432\" height=\"288\" alt=\"\"></p></td></tr></table></body></html>\r\n\r\n\r\n";
              // DEBUG STATEMENT (2)
              System.err.println("[ DONE ]");
              System.err.print("DEBUG: Declaring variables... ");
              String temps1;
              String temps2;
                    RandomAccessFile raf;
                    RandomAccessFile mfo;
                    File d1;
                    File d2;
                    String[] list1;
                    String[] list2;
                    String[] list3;
                    Vector svect = new Vector();
              // DEBUG STATEMENT (2)
              System.err.println("[ DONE ]");
              System.err.println("DEBUG: Beginning try statement.");
                    try {
                            d1 = new File(path1);
                            d2 = new File(path2);
                            raf = new RandomAccessFile("dirlist.txt", "rw");
                            list1 = d1.list();
                            list2 = d2.list();
                            for (int i = 0; i < list1.length; i++) {
                                    if (list1.endsWith(".jpg")) {
    svect.add("bnw_" + list1[i]);
    } else {
    for (int i = 0; i < list2.length; i++) {
    if (list2[i].endsWith(".jpg")) {
    svect.add("color_" + list2[i]);
    } else {
    for (int i = 0; i < svect.size(); i++) {
    raf.writeBytes((i+1) + ":\t" + svect.get(i) + "\r\n");
    raf.close();
                   for (int i = 0; i < svect.size(); i++) {
                        temps1 = svect.get(i) + "\b\b\bhtml";
                        temps2 = temps1;
                        System.out.println(temps2);
                        mfo = new RandomAccessFile(temps2, "rw"); // <--- Here is where the error is occuring every time.
                        mfo.writeBytes(line1);
                        mfo.writeBytes(line2);
                        mfo.writeBytes(line3);
                        mfo.writeBytes((String)svect.get(i));
                        mfo.writeBytes(line4);
                        mfo.close();
    } catch (Exception e) {
    e.printStackTrace();
                   System.err.println((char)7 + "\n");

    Hi buddy
    First of all, there is no mystery in this program. Everything is pretty clear...
    OK, Instead of pointing out the mistakes you have done, I thought why not may be I cam modify the program and then give u the code. Go thru the code and you will understand the mistakes you have done. You have to make a few changes to make this applicable to you. Firstly, change the directory names, secondly, change the GIFs to JPGs, thirdly, add the table formatting that you were looking for(i removed the formatting for simplicity)... and things like that.
    Lot of things to say about : Since you are creating a html file in the current directory and in that html file, you are refering to the images in two other directories, you wont be able to see the images unless you move the files to the current working directory. And you cannot move a file from one directory to another using Java IO(Only way is you can create exact replicas of the files in other directories). Or, One way to get around with this problem is : Use full path of the file instead of just the name of the GIF(or jpeg or whatever) file. That is what I have done in the following program.
    Cheers
    -Uday
    import java.io.*;
    import java.util.*;
    public class Picture {
         public static final boolean DEBUG = true;
         static {
              if (DEBUG)
                   System.err.println("----------- < DEBUGGING IS ON > -------------");
    public static void main(String[] args) {
              // DEBUG STATEMENT
              System.err.print("DEBUG: Declaring final Strings... ");
    final String path1 = "C:\\uday\\PIC\\one";
    final String path2 = "C:\\uday\\PIC\\two";
              final String line1 = "<html>\r\n<head>\r\n<title></title>\r\n</head>\r\n";
              final String line2 = "<body>\r\n<table>\r\n<tr>\r\n";
              final String line3 = "<td align=\"center\" valign=\"top\">\r\n<p><img src=\"";
              final String line4 = "\" alt=\"\"></p></td></tr></table></body></html>\r\n\r\n\r\n";
              // DEBUG STATEMENT (2)
              System.err.println("[ DONE ]");
              System.err.print("DEBUG: Declaring variables... ");
              String temps1;
              String temps2;
    RandomAccessFile raf;
    RandomAccessFile mfo;
    File d1;
    File d2;
    String[] list1;
    String[] list2;
    String[] list3;
    Vector svect = new Vector();
              Vector nvect = new Vector();
              // DEBUG STATEMENT (2)
              System.err.println("[ DONE ]");
              System.err.println("DEBUG: Beginning try statement.");
    try {
    d1 = new File(path1);
    d2 = new File(path2);
    raf = new RandomAccessFile("dirlist.txt", "rw");
    list1 = d1.list();
    list2 = d2.list();
    for (int i = 0; i < list1.length; i++) {
    if (list1.endsWith(".gif")) {
                             nvect.add(path1+"\\"+list1[i]);
                             String temp1 = "one_"+list1[i].substring(0,list1[i].lastIndexOf(".gif"));
    svect.add(temp1);
    } else {
    for (int i = 0; i < list2.length; i++) {
    if (list2[i].endsWith(".gif")) {
                             nvect.add(path2+"\\"+list2[i]);
                             String temp2 = "two_"+list2[i].substring(0,list2[i].lastIndexOf(".gif"));
    svect.add(temp2);
    } else {
    for (int i = 0; i < svect.size(); i++) {
    raf.writeBytes((i+1) + ":\t" + svect.get(i) + "\r\n");
    raf.close();
                   for (int i = 0; i < svect.size(); i++) {
                        temps1 = svect.get(i) + ".html";
                        temps2 = temps1;
                        System.out.println(temps2);
                        mfo = new RandomAccessFile(temps2, "rw"); // <--- Here is where the error is
    occuring every time.
                        mfo.writeBytes(line1);
                        mfo.writeBytes(line2);
                        mfo.writeBytes(line3);
                        mfo.writeBytes((String)nvect.get(i));
                        mfo.writeBytes(line4);
                        mfo.close();
    } catch (Exception e) {
    e.printStackTrace();
                   System.err.println((char)7 + "\n");

  • I have a macbook pro 1175 its a 2006 model which boot camp will work i tried 4.03 but it says this boot camp is not for this machine thats the oldest one i found here please help i have windows 7 32 bit installed but need drivers for the sound

    i have a 2006 mackbook pro running windows 7 32 bit i need drivers for the sound and the earliest bootcamp on here is 4.03 my machine says its not for this system please help which version of boot camp can i use

    Read this. You need to be running Snow Leopard or later.
    http://support.apple.com/kb/ht3986

  • Internal rpc error (error code:2).  Please help.

    Our Oracle database is on Solaris 9. When we do stress testing on database and server. We have got this error message.
    Monitor name :UNIX Resources. Internal rpc error (error code:2).
    Hint: Check that RPC on this machine is up and running. Check that rstat daemon
    on this machine is up and running (use rpcinfo utility for this verification).
    Details: RPC: RPC call failed.
    RPC-TCP: recv()/recvfrom() failed.
    RPC-TCP: Timeout reached. (entry point: Factory::CollectData). [MsgId: MMSG-47197]
    The error appears randomly when number of users querying database increases to high number.
    Please help me to figure out the reason and solutions. Thanks in advance.

    consider the following
    not for copying
    but for studying working code
    to help clarify ideas
    import java.io.*;
    list items and count of each item
    in a list of socks
    file has list of socks ...
    4
    red sock
    green sock
    blue sock
    green sock
    the first line is n = count of socks
    if no socks match, there are n items
    for example : 3 items in ...
    3
    red sock
    blue sock
    green sock
    if all socks match there is one item
    for example : 1 item in ...
    3
    red sock
    red sock
    red sock
    if socks come in pairs, there are at most n/2 items
    for example : 2 items in ...
    4
    red sock
    green sock
    red sock
    green sock
    program does not assume that socks come in pairs !!
    public class Socks {
    public static void main(String args[]) throws IOException
    String[] socks = new String[1000];
    int numOfsocks;
    String[] item = new String[1000];
    int[] count = new int[1000]; // initializes each count to zero
    int totalcount = 0;
    int i;
    int j;
    boolean ifound;
    FileReader fr = new FileReader("test.txt");
    BufferedReader inFile = new BufferedReader(fr);
    numOfsocks = Integer.parseInt(inFile.readLine());
    for (i = 0; i < numOfsocks; i++)
    socks[ i ] = inFile.readLine();
    inFile.close();
    for (i = 0; i < numOfsocks; i++) {
    ifound = false;
    for (j = 0; j < totalcount; j++) {
    if (socks[ i ].equalsIgnoreCase(item[j])) {
    ifound = true;
    count[j]++; // increase count for matched item
    break; // exit "for j loop"
    } // for j
    // sock not found so add it to item list ...
    if (ifound == false) {
    item[totalcount] = socks[ i ];
    count[totalcount] = 1;
    totalcount++;
    } // for i
    for (i = 0; i < totalcount; i++)
    System.out.println (item[ i ] + ", count = " + count[ i ]);
    } // class

  • I cannot access iTunes Store due to an error code 0x80090318. Please help!

    I cannot connect to iTunes Store. I tried re downloading, it's OS windows 8.1
    Please help!

    Type that Error code into the Search window... Top right

  • I am new here ,please help me.....

    i am from China, so i am poor in english ,i will try my best to describ my question.
    I booked a iphone4s from app store web of Canada,and  I was charged 738 CAD from my credit card including the fax , and then i canceled my order, Why not return the money in my account. and should i still pay the fax fee? please give me a tip.thx.
    sorry for my poor english, sorry

    There is no one from Apple here, thus no one here can help you. You need to contact Apple directly. Contact info is on the web site where you originally ordered your phone.

  • Hi, I want to format my code php (beautiful), Please help me

    Hi, i am using DW CS6,
    I want to format (beautiful) my code php but i don't find it.
    Netbeans, sublime text, PhpStorm... can format code very good, i don't think DW can't.
    Do you know? Please help me.

    There is an option in the Commands menu,
    Click the Format Source Code icon at the bottom of the Coding toolbar (Edit > Toolbars > Coding) and select Code Format Settings to set your preferred formatting.
    You can also access the formatting option from Commands > Apply Source Formatting or only apply it to a select block of code by selecting the Apply Source Formatting to Selection option.
    However, do not expect the level of "beautiful code formatting" like in NetBeans, Sublime Text, etc. DW does a decent enough job, albeit with rough edges.

  • Crazy problem here - Please help?

    Hey Guys,
    I was helping a friend to install some apps and widgets on her 15 Inch PowerBook G4. One of the things I installed was the "SecondaryTrackpadClick" package... after that it requested for a restart so I restarted it.
    Now, the computer boots up and gets to the login screen... the trackpad responds but the keyboard is unresponsive.
    Some of the keys on the keyboard work... like lowering or rising the volume (it even shows the animation on the screen) or changing the brightness... but the rest of the keys don't seem to do anything!
    Please help, I am stuck at the login screen... everything else works, the lights light up, the controls work... but the keyboard keys (characters and numbers) are frozen. I can't log in because it prompts for the password and I can not type it in.
    Any ideas?
    I already tried resetting the PRAM and PMU, still the same.
    Thanks for your help.

    I'm not going to be able to hang around very long tonight, so let's get to the point . . .
    What exactly did you install on your friend's machine? Did you just install the SecondaryTrackpadClick package, or did you install any other Intel-based software?
    If you just installed the one package (and I won't ask where you got it), then what you've essentially done is replace the kext file(s) for the trackpad with (a) file(s) that are unusable in that machine. To replace the file(s), you will need to have use of your keyboard. Since you can't use the PowerBook's keyboard, you will have to try to use Keyboard Viewer, which is a virtual keyboard that is a part of Mac OS X.
    If there is a national flag icon (e.g., American, English, Spanish, . . .) in the menu bar on your friend's machine, then you will be able to activate and use Keyboard Viewer with a mouse cursor. Just click on the flag and choose Keyboard Viewer.
    If there is no flag icon in the menu bar, then you will have to activate it in System Preferences > International > Input Menu. Open that pane, check Keyboard Viewer at the top of the window, and check the box, 'Show input menu in the menu bar' at the bottom of the window.
    If you are unable to get to the desktop because you have to log in and you can't type, you will have to try booting into safe mode, holding down the Shift key immediately after the startup chime to see if the new kernel extension you installed is prevented from loading, thus allowing you to type. If that works, enable Keyboard Viewer from safe mode, and also go to System Preferences > Accounts and enable Automatic Login for an Admin User of the machine. Then reboot normally, go to the flag icon in the menu bar, open Keyboard Viewer, and use the mouse to click the keys you need to type to download and install Pacifist which is available at http://www.charlessoft.com/
    Pacifist is a utility that will enable you to extract particular files from the Install disc(s) and reinstall them on your computer so that you don't have to reinstall your entire OS. What you need to do is figure out what was installed, what was replaced, and then you need to trash what was installed and extract the replaced file(s) from the Install disc that came with the computer or from the Mac OS X 10.4 retail package.
    EDIT: You may be able to figure out what was installed by SecondaryTrackpadClick.pkg by Control-clicking on its installer .pkg file and choosing Show Package Contents from the contextual menu that opens. Navigate through the Contents to locate the items that may have been installed. (You can also use Pacifist to navigate that .pkg file.)
    Pacifist comes with good documentation. Read it, and try to follow the instructions given by the user in the linked topic above:
    . . . Insert your OS X disk (DVD or CD) and locate the missing AppleADBKeyboard.kext file with the help of Pacifist. Install it. Then download and install the latest [10.4.7] Combo update. Do not use SoftwareUpdate, but download it from the provided link. Then, repair permissions and cross your fingers.

Maybe you are looking for

  • Itunes deleting music on ipod because the original file culd not be found

    The music on my ipod is being deleted when i start syncing my music from iTunes to my ipod. The thing is all the music on my ipod is still on Itunes. This started happening recently, it was all fine before.Since the original file cant be found on Itu

  • Hide Group tree

    When I run the report I could see the Group tree window as well as parameter window. By default it is selecting the Group tree window. Is there any option in crystal reports 2008 to make the parameter window as default instead of Group tree window ?

  • Changing the owner to multiples files...

    Hello, How Can I change the owner to multiples files. Now I am doing this one by one with properties option (webui). Win2000 iFS 9.0.1 Thanks a lot, Sandra

  • Color difference between LR3 and CS5

    Hi! When I edit an image in Lightroom and then continue editing it in photoshop I  see a major color difference.That also happens when I export an image from lightroom as a .jpg and then upload it to the web,colors look the same as in photoshop.Color

  • I can not find a way to use ExportPDF.  I have tried multiple times and I can not find a way to make this happen.

    Good grief.  I don't want to wait for people to answer this.  Don't you have someone available to answer the question immediately?????????  Not pleased.  I need this work done TODAY.  Don't have time to wait.  I purchased this program and now it is u