Help!!I cant see my ADF Faces

Hello everyone. I have a little problem, I've been developing a Web Application using JSF, ADF BC, my problem is I cant see my tags when I run my jsp page.
this is my screenshot
http://img.photobucket.com/albums/v321/bawasi/screenshot.jpg
this is the code of my page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page contentType="text/html;charset=windows-1252"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://xmlns.oracle.com/adf/faces" prefix="af"%>
<%@ taglib uri="http://xmlns.oracle.com/adf/faces/html" prefix="afh"%>
<f:view>
<afh:html>
<afh:head title="Student Admission Registration">
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252"/>
<link href="css/oracle.css" rel="stylesheet"
media="screen"/>
</afh:head>
<afh:body>
<af:messages/>
<h:form>
<af:panelForm>
<af:inputText value="#{bindings.Surname.inputValue}"
label="#{bindings.Surname.label}"
required="#{bindings.Surname.mandatory}"
columns="#{bindings.Surname.displayWidth}">
<af:validator binding="#{bindings.Surname.validator}"/>
</af:inputText>
<af:inputText value="#{bindings.FirstName.inputValue}"
label="#{bindings.FirstName.label}"
required="#{bindings.FirstName.mandatory}"
columns="#{bindings.FirstName.displayWidth}">
<af:validator binding="#{bindings.FirstName.validator}"/>
</af:inputText>
<af:inputText value="#{bindings.MiddleName.inputValue}"
label="#{bindings.MiddleName.label}"
required="#{bindings.MiddleName.mandatory}"
columns="#{bindings.MiddleName.displayWidth}">
<af:validator binding="#{bindings.MiddleName.validator}"/>
</af:inputText>
<af:inputText value="#{bindings.OtherName.inputValue}"
label="#{bindings.OtherName.label}"
required="#{bindings.OtherName.mandatory}"
columns="#{bindings.OtherName.displayWidth}">
<af:validator binding="#{bindings.OtherName.validator}"/>
</af:inputText>
<af:selectInputDate value="#{bindings.DateOfBirth.inputValue}"
label="#{bindings.DateOfBirth.label}"
required="#{bindings.DateOfBirth.mandatory}">
<af:validator binding="#{bindings.DateOfBirth.validator}"/>
<f:convertDateTime pattern="#{bindings.DateOfBirth.format}"/>
</af:selectInputDate>
<af:inputText value="#{bindings.Sex.inputValue}"
label="#{bindings.Sex.label}"
required="#{bindings.Sex.mandatory}"
columns="#{bindings.Sex.displayWidth}">
<af:validator binding="#{bindings.Sex.validator}"/>
</af:inputText>
<af:inputText value="#{bindings.MailingAddress.inputValue}"
label="#{bindings.MailingAddress.label}"
required="#{bindings.MailingAddress.mandatory}"
columns="#{bindings.MailingAddress.displayWidth}">
<af:validator binding="#{bindings.MailingAddress.validator}"/>
</af:inputText>
<af:inputText value="#{bindings.ZipCode.inputValue}"
label="#{bindings.ZipCode.label}"
required="#{bindings.ZipCode.mandatory}"
columns="#{bindings.ZipCode.displayWidth}">
<af:validator binding="#{bindings.ZipCode.validator}"/>
<f:convertNumber groupingUsed="false"
pattern="#{bindings.ZipCode.format}"/>
</af:inputText>
<af:inputText value="#{bindings.MailingAddress2.inputValue}"
label="#{bindings.MailingAddress2.label}"
required="#{bindings.MailingAddress2.mandatory}"
columns="#{bindings.MailingAddress2.displayWidth}">
<af:validator binding="#{bindings.MailingAddress2.validator}"/>
</af:inputText>
<af:inputText value="#{bindings.Telephone.inputValue}"
label="#{bindings.Telephone.label}"
required="#{bindings.Telephone.mandatory}"
columns="#{bindings.Telephone.displayWidth}">
<af:validator binding="#{bindings.Telephone.validator}"/>
</af:inputText>
<af:selectInputDate value="#{bindings.Graduation.inputValue}"
label="#{bindings.Graduation.label}"
required="#{bindings.Graduation.mandatory}">
<af:validator binding="#{bindings.Graduation.validator}"/>
<f:convertDateTime pattern="#{bindings.Graduation.format}"/>
</af:selectInputDate>
<af:inputText value="#{bindings.CountryCode.inputValue}"
label="#{bindings.CountryCode.label}"
required="#{bindings.CountryCode.mandatory}"
columns="#{bindings.CountryCode.displayWidth}">
<af:validator binding="#{bindings.CountryCode.validator}"/>
<f:convertNumber groupingUsed="false"
pattern="#{bindings.CountryCode.format}"/>
</af:inputText>
<f:facet name="footer">
<af:commandButton text="Submit"/>
</f:facet>
</af:panelForm>
</h:form>
</afh:body>
</afh:html>
</f:view>
I really need your help. thanks

