Can I put two h:dataTable in one page?

I find that if I put two dataTables in the same page, something goes wrong.
Any solution to this?
Thanks in advance.

userManagement.jsp:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
     <title>My JSF 'userManagement.jsp' starting page</title>
     <meta http-equiv="pragma" content="no-cache">
     <meta http-equiv="cache-control" content="no-cache">
     <meta http-equiv="expires" content="0">   
     <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
     <meta http-equiv="description" content="This is my page">
     <!--
     <link rel="stylesheet" type="text/css" href="styles.css">
     -->
</head>
<body>
     <f:view>
          <f:loadBundle basename="edu.fudan.glee.view.bundle.MessageBundle" var="bundle"/>
          <%@ include file="header.jsp" %>
          <%@ include file="demandHistory.jsp" %>
          <%@ include file="rootCatalogLink.jsp" %>     
               <p>  </p>
               <TABLE border="1" width="400px">
                    <TR>
                         <TD>
                              <h:outputLink value="/Glee/userManagement_favorite.faces" rendered="true" id="favoriteLink">
                                   <h:outputText value="#{bundle.favoriteLink}"></h:outputText>
                               </h:outputLink>
                         </TD>
                         <TD><h:outputLink value="/Glee/userManagement_personal.faces" rendered="true" id="personalLink">
                                   <h:outputText value="#{bundle.personalLink}"></h:outputText>
                               </h:outputLink>
                         </TD>
                         <TD><h:outputLink value="/Glee/userManagement_comment.faces" rendered="true" id="commentLink">
                                   <h:outputText value="#{bundle.commentLink}"></h:outputText>
                               </h:outputLink>
                         </TD>
                    </TR>
               </TABLE>
               <%@ include file="footer.jsp" %>
          </f:view>
</body>
</html>demandHistory.jsp:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
     <f:subview id="demandHistorySubView"> 
          <h:form id="demandHistoryForm" rendered="true">
                    <h:dataTable id="demandHistoryTable" var="video" value="#{UserBean.demandHistory}" border="1">
                     <h:column>
                          <f:facet name="header">Recent</f:facet>
                         <h:commandLink action="videoDetail">
                                        <h:outputText value="#{video.chineseName}"/>
                                        <f:param name="videoId" value="#{video.id}"/>
                         </h:commandLink>
                     </h:column>
                     </h:dataTable>
          </h:form>
     </f:subview>rootCatalogLink.jsp:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
     <f:subview id="rootCatalogLinkView">
          <h:form id="rootCatalogLinkForm">
               <h:dataTable id="rootCatalogTable" var="videoType" value="#{VideoListBean.rootCatalog}" border="1">
                     <h:column>
                          <f:facet name="header">Video Catalog</f:facet>
                         <h:commandLink action="rootCatalog">
                                        <h:outputText value="#{videoType.name}"/>
                                        <f:param name="videoTypeId" value="#{videoType.id}"/>
                         </h:commandLink>
                     </h:column>
               </h:dataTable>
          </h:form>
     </f:subview>The problem is dataTable in rootCatalogLink.jsp doesn't work.The commandLink in rootCatalogLink.jsp doesn't work. When I click the hyperLink, no action performed.
If the change the include sequence to:
<%@ include file="rootCatalogLink.jsp" %>
<%@ include file="demandHistory.jsp" %>
well, the commandLink in demandHistory.jsp doesn't.
What's the problem?
Thank you
Message was edited by:
zhlmmc
Message was edited by:
zhlmmc

Similar Messages

  • How can you have two link styles on one page?

    I have one style (formatted link style) for internal links in
    my footer but I want a different style for the external links in my
    mainContent. Is it possible to have two different "styles" of links
    on one page? I tried creating a new set for the mainContent links
    and being positioned underneath my footer link's styles, the "new"
    mainContent link styles overrode the footer link style. Is there
    another way of going about this?
    Thanks anyone, Julie

    Julie:
    > I'm just not code savvy.
    As long as you permit yourself to offer this argument, you
    will struggle
    with Dreamweaver. If you are serious and want to improve, you
    will have to
    overcome your code-phobia.
    What is in these two files?
    > <link href="css/area.css" rel="stylesheet"
    type="text/css" />
    > <link href="css/footlinks.css" rel="stylesheet"
    type="text/css"
    > media="screen"
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Rock Artist" <[email protected]> wrote in
    message
    news:[email protected]...
    > Murray, I was just looking over my code and noticed the
    links in my footer
    > are
    > styled, in the first place, by a class I created in my
    main.css (for all
    > of my
    > pages) called ".webdis" (nickname for webmaster and
    disclaimer). I do see
    > my
    > link format style in the head of this document but am I
    supposed to see it
    > where the footer is (in the code)?
    >
    > If you look at the first external link (the only one I
    have attached a
    > link to
    > so far):
    > </p>
    > <p class="contentlinx"><a href="
    http://www.hotsprings.org/">Hot
    > Springs
    > Convention &amp; Visitor's Bureau</a><br
    />
    >
    http://www.hotsprings.org/<br
    />
    > </p>
    >
    > It took on same style as my footer links. I'm a little
    frustrated, it just
    > seems like it should be so simple. I'm ready to launch
    this thing tonight
    > and
    > this is the only "little" thing I have left to do. I
    hate to cheat and
    > make
    > each one of these site links a graphic and link it as a
    graphic, but I am
    > so
    > ready to get this thing up.
    >
    > I'm just not code savvy. I am going to attach my code to
    this reply and
    > maybe
    > you can tell me what I'm doing wrong. Thanks, Julie
    >
    >
    >
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    > <title>Area Interests</title>
    >
    > <link href="css/main.css" rel="stylesheet"
    type="text/css" />
    > <style type="text/css">
    > <!--
    > .contentlinx {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 14px;
    > color: #336600;
    > }
    > -->
    > </style>
    > <link href="css/area.css" rel="stylesheet"
    type="text/css" />
    > <link href="css/footlinks.css" rel="stylesheet"
    type="text/css"
    > media="screen"
    > />
    > </head>
    >
    > <body>
    >  <div id="wrapper">
    > <div id="header"></div>
    > <div id="sidebar">
    > <p align="center"><a
    href="index.html"><img
    > src="images/vert_nav_bar/home_button.jpg"
    alt="navigation button to home"
    > width="155" height="50" /></a><a
    href="property.html"><img
    > src="images/vert_nav_bar/property_button.jpg"
    alt="navigation button for
    > property" width="155" height="50" /></a><a
    href="maps.html"><img
    > src="images/vert_nav_bar/maps_button.jpg"
    alt="navigation button for maps"
    > width="155" height="50" /></a><a
    href="gallery.html"><img
    > src="images/vert_nav_bar/gallery_button.jpg"
    alt="navigation button for
    > photo
    > gallery" width="155" height="75" /></a><a
    href="gallery.html"><img
    > src="images/vert_nav_bar/area_button.jpg"
    alt="navigation button for area
    > interests" width="155" height="75" /></a><a
    href="contact.html"><img
    > src="images/vert_nav_bar/contact_button.jpg"
    alt="navigation button for
    > contact
    > us" width="155" height="75" /></a></p>
    > <div id="sidephoto"><img
    src="images/tree_flower.jpg" alt="garvan tree
    > flower" width="145" height="275" /></div>
    > </div>
    > <div id="header2">
    > <h2 class="style2">AREA INTERESTS</h2>
    > </div>
    > <div class="proptext" id="content">
    > <p>HOT SPRINGS NATIONAL PARK, ARKANSAS</p>
    > <div id="photofeature"><img
    src="images/garvin_stream.jpg" alt="garvan
    > gardens" width="275" height="218" /></div>
    > <p align="left">America's first resort, also
    referred to as &quot;The
    > Spa
    > City&quot;, Hot Springs definitely has a pulse
    > of its own. Visit the sites below to find out why this
    is one of
    > the
    > most popular vacation destinations in the South.
    Featuring world famous
    > natural
    > hot springs, historic bathhouse row, and thoroughbred
    horse racing at
    > Oaklawn
    > Park. The perfect place to relax, the perfect place for
    adventure, Hot
    > Springs
    > provides a year-round opportunity for outdoor
    recreation, world-class bass
    > fishing and fabulous water sport activities, hiking,
    horseback riding and
    > quartz crystal hunting. In fact, take a day trip to
    Murfreesboro to the
    > Crater
    > of Diamonds State Park, the only diamond-producing site
    in the world that
    > is
    > open to the public and try your hand at diamond hunting
    or searching for
    > 40
    > other types of semi-precious stones, rocks and minerals.
    Garvan Woodland
    > Gardens, a 210 acre forested peninsula jutting into Lake
    Hamilton with a
    > showcase of floral landscapes, streams and waterfalls,
    is a &quot;must
    > see&quot;. Hot Springs has a strong art community as
    well. Enjoy artist's
    > galleries, film-making events and musical venues all
    over town. Did I
    > mention
    > historical architecture? There is too much to mention
    here about this
    > wonderful
    > city, please see for yourself by visiting the local
    sites below to see
    > what's
    > happening in and around town.<br />
    > </p>
    > <p class="contentlinx"><a href="
    http://www.hotsprings.org/">Hot
    > Springs
    > Convention &amp; Visitor's Bureau</a><br
    />
    >
    http://www.hotsprings.org/<br
    />
    > </p>
    > <p class="contentlinx">Facts About Hot
    Springs<br />
    >
    http://www.hotsprings.org/media_room/news-detail.asp?news_id=9</p>
    > <p class="contentlinx">City of Hot Springs<br
    />
    >
    http://cityhs.net/</p>
    > <p><span class="contentlinx">The Greater Hot
    Springs Chamber of
    > Commerce<br />
    >
    http://www.hotspringschamber.com/</span><br
    />
    > </p>
    > </div>
    > <div id="footer">
    > <p><span
    >
    class="webdis">WEBMASTER     |    &
    > nbsp;<a
    href="disclaimer.html">DISCLAIMER</a></span></p>
    > </div>
    > </div>
    > </body>
    > </html>
    >

  • How can I put seperate score files onto one page in the Layout?

    I have written some exercises in different keys. They are small files. Each of them are saved individually and cover only part of a page each but I want to lay them out on one single page. I can't work out how. Each file is in a different key. As a short term solution I tried to combine them into one file and then could not work out how to change the key signature. When I insert the #'s and b's the following notes don't move to the right. So that does not work the way I do it. Does someone have a solution, please?
    Cheers,
    ansu

    Thank You, musicspirit, for your support. What you suggested I had done already, but it did not work always only sometimes. ( Like a disfunctional light switch). Maybe I missed some setting or whatever or tried too many things...or..Anyway quite a few things didn't work, I spare you the details. Meanwhile I did disk maintenance and tossed out the files and started again from scratch ( which I wanted to avoid) and everything worked out fine so far. No problems with clef change, etc.
    But to make it look as if I had three songs or three separate exercises on one page I need to create a bigger space between the 3rd and 4th staves and the 6th and 7th staves. I can do this only globally, which means I manage only to increase the space between all the staves. (I hope I am not asking the wrong thing again. Manuals are not always easy for the novice.)

  • Can I put two Itunes libraries on one ipod

    Wondering if I can put my husband's itunes library onto my ipod, so that we won't need two ipods.

    to do this you need one itunes library. I understand you have two iPods are they both syncing with hte same itunes library. If so just sync the all content onto one iPod if you have enough space. Some peope have a lot of music and video.
    If you have two itunes libraries that you sync each ipod with then you need to merge them these are your options if itunes are on separate computers
    http://support.apple.com/kb/HT4527
    If they are on the same computer but different logons then copy the music foler from one account to the other.
    Once everything is in the same iTunes you may also need to Authorise the computer with the other persons Apple ID
    Then you should be good to go

  • Can i put two ipods on one itunes

    can i put two ipods on one itunes

    The OP didn't ask how.  They only asked if it was possible, which would consist of either a yes or no answer, which is exactly what Niel provided. 
    If the OP wanted more information, they will respond asking for more information.
    B-rock

  • How can I put two photos in one 6x4 print??

    Hello!! So I want to print out some of my photos for a scrapbook.
    I however do not want them all to be 6x4 sized prints and making smaller ones (scrapbook prints) at the photo shops cost too much.
    There HAS to be a way to just put two separate photos into one photo jpeg type file right? That way I can print them out normally and just cut them in half so some are smaller?
    Any help?
    Much appreciated!

    Your question is not clear
    do you want to
    1 - put two separate photos into one photo jpeg type file
    Or do you want to print two photos on one sheet of paper so you can
    2 - can print them out normally and just cut them in half so some are smaller
    For 1 you need an external editor - you can do it in pages for example
    for 2 you simply select the two photos, crop them so they will fit and print selecting the printer, paper size and print size (slightly smaller than 3x4 since there needs to be a small border around them and between them), if the priview does not show two photos on the page click customize and in setting select multiple photos per page - the preview will reflect this selection and finish printing
    LN

  • How can I combine two itunes accounts into one?

    How can I combine two itunes accounts into one?

    Items purchased from the iTunes Store are permanently associated with the account from which they were originally purchased.  Apple provides no way to change this.
    However, if you wish to put content from two accounts into a single iTunes library, you can easily do so.  Use the command File > Add File (or Folder) to Library.

  • Can I configure two webserver domain in one windows server

    Can I configure two webserver domain in one windows server with default port. ( i.e 80 )
    For Ex:- http://server-name/psp/DOMAIN/?cmd=login and another one
    http://server-name/psp/DOMAIN2/?cmd=login.
    If not please let me know the workaround to do so. B'coz i don't want to put portnumber in my second URL..

    Hi,
    You can even have serveral domains within the same webserver instance.
    During PIA installation (of the second) choose option existing domain and then add an additional site.
    Give the domain a unique name and port to your second application server and you are ready to go.
    I usually do this on sandbox environments to keep the sandbox small , with several databases (Portal, HCM, FIN, CRM) and one PIA with serveral domain.
    But is definitely not what you should do for production systems.
    Each application should have it's one PIA instance.
    Hakan
    I didn't read the port number requirement.
    You can only run one webserver instance on a port number for example port 80.
    But you can still have one webserver PIA with serveral domain on the same port number as described above.
    Edited by: Hakan Biroglu on Mar 14, 2012 2:28 PM

  • Can I put two GT120's in a Mac Pro?

    I just put a ATI 4870 in my Mac Pro and I took out the standard GT120. My father has a Mac Pro as well and I thought about putting the card to use by installing it in his Mac Pro.
    Both our Mac Pros are the most recent version. Only difference is that his is 4 core and mine is 8.
    So can I do this? Can I put two GT120's in his Mac Pro, and would it even make a difference for him. He mainly uses Aperture 2, and Office apps.

    Two cards only allow more displays to be connected.
    Rendering for all displays is still done with only the primary card.
    The information is then passed along the PCIe bus to the additional cards.
    What additional cards actually do is to increase bandwidth loading of the PCIe bus, which can result in a net decrease in performance.
    Some applications are not multi card aware, and can result in negative performance.
    One example is the case of two identical cards and FCP:
    http://www.dvinfo.net/forum/non-linear-editing-mac/145449-dual-graphics-cards-ma c-pro-final-cut-pro.html
    Note that the "solution", that is to use two different cards, is a result of the fact that rendering occurs on only one card.

  • Bug. Can't put two Edge Animate animations on same page

    Alrighty. Just thanked Adobe for fixing responsive scaling issue. Now there seems to be a new one. When I put two Edge Animate animations on the same page, they both disappear entirely from view! Both in live view (or what was fluid grid view) and when trying to preview in any browser. The responsive design is working great but if I put two animations on the same page they both just disappear! GONE!
    Maybe there is some code I can use to stop this from happening. I have done a number of tests over the last hour or so. My smile (from the responsive fix) is now a frown again. I can not continue to work like this. Please let me know if there is something I am doing wrong. I could have two animations in one page no worries before this release but the responsive design wasn't working properly. NOW the responsive design works but I can not have MORE THAN ONE ANIMATION on same page. Thanks for your time. Kind regards Julian.

    Hi Julian,
    First, in general, you can't create two instances of the same edge composition (this is not supported by EdgeRuntime), to be used in the same file.
    But if you want to use same composition multiple times, then follow the steps to create multiple copies to be treated as multiple instances:
        1. Open the composition whose multiple instance you want to use.
        2. Change the "Composition Class" to some other value
        3. Do a SaveAs and save it to create another copy of the same composition. // This copy can be treated as an instance.
        4. Repeat the steps 2 to 4, to create multiple copies of the same composition, and you will end up creating multiple instances.
    Second, you need to do small changes manually in the DreamWeaver html file.
        So, right now if you import two Edge Compositions in the html page, it will come as follow in the html <head/> section:
    Before Modification: Dropbox - problem.rar
    <!--Adobe Edge Runtime-->
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <script>
      var custHtmlRoot="Untitled-1/Assets/";
      var script = document.createElement('script');
      script.type= "text/javascript";
    script.src = custHtmlRoot+"edge_includes/edge.5.0.0.min.js";
      var head = document.getElementsByTagName('head')[0], done=false;
      script.onload = script.onreadystatechange = function(){
      if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
      done=true;
      var opts ={
        scaleToFit: "width",
        centerStage: "none",
        minW: "0",
        maxW: "undefined",
        width: "550px",
        height: "400px"
      opts.htmlRoot =custHtmlRoot;
      AdobeEdge.loadComposition('Untitled-1', 'EDGE-1372833673', opts,
      {"dom":{}}, {"dom":{}});
      script.onload = script.onreadystatechange = null;
      head.removeChild(script);
      head.appendChild(script);
      </script>
    <style>
            .edgeLoad-EDGE-1372833673 { visibility:hidden; }
        </style>
    <!--Adobe Edge Runtime End-->
    <!--Adobe Edge Runtime-->
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <script>
      var custHtmlRoot="Untitled-2/Assets/";
      var script = document.createElement('script');
      script.type= "text/javascript";
    script.src = custHtmlRoot+"edge_includes/edge.5.0.0.min.js";
      var head = document.getElementsByTagName('head')[0], done=false;
      script.onload = script.onreadystatechange = function(){
      if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
      done=true;
      var opts ={
        scaleToFit: "width",
        centerStage: "none",
        minW: "0",
        maxW: "undefined",
        width: "550px",
        height: "400px"
      opts.htmlRoot =custHtmlRoot;
      AdobeEdge.loadComposition('Untitled-2', 'EDGE-1372913196', opts,
      {"dom":{}}, {"dom":{}});
      script.onload = script.onreadystatechange = null;
      head.removeChild(script);
      head.appendChild(script);
      </script>
    <style>
            .edgeLoad-EDGE-1372913196 { visibility:hidden; }
        </style>
    <!--Adobe Edge Runtime End-->
    After Modification:Dropbox - resolved.rar
    <!--Adobe Edge Runtime-->
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <script>
      var custHtmlRoot="Untitled-1/Assets/";
      var script = document.createElement('script');
      script.type= "text/javascript";
      script.src = custHtmlRoot+"edge_includes/edge.5.0.0.min.js";
      var head = document.getElementsByTagName('head')[0], done=false;
      script.onload = script.onreadystatechange = function(){
      if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
      done=true;
      var opts ={
      scaleToFit: "width",
      centerStage: "none",
      minW: "0",
      maxW: "undefined",
      width: "550px",
      height: "400px"
      opts.htmlRoot =custHtmlRoot;
      AdobeEdge.loadComposition('Untitled-1', 'EDGE-1372833673', opts,
      {"dom":{}}, {"dom":{}});
      script.onload = script.onreadystatechange = null;
      head.removeChild(script);
      //For 2nd Composition
      (function(){
      var custHtmlRoot = "Untitled-2/Assets/";
      var opts = {
      scaleToFit: "width",
      centerStage: "none",
      minW: "0",
      maxW: "undefined",
      width: "550px",
      height: "400px"
      opts.htmlRoot =custHtmlRoot;
      AdobeEdge.loadComposition('Untitled-2', 'EDGE-1372913196', opts, {"dom":{}}, {"dom":{}});
      head.appendChild(script);
      </script>
      <style>
            .edgeLoad-EDGE-1372833673 { visibility:hidden; }
            .edgeLoad-EDGE-1372913196 { visibility:hidden; }  /* Styles from both composition can be merged together, optional but good practice */
        </style>
    <!--Adobe Edge Runtime End-->
    Do let me know in case if it doesn't work.
    hope it helps,
    Vivekuma

  • Can you have two Apple IDs on one IPAD? One for school and one for home?

    Can you have two Apple IDs on one IPAD? One for school and one for home?
    If so do you know how to do it?

    It depends on what you want to do.
    You could, for example, have one AppleID for iCloud backup [and therefore message syncing, notes syncing, etc] and a second one for iTunes [music, iBooks, etc].
    But if you are looking for a way to flip everything between different appleIDs, then no.

  • Can you have two apple ids on one mac?

    Can you have two apple ids on one mac? We each have iPhones and want to utilize iCloud.  Is this possible?

    No, in this case the 2 user accounts with its own Apple IDs would be completely seperated.
    If you want to share this things like music and app purchases you will have to to something else.
    1. Create two user accounts on your Mac (user A and user B).
    2. Create two iCloud accounts just for Mail, Contacts, Calendars, Photos, etc. (one for user A and one for user B):
    On your Mac (with Mac OS X Lion or Mountan Lion):
    Settings > Mail, Contacts, Calendars > iCloud > Create an Apple ID (button in left corner)
    On your iPhone, iPad or iPod touch (iOS 5 or later):
    Settings > Mail, Contacts, Calendars > Add Account > iCloud > Get a free @me.com address and create a new Apple ID
    3. It is not recommended because you shouldn't share your Apple ID account information with other people but you could set up your old Apple ID as an account just for store purchases (Apps, Music, ...) so that everyone of you can manage the purchases in their own library (Access is limited to 10 devices). Therefore you have to setup this "old" ID in Settings of your iOS devices (Settings > iTunes & App Store) and in iTunes on your Mac.

  • How can I have two itunes accounts on one computer?

    How can I have two itunes accounts on one computer?

    Not sure what you mean.
    An account is a user name and password.
    Sign into whichever account you want to use for purchasing.
    Authorize the computer for both account to listen to the content.

  • Can i use two apple tvs with one itunes account?

    can i use two apple tvs with one itunes account?

    yes and you can use more then 2
    just don't give them the same name

  • Can I have two address books on one computer

    Hi,
    I have my standard address book I use and love. I am an artist and forever having to make slide labels. I have used many programs and databases to do this task. To my surprise address book would accomplish this amazing well. I just don't want to combine my art label information with my address stuff? So can I have two address files on one mac?
    cc

    CC,
    you can add a new user account on your Mac (open system preferences / accounts) and start fresh there with an empty AddressBook.
    If you want to fill this with a part of your original AB, select those and export as vCards. Drop this export file in your shared folder so you can access that from the new user account. Open AB ther and import the vCards

Maybe you are looking for

  • Major problems trying to run computer

    I am having a huge problem right now. When I try to boot my Mac the screen is a fuzzy mess and will just freeze up after a few seconds. If I try to reboot a few times, eventually the computer clears itself up and looks like it is booting normally, bu

  • I no longer get the hallow boxes when I select something with the selection tool.

    I'm really frustrated. I use to be able to select an object with the selection tool and the bounding box would have hollow squares on the corners and in the centers of each side. I could use these to transform the object. Now the bounding box appears

  • Azure AD as a service

    Can ISVs use Azure AD as a Service to provide  1. Authentication  2. MFA and pass word management for users ?  How are the users partitioned per tenant ? 

  • Date and Time validation together...

    Hi, I want to have the date and time validation together. Is it posible? I am not able to do it using "AT SELECTION-SCREEN". e.g. DATE1 - DATE2 is 12/22/2009 - 05/27/2010 TIME1 - TIME2 is 15:00:00 - 01:00:00 This will result in error because the time

  • Can you by the old version of the macbook pro 15" in the apple store

    can you still buy the macbook pro 15" OLD VERSION in the apple store??