Hi,
you can see the tags, but you don't have data in them
Frank

Similar Messages

  • HT201302 Help i cant see my iphone listed in my computer to be able to transfer photos to my laptop

    help pls

    You don't necessarily need to see the phone in my computer, unless you are trying to get the photos that way. How have you been importing photos from the phone in the past? The phone only shows up in Computer if there are photos in the Camera Roll, and it appears there are from your post.
    In Windows, you can go into Device Manager and see if there is a USB error with the phone connection. Try another USB port, make sure it is not one that is in a hub and/or not powered. If you are using a laptop, there should be more than one. Also, you might want to try and remove any other USB devices you have connected right now.
    If that doesn't work, you may need to uninstall and reinstall iTunes to get the latest USB drivers for the iPhone. If you do resort to this, please follow the directions here completely to remove all Apple software and then reinstall as you normally would. http://support.apple.com/kb/HT1923

  • HELP! Cant see download button!

    Hi! I'm trying to download itunes 7 and can't because i don't see anything to click on yo download. I've tried dissabling my pop-up blocker and didnt werk. Any suggestions?
    Xp   Windows XP  

    cool!
    must be a better way of doing this than taking all of NIS down, though.
    Got it!
    switch NIS 2006 on. bring up your Norton Protection Center. Click Norton AntiSpam switch Ad Blocking off.
    here's a screenshot of what the download controls look like with NIS 2006 ad blocking off:
    NIS 2006 Norton AntiSpam ad blocking OFF
    and here's one with ad blocking on:
    NIS 2006 Norton AntiSpam ad blocking ON
    can you doublecheck that for me GameSoldier?

  • ADF Faces RichTable doesn't validate but still display changed data

    Hello,
    I think I miss something in the ADF Faces lifecycle management. Can you help me?
    In a adf faces/jsf page,
    1- I have a RichTable which DataModel is based on a List<Department> stored in a managed bean (session).
    2- I have a button "Cancel" with immediate=true partialSubmit=false (I don't use PPR) and an ActionMethod that does a few changes (not in the model) and return "success".
    When I modify a value in the table (that has some af:inputText) and click on the Cancel button, the underlying List<Department> instance isn't changed (Which I expect because of the immediate=true property!). But the table still display the changes I've typed in the page. How can I reverse the data displayed in the table to before my change in the UI (in a simple manner)? What do I miss?
    Best Regards
    Gregory

    Hi,
    immediate = true makes sure that the component is evaluated before all the other. In addition the value change event fires before the model update to give you the opportunity to prevent the update. I don't know what your managed bean code is doing, but the fact that the table has the update indicates the RC table component to work properly. Your table model isn't updated, which I don't think will be automatic. So I assume you will have to access the current selected row, get the row object and pass it to the list for an update
    Frank

  • HELP with JBoss 4.0.3 and ADF Faces

    Hi! I'm trying to deploy a simple web application using ADF Faces. The point is that when trying to access the main page I get the following error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:370)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
    oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
    com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
    oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
    oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
    oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
    org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
    root cause
    java.lang.NullPointerException
    javax.faces.webapp.UIComponentTag.setupResponseWriter(UIComponentTag.java:615)
    javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:217)
    org.apache.myfaces.taglib.core.ViewTag.doStartTag(ViewTag.java:71)
    org.apache.jsp.main_jspx._jspx_meth_f_view_0(org.apache.jsp.main_jspx:99)
    org.apache.jsp.main_jspx._jspService(org.apache.jsp.main_jspx:77)
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
    oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
    com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
    oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
    oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
    oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
    org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5 logs.
    Apache Tomcat/5.5
    I used to get this error time a ago when using MyFaces. It was caused by not getting the page through the Faces Servlet. This time that's not the case. I've got:
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    and I load the page this way: http://localhost:8080/MyApp/faces/main.jspx
    Maybe it's because I'm missing some libraries within the war. Next I list the jars I'm incluiding in the archive:
    adf-faces-api.jar
    adf-faces-impl.jar
    adfshare.jar
    commons-beanutils.jar
    commons-collections.jar
    commons-digester.jar
    commons-logging-api.jar
    commons-logging.jar
    jsf-api.jar
    jsf-impl.jar
    jstl.jar
    Any help would really be appreciated.
    Thank you very much.
    Joaquín.

    I suggest that see on JBoss server the list of jndi tree, maybe the entity stay whit another name.
    You can go to server administrator page, login on jboss console and find the jndi list. JBoss bring with a mbean that can show the jndi tree of the server, you can use the JMX console of the JBoss to invoke it.
    Sorry for my poor english

  • I don't see the components ADF faces in my JSPX page...

    Hi,
    I don't see my components ADF in my JSPX page when I drag and drop them. I have to run my page to see its contents...
    Can somebody help me please. Is it exists an option in Jdeveloper to mask jspx pages contents?
    I use Jdeveloper 10.1.3.4
    Thks,
    M.

    Hi Shay,
    Thank you very much for the blog's link, I found the solution in metalink, Doc ID: 382812.1 .
    There are many causes that make JSF tags not being displayed properly.
    For me, it was du to the web.xml file :
    ADF Faces pages do not display correctly when using the FacesPageCachingFilter (ADF Faces Cache).
    You can put the following lines in your web.xml file in comment during Design Time:
    +<!--filter>+
    +<filter-name>PCF</filter-name>+
    +<filter-class>oracle.webcache.adf.filter.FacesPageCachingFilter</filter-class>+
    +</filter-->+
    I comment the filter-mapping too :
    +<!--filter-mapping>+
    +<filter-name>PCF</filter-name>+
    +<servlet-name>Faces Servlet</servlet-name>+
    +<dispatcher>REQUEST</dispatcher>+
    +<dispatcher>FORWARD</dispatcher>+
    +</filter-mapping-->+
    Now, all works fine.
    Thks again.

  • HT204291 Im trying to use my apple TV to see a movie from my iphone. Since i select the airplay icon on my phone, i can only hear the voice of the movie on my screen but i cant see the movie, can anybody help me pls? Tks

    Im trying to use my apple TV to see a movie from my iphone. Since i select the airplay icon on my phone, i can only hear the voice of the movie on my screen but i cant see the movie, can anybody help me pls? Tks

    Is this a movie from iTunes? If so is it a rental or one you've purchased?

  • I did hold the ALT cmand r key but i cant see the globe i dont know how i can fix my macbook pro late 2008 can any 1 plzzzz help me im very upsate but i live PAKISTAN in here i cant find os x lion disk i dont know what to do if i get the os x lion usb

    i did hold the ALT cmand r key but i cant see the globe i dont know how i can fix my macbook pro late 2008 can any 1 plzzzz help me im very upsate but i live PAKISTAN in here i cant find os x lion disk i dont know what to do if i get the os x lion usb

    That does not work on model year older then 2010 and really doesn't work on any older then late 2011 models.
    You will need a set of original system dvd disc thjat are always sypplied with every mac sold before Lion came out. Systems older then late release early 2011 models.
    If you don't have them you kcan order a replacement set from apple by calling them. Have the serial number of you mac handy.

  • My iphoto wont open since i updated my mac, please help? it says i need to install an iphoto library upgrader which I have installed but still cant see my photos.

    my iphoto wont open since i updated my mac, please help? it says i need to install an iphoto library upgrader which I have installed but still cant see my photos.

    What version of iPhoto are you using? 9.6 is the current version.
    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.iPhoto.plist. Move the .plist to your desktop.
    Restart, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • Help! -Itunes wont sync, Set-Up Assistant pops up, Cant see iPod contents..

    I have several problems happening at once - please help if you can!
    When I connect to iTunes, my iPod starts to sync, but then I get an error message "Cannot synchronize ----'s iPod. Unknown Error (-48)"
    It then jumps straight to the Set Up Assistant, as if its the first time I've connected my iPod! (I've had it for a year now). I'm too scared to go through that option in case it wipes the music/video off my iPod.
    After all this, my iPod's name Imine) is actually visible in the left side panel of iTunes - BUT, i cant see any of the contents ie songs, video etc.
    Funny thing is, I can still load songs & video onto the iPod, and it synchronizes and saves. But, I just cant see anything thats on the iPod (meaning I cant edit or delete, which is annoying), as iTunes only recognizes it as a brand new ipod.
    So, what can I do?
    I've tried to reset the Ipod, and reloaded iTunes. I've even used an earlier version of iTunes on a different computer and the exact same thing happens there (which leads me to believe somehting happened to the iPod).
    I dont want to restore the iPod - I have nearly filled the 160GB capacity and I simply cannot back it up anywhere as no computer i have has enough memory and all my original music is overseas at home.
    Why is itunes not recognising the ipod, but it still saves data on it??? How can I bypass the Set Up assistant?? (its irritating).
    Please help!!
    JJ LA

    I am also having the same problem. This is my second ipod (I've added a shuffle and already had a nano). The nano works fine. When I connect the shuffle, it is grayed out in the left pane. The main view only shows two tabs, Settings and Contents. It doesn't seem to matter how I have the syncing setup.

  • Hello guys i recently got my iphone 4G S and when i connect it on computer i cant see it in itunes i tryed everything with restarting device reinstalling the itunes and usb fixing but i cant still see it in itunes.On other computers i can see it help plz

    Hello guys i recently got my iphone 4G S and when i connect it on computer i cant see it in itunes i tryed everything with restarting device reinstalling the itunes and usb fixing but i cant still see it in itunes.On other computers i can see it help plz

    Verify Step 2 and 3 mentioned in the article.
    http://support.apple.com/kb/TS1538

  • Help required building ADF-Swing/ADF-Faces using ADF Business Components

    My question is in regards to how you can go about building a light swing application to an ADF model?
    In particular if I were to say that we were developing a 3-tier project whereby we had a database tier, a series of EJB-ADF façade session beans to the database (middle-tier), and a swing client communicating with the session beans (view-controller tier), how would you go about developing these screens?
    In particular can we develop these screens using ADF-Faces and also ADF-Swing?
    The EJB session façade beans of course are ADF app modules with customised methods. The methods would return back customised DTO objects. These DTO objects are wrappers to row objects ADF would create. This would be mainly due to making these facade beans web service enabled (Oracle state that these methods cannot return oracle.jbo objects if they are to be web service enabled).
    This would be typically deployed to an app server, like Oracle App Server 10G.
    Could you please have a look at this, as I am doing a lot of research into this.
    eg. Taking example from oracle magazine sept/oct 2006
    with slight enhancements
    package oramag.frameworks.example.common;
    import oracle.jbo.ApplicationModule;
    import oramag.frameworks.customdto.EmployeeDTO;
    public interface HRService extends ApplicationModule {
    void deleteCurrentEmpAndCommit();
    EmployeeDTO findEmployee(int employeeId); // new method
    import oramag.frameworks.customdto.EmployeeDTO;
    public class HRServiceImpl extends ApplicationModuleImpl {
    public void deleteCurrentEmpAndCommit() {
    Row empRow = getEmpView().getCurrentRow();
    if (empRow != null) {
    empRow.remove();
    getDBTransaction().commit();
    public EmployeeDTO findEmployee(int employeeId)() {
    EmployeeDTO employeeDTO = null;
    EmployeesImpl employees = getEmployees();
    employees.setNamedWhereClauseParam("EmployeeId", employeeId);
    employees.executeQuery();
    if(employees.hasNext()) {
    EmployeesRowImpl employee = (EmployeesRowImpl)employees.next();
    employeeDTO = new EmployeeDTO(employee);
    return employeeDTO;
    public EmployeesImpl getEmployees() {
    return (EmployeesImpl)findViewObject("Employees");
    Now given the above code snippet, how could you turn this into an ADF-Swing/ADF Faces application so that if a user using the swing application enters an employee id, then the application will execute the query on the app server, the app server in turn returns the results to the client, and the client finally display the results. Typical MVC example.
    Cheers
    Rodney

    The tutorial is for ADF BC used with JavaServer Faces.
    While the tutorial doesn't cover it, we also support drag and drop development for Swing and visual WYSIWYG layout for Swing panels and windows, too. For a very simple example, watch screencast #4 on my blog here:
    http://radio.weblogs.com/0118231/stories/2005/06/24/jdeveloperAdfScreencasts.html
    One thing I have noticed is that when using ADF business components, when the app module returns a custom DTO object like the above example, it returns the data in a element structure according to the data control palette.
    You don't generally ever need to create your own custom DTO's when working with ADF for use by client UI's. The only situation where can be necessary -- until we simplify this in the JDeveloper/ADF 11g release -- is when you desire to expose custom methods that can return sets/arrays of typed row structures through a web service. However, web services are not involved/required in building 3-tier Swing applications.
    When dropping onto a page it does so like a string and doesnt give option to display the data in a read only form etc. Is there anything we need to do, to get the functionality.
    It's more of what you don't need to do :-)
    Just leverage the active data model that the ADF application module provides. You can read more about it in section 4.5 "Understanding the Active Data Model" of the ADF Developer's Guide for Forms/4GL Developers on the ADF Learning Center at http://www.oracle.com/technology/products/adf/learnadf.html). Your UI's bind to view object instances in the data model, and your UI's are automatically kept up to date without needing to write methods that return data. I short article I wrote that preceeded my writing the ADF Developer Guide content on this topis is here:
    http://radio.weblogs.com/0118231/stories/2006/01/26/theAdfBusinessComponentsActiveDataModel.html
    I know that when dropping a view object you get this functionality. Also was wondering if we were to pass an object of thios type back to the model it might not give us the rich functionality like input forms, like what Oracle provides if we were to drop a enitity view object.
    Just use the active data model and everything becomes totally easy, with no changes required to switch between local or three-tier deployment configurations.
    Trying to do everything with hand-coded DTO beans is really going the hard way.
    Could you help us regarding this?

  • Help my screen is just blank like a grey?? i cant see anything not even apple sign

    help my screen is just blank like a grey?? i cant see anything not even apple sign

    Try a reset by pressing and holding the Home and Power buttons until the white Apple logo appears.

  • TS1717 when I open iTunes cant see my iphone on the left side like usual to sync music to it. HELP?

    when I open iTunes cant see my iphone on the left side like usual to sync music to it. HELP?

    Hi catquin,
    If you are having issues with your iPod Shuffle not being recognized by iTunes on your Windows machine, you may find the following article helpful:
    Apple Support: iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/ts1369
    Regards,
    - Brenden

  • Anytime i boot my g4, i see some small face at the center of the screen. am new to mac. somebody help me

    anytime i boot my g4, i see some small face at the center of the screen. am new to mac. somebody help me

    Degraft wrote:
    after the face blink, a question mark follows
    That means the computer cannot find the operating system. Either the hard drive has a physical problem or is corrupted. Do you have the computer's original system CDs or DVDs? You may need them to get through this.
    Notebook computer drives are not as robust as the larger drives used in desktop computers. If your G4 can run OS9, it's pretty old, and the drive may have simply worn out.

Maybe you are looking for

  • List of UserGroups in Release 2

    Hi, I am using the portal which comes with Oracle 9iAS Release 2. I am aware of the fact that the UserGroup informations are no longer stored in wwsec_group and are now stored in OID. (1) Which is the table that holds the name of the UserGroups that

  • NetAuthAgent & nmbd suddenly active after using University wifi?

    Hello - I'm trying to ascertain if I am at risk... About 1 week ago I connected to the University of Minnesota's "guest" wifi network.  I was asked to provide an email address and that's all.  I was online. But I use Little Snitch so granted access t

  • How to transfor from itunes playlist to ipod ???

    I havn't transfered from itunes for a long time and cannot remember how to load my new playlist on to my ipod ???

  • Yet Another CD-ROM problem Sun ultra 10

    Hello There. I just got a Sun ultra 10 and I am trying to install Solaris 10 on it using the original DVD that I got from sun. However when i try running a boot cdrom at the ok prompt I see that it cannot read the label. Im sure it is because it is a

  • Apple Watch Pre Order Ship Date?

    I pre-ordered the apple watch at 12:05 am PST. My delivery date says May 13th-May 27th...even though I thought it was supposed to arrive on April 24th. I am actually moving May 15th, so I'm not sure if I should change my shipping location? Any sugges