h:messages style class dont work

Hi All,
I am trying to use the <h:messages> tag but the styles dont work.
All the messages are on the screen, but with two problems:
1 - I am using layout="table", but the render shows a list
2 - None of the styles are been applied!
I used the code:
<h:messages
   showSummary="true"
   showDetail="true"
   layout="table"
   tooltip="true"
   infoClass="T_MESSAGES_INFO"/>Thanks in advance!
Vinicius Melo

The problem is not in the <h:messages> but when I use my NavigationHandler, for some reason it doesn�t render the component as I want.
I still don�t know why. I am using the following code on the NavigationHandler:
   NavigationHandler parent;
   public MyNavigationHandler(NavigationHandler parent)
      super();
      this.parent = parent;
   public void handleNavigation(FacesContext fc, String actionMethod, String actionReturnValue)
      parent.handleNavigation(fc, actionMethod, actionReturnValue);
   } When I change the actionReturnValue variable, it just render the messages component with the default property values and not with that I coded.

Similar Messages

  • Usb error message "USB over currnet notice" both usbs dont work.

    Ive looked at many posts with my similar problem but nothing really answered it. I recently connected a digital camera with a usb cable. When I turned the camera on the error message came up that I "USB over current notice". I have a feeling that I might have burt the USB. Im not sure because i have been reading posts that say you can reset something, or might have to reinstall the operating system.
    I would also like to mention that both USB's dont work. I plugged the camera in the USB closer to the user. The usb towards the back does not work at all. The one closer to me does do something. When I plug my ipod into that usb, the computer doesnt recognize it, and the ipod doesnt recognize that i plugged it in either. But when I unplug it from the computer, the ipod lights up recognizing that I have unplugged it.
    It seems that it works very very little amount. Im thinking that I have a hardware problem. So does anyone know what it will cost, or what must be done to fix this problem. Not having a usb is not easy to live with.
    Also, the firewire, camera, mousepad, keyboard and all that stuff works.

    hi there-
    the first thing i would try is resetting the macbook smc. http://docs.info.apple.com/article.html?artnum=303319 when you restart the computer, reset pram by holding apple-option-p-r until you hear two sets of startup chimes instead of the usual one. if this doesn't help and you need repair, it depends on the extent of the damage how much the repair will cost. if you phone Apple (1-800-275-2273) or take it to a store, they can give you estimates for different types of repairs, but of course no one can know precisely what parts are needed unless the computer is examined. best of luck. Sherry

  • Desktop Office Integration in SAP GUI for HTML - dont works?

    Hello all,
    my program reads an Excel-File with multiple Worksheets into SAP by using class:
    CL_GUI_CUSTOM_CONTAINER
    and intefaces:
    I_OI_CONTAINER_CONTROL,
    I_OI_DOCUMENT_PROXY AND
    I_OI_SPREADSHEET.
    All works fine, but when I integrated the SAP Transaction into our Portal and using the Program through the WEBGUI it dont works.
    It looks like that he can't create a container Control, to open the File in Background in Excel.
    I worked with Desktop Office Integration to read all Worksheets into SAP, like here:
    http://abap-explorer.blogspot.com/2008/12/upload-data-from-multiple-worksheets-of.html
    Is there any solution to solve my problem?
    it returns me this message
    "Cannot initialize control"
    It seems that the error comes from this Method in Webgui:
    Data iref_document    type ref to i_oi_document_proxy.
      call method iref_document->open_document
        exporting
          document_title = 'Excel'
          document_url   = v_document_url
          open_inplace   = 'X'
        importing
          error          = iref_error.
      if iref_error->has_failed = 'X'.
        call method iref_error->raise_message
          exporting
            type = 'I'.
        leave list-processing.
        exit.
      endif.
    I hope someone can help me.
    Thanks.
    EDIT:
    Today I tested the ABAP Report SAPRDEMOOFFICEINTEGRATION in our webgui
    it returns me this error:
         In dem Programm "C_OI_CONTAINER_CONTROL_CREATORCP" wurde durch eine                           
          RAISE-Anweisung die Exception                                                                
         (Ausnahmebedingung) "JAVABEANNOTSUPPORTED" ausgelöst.                                         
         Da die Exception nicht durch ein in der Aufrufhierarchie
    Auslösestelle des Laufzeitfehlers                                                                  
         Programm                                 C_OI_CONTAINER_CONTROL_CREATORCP                      
         Include                                  OFFICEINTEGRATIONDCCIMP                               
         Zeile                                    70                                                    
         Modultyp                                 (METHOD)                                              
         Modulname                                I_OI_CONTAINER_CONTROL~INIT_CONTROL
    Edited by: Sascha Baumann on Jul 15, 2009 9:18 AM
    Edited by: Sascha Baumann on Jul 16, 2009 8:04 AM

    Hi Sascha,
    I have the same issue as yours.
    Did you find a way to open your excel file in the WebGui?
    Regards,

  • OpenerLink - url ends with ampersand.  can't use style class...

    hello. i am using openerLink to link to communities. i also want to apply a style class to the link text. however the url that is generated ends with an ampersand. consequently, it ignores the style class. the href is shown below.
    href="http://hera:8080/portal/server.pt?space=Opener&control=OpenObject&cached=true&parentname=Gateway&parentid=None&in_hi_ClassID=512&in_hi_userid=2&in_hi_ObjectID=209&in_hi_OpenerMode=2&" class="bulletTextLink2" border="0"
    when i remove the ampersand, it works perfectly (it uses the style).
    what is the solution? obviously i don't have direct control over the generation of the href. can i append something to the url so that it doesn't end in an ampersand?
    thanks
    chris

    The message above was posted by me two years ago and was brought to my attention today. Here's a short update: The network team added a load balancer mdaoid in front of, and resolved to, mdaoid1 and mdaoid2 (in round-robin fashion). The problem described in this thread is bypassed because the JDBC URL can simply use one-OID format, in which mdaoid is used as the LDAP server.

  • Dont work dropdown list in Variation Label Menu on one variation site

    Hi, guys! I have trouble with Variation Label Menu. I have site with four variation language and i made Variation Label Menu using code on my master page 
    <div style="float:left; margin:6px; z-index:9999">
    <PublishingWebControls:VariationsLabelEcbMenu id="variationLabelMenu" DataSourceID="LabelMenuDataSource" DisplayText="" IsCallbackMode="true" runat="server" />
    <PublishingWebControls:VariationDataSource id="LabelMenuDataSource" LabelMenuConfiguration="1" Filter="" runat="server"/>
    </div>
    On three variation site Variation Label Menu work fine on UA, FR, EN
    But on one site RU (this site is source for another) Variation Label Menu dont work :((
    I will glad to any ideas for fix my problem.
    Aleksandr Shramko

    But that should have changed the logic of the navigation:
    The VariationDataSource control supports three different operation modes using the LabelMenuConfiguration attribute:
    Link to Peers: this is the default and most common operation mode. In this mode, the data source returns links to peer pages of the current page. 
    LabelMenuConfiguration="1"
    Link to Parent: using this operation mode the data source returns links to the peers of the parent site. That link will not point to the peer page but to the peer site of the current site. 
    LabelMenuConfiguration="2"
    Link to Top Site: using this operation mode the data source returns links to the top sites of peer labels.
    LabelMenuConfiguration="3"
    http://blogs.technet.com/b/stefan_gossner/archive/2011/11/29/sharepoint-variations-the-complete-guide-part-12-customization.aspx

  • 'Payload not Serializable' with custom WSDL data types in message-style web service

    I'm implementing a message-style web service which publishes to a JMS Queue.
    I had the web service built and deployed, but noticed that the "sendRequest" message's
    part was of type "xsd:anyType." This is not specific enough for our interface,
    since it is externally facing and needs to describe the object we're expecting
    on the back end.
    So I replaced xsd:anyType with mynamespace:MyType, which is defined as a complex
    type in the same WSDL document.
    My problem is that when I test the web service with the new WSDL (using the client.jar),
    I get a server-side exception from the DestinationSendAdapter.doPost() method.
    The exception reads:
    javax.servlet.ServletException: Payload not Serializable
    at weblogic.soap.server.servlet.DestinationSendAdapter.doPost(DestinationSendAdapter.java:129)
    The domain object ('classic' JavaBean) that it should map to on the server side
    extends a class that implements Serializable, so it should inherit the trait.
    So my questions are:
    1) Did I properly go about trying to restrict the object type that gets sent to
    my Destination?
    2) If no, what is the correct way? If yes, why am I receiving the Payload not
    Serializable error if the domain object implements Serializable?
    Thanks in advance.

    Resolved:
    Apparently this is the right approach, as it boiled down to a classpath issue
    on the client-side. Thanks anyway.

  • After upgrading to Firexfox 35.0 all vine videos, instagram videos and some webplayer videos dont work anymore.

    After upgrading to Firexfox 35.0 all vine videos, instagram videos and some webplayer videos dont work anymore.
    I get messages like:
    ERROR 1
    -Error Loading Media: File Could Not Be Found
    http://i.imgur.com/5OaxOFC.jpg
    ERROR 2
    -Video can't be played because file is corrupt.
    http://i.imgur.com/cqRpJOp.jpg
    Before I start, I will like to point out some things Ive tried already so this doesnt end up being a back and forth of things already tried.
    *Ive uninstalled adobe flash player
    *Ive tried the whole
    media.windows-media-foundation.enabled to false or to true
    *Ive gone into safe mode and nothing
    *Ive tried toggling off the plug-ins to see if anything I have problems with works. Nothing.
    All the media that plays from different various players:
    https://www.youtube.com/watch?v=v7IXmV6A6Bk
    http://bestanimes.tv/mushishi-zoku-shou-2nd-season-episode-10/
    http://www.watchcartoononline.com/mushishi-episode-26-english-dubbed <-- 2 embedded videos that both play.
    All the media that wont play:
    http://www.jwplayer.com/ <---- that front page video : I get ERROR 1 for this
    http://videomega.tv/?ref=AJWOLaJQKbbKQJaLOWJA <--- I get ERROR 1 for this
    And every vine and instagram video. Since I will be asked to post something from it here is something from vine and something from instagram
    https://vine.co/v/OqxKQBJd3lm <---- I get a still image
    http://instagram.com/p/up3CG6ooDP <----- I get error 2 if I go into page info and click the media tab and look for the video.
    All my enabled plugins:
    http://i.imgur.com/9fCZ1s2.jpg
    Everything on my permissions even on the pages of the media I cant play is set to : Use Default.
    Now, I thought this was just some kind plug-in problem, I even thought it was just something with the updated made Firefox incompatible with some of the webplayers. Of course I found out this was wrong. Keep on reading:
    If your flash plugin crashes or if you terminate/end process in the Task manager, your video will be replaced by this grey message:
    http://i.imgur.com/vudnNIM.jpg
    https://www.youtube.com/watch?v=v7IXmV6A6Bk
    http://bestanimes.tv/mushishi-zoku-shou-2nd-season-episode-10/
    http://www.watchcartoononline.com/mushishi-episode-26-english-dubbed
    http://www.jwplayer.com/
    http://videomega.tv/?ref=AJWOLaJQKbbKQJaLOWJA
    Now, all these videos I listed before, If I had them all open in tabs and then proceeded to terminate my flash plugin in Task Manager, they would all be replaced by that grey message window that the plugin crashed.
    Now, after I updated firefox to 35.0, if I did the same thing
    https://www.youtube.com/watch?v=v7IXmV6A6Bk
    http://bestanimes.tv/mushishi-zoku-shou-2nd-season-episode-10/
    http://www.watchcartoononline.com/mushishi-episode-26-english-dubbed
    These three would show that grey message and these are the ones I can play
    But these 2 the ones I have a problem with.
    http://www.jwplayer.com/
    http://videomega.tv/?ref=AJWOLaJQKbbKQJaLOWJA
    they wont even be affected by it. Its like they arent even using the flash plugin.
    Whenever I would terminate/end process my plugin from my task manager in 34.0 EVERYTHING, EVERYTHING would not work including every vine video and instgram video, it would either show that grey message that says the plugin crashed or it would not work. They would all work again when I refreshed the page. Everything, in 34.0 in my firefox was using the flash plugin.
    Now, as I stated above I thought it was just some kind of webplayer and firefox 35.0 conflict that was causing these problems.
    Until I saw this:
    http://www.watchcartoononline.com/mushishi-episode-26-english-dubbed
    http://i.imgur.com/gCaUMXm.jpg
    http://i.imgur.com/V9w7ulS.jpg
    http://www.jwplayer.com/
    http://i.imgur.com/dqZtoTX.jpg
    They are both using the same exact webplayer. THE SAME ONE.
    I can play the first one
    but the video in the front page of http://www.jwplayer.com/ I cant play it.
    Which brings me to my final conclusion.
    The reason I cant play some that fron page video of http://www.jwplayer.com/
    videos from videomega.tv
    and instagrams and vines
    IS because of their file extension, their file types.
    I went to the firefox options and clicked the Applications tab:
    http://i.imgur.com/uWWKelX.jpg
    http://i.imgur.com/HYBjwdZ.jpg
    http://i.imgur.com/IK4C2WR.jpg
    Shouldnt all those video file types be in : Use Shockwave Flash (in Firfox) instead of : Always ask
    When I try to toggle it to something else I dont even get the option to use Shockwave Flash
    http://i.imgur.com/gTH18S1.jpg
    In Conclusion, what gives??
    -In 34.0 Everything worked.
    -If I terminated/ended process the Flash plugin in 34.0 everything would be affected by it , either by not working anymore or showing me that grey crash message.
    -This all started when I upgraded to 35.0
    -Has nothing to do with webplayer conflicting with 35.0 as proven above.
    -The reason for all of this not working is the type of video extension they have. Judging from the examples I gave of the things I cant play, it would seem I cant play mp4, flv and whatever vine uses. Which I think its mp4 as well.
    Anyways, how do I fix all this so it works like it did before I upgraded to 35.0

    I looked at that but it only shows for Windows 8.1 , 8.0 , 7 , i have Vista , 64 bit Ultimate , would the Windows 7 one work ?? , or am i out of luck ?
    And what plug-in icon in the address bar ?? , i don't see anything that pertains to any plug-ins
    This is a example of one of the videos i was trying to watch , basically when you click the arrow in the center , it just goes away for a second then comes back and the video never plays , it just sits there , in the lower left corner i see a small popup that says javascript;
    http://instagram.com/p/zAA6W8DAR9/?modal=true

  • ERROR MESSAGE:  ITUNES HAS STOPPED WORKING

    Hi guys n girls, i was wondering if antonehas had the same probs as me, and ill try to explain what happens, After buying an ipod classic 120gb, i downloaded itune 8 for the firs time and it installs, then windows installer asks you "wouldyou like to open itune" so, i click yes, i set it all up, sort out a library, sync to ipod which is all fine, ipod works great.. Now if i close itunes, and open it again another time i get an error message,"itune has stopped working and windows is looking for solutions" and this does it evertime i click onto the icon and the quicktime icon aswell. now ive remove all of itune, quicktime, bonjour, apple updater and mobile support includeing a file to do with apple including some of the music that becomes attactched to it and checking system 32.i then download a fresh itues, it installs, works for the first time and thats it, i get the message again. i have uninstalled and installed intune including various products several time but to no sucess with getting itune to work. if anyone can possibly help me with this as ipod dont bounce off of walls very well cheers
    bazza
    bazdonsop

    please sombody help me, apple support are no help, the shop are no help, the only thing i havent tried is delete everything on my laptop and put it back to factory, which is my very last resort

  • Hp dv7-1245dx media smart button dont work

    hi, i have a hp pavilion dv7-1245dx, i format de drive c and install the windows vista 64 in spanish because im in argentina, but before search and install all drivers,my media smart quik lunch button dont't work, I intall all drivers from the hp web, then the media smart button work bad because y install the dvd play and when I push the buttom sound like i push 2 twise and open the dvd play no the mediasmart menu, then i unistall the dvd play, the media samart work good from the computer icon but to the button dont work, sound like two twise again but dont open nothing, y don't know what to do? I unistall and install again all quik lunch buttons and finger print drivers.help me plase, and another thin. when i format i lost the webcam software i would like someone help me to recober it .  
    thanks
    PD: sorry for the write erros I from argentina I dont speek english very well.
    Message Edited by nachodv7-1245dx on 07-25-2009 10:44 AM

    I have the exact same problem.  I noticed this started after some windows update just prior to upgrading to Windows 7.  And then it got worse after the upgrade. 
    I'm having to go into the task manager and end the smartmenu.exe application just to stop the nagging volume bar across the middle of the screen and just to use the computer, but the Volume still jumps around rapidly.
    Please, HP read this and help.
    Robert S. Rodriguez Jr.
    Robert S. Rodriguez Jr.

  • Can't get extended class to work with asbstract class

    I am having trouble working an extended class to work with my base abstract class. I keep getting this error message: "Fiction.java:4: invalid method declaration; return type required" public FictionBook()" Can someone give me some advice and or guidance on what I need to do? Thanks.
    Here is my abstract class:
    import javax.swing.*;
    public abstract class Book
         protected String bookTitle;
         protected double bookPrice;
         public abstract double setPrice();
    public Book()
              setBookPrice();
    public double getBookPrice()
              return bookPrice;
    public abstract void setBookPrice();
    Here is the extended class that I have:
    import javax.swing.*;
    public class Fiction extends Book
         public Fiction()
              super();
              setBookPrice();
         public void setBookPrice();
              bookPrice = 24.95;
         public String toString()
              return("Fiction Book Price is $" + bookPrice);
    }

    Fiction.java:2: Fiction is not abstract and does not override abstract method setPrice() in BookThis one is pretty straightfoward: Book declares an abstract setPrice() method. In effect is promises "every concrete subclass of Book will define an implementation of setPrice()". But your Fiction class does not do this - it does not give an implementation of setPrice() even though as a Book it is required to do so. That is what the compiler is complaining about.
    Fiction.java:6: call to super must be first statement in constructorThis one is slightly cryptic. If you use super() it must be as the first line of a constructor. You are using it as the first line of Fiction() so that looks OK - until you realise that Fiction() is not a constructor! That's because you declare it as a method returning void. Remove the "void" and the compiler will recognise it as a constructor and will be happy about your use of super().
    Edited by: pbrockway2 on Sep 13, 2008 12:13 PM
    Just a general point: it might be worth writing very brief comments for your abstract class to say what the methods are supposed to do. It isn't really clear what setBookPrice() is supposed to do given that it isn't passed any argument. Likewise setPrice(), how does it differ from setBookPrice()? what is the double value that it returns?

  • HOW to define a style class apply to the specified component?

    Java(TM)     1.6.0_24
    Oracle IDE     11.1.2.1.38.60.81
    In my skin file, I defined the style that I want use it apply to the af:inputText read-only content.But it's not work.
    Can anyone give me some advice for this case?
    /* Style class definition in skin file. */
    .MyReadOnly af|inputText:read-only::content {
    display: block;
    margin: 1px;
    padding-left: 3px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
    border: red 1px solid;
    font-size: 13px;
    font-weight: normal;
    height: 13px;
    /* Snippet of jspx */
    <af:inputText label="Label 2" id="it2" columns="1" contentStyle="width:35px;" readOnly="true" styleClass="MyReadOnly"/>
    Edited by: MKevin_OTN on Nov 13, 2012 11:21 PM

    That line is an ADF CSS selector.
    <font color="red">af|inputText</font>: with this selector you are accessing to any <af:inputText> component (this is not the final html <input/>, is a div/table/tr that contains the final <input/>)
    <font color="red">af|inputText:read-only</font>: access only to <af:inputText> components that have readOnly="true".
    <font color="red">af|inputText:read-only.MyReadOnly</font>: access only to <af:inputText> components that have readOnly="true" and styleClass="MyReadOnly".
    <font color="red">af|inputText:read-only.MyReadOnly::content</font>: access to the content (the final <input/>) of <af:inputText> components that have readOnly="true" and styleClass="MyReadOnly".
    AP

  • Just up graded to Labivew 7.1 from 6.1 3-d graphs dont work right where can I get lattest version of cw3dgraph

    Recently up graded to Labivew 7.1 from 6.1.  3-d graphs dont work right.
    VI's using the Activex 3-D graphs developed in 6.1 worked fine. 
    Since up grading to 7.1 the graphs work after a fashion but many
    features don't. Anyone else have a similar problem?  Don't have
    the technical support from Labview, but then I figured the software
    should run as advertised. Where can I get lattest version of cw3dgraph?

    cw3dgraph just shows up at the same time as the new version of LV.
    I have not heard of any changes or fixes.
    I have seen the defaults for cw3dgraphs get lost in the upgrade from 6.1 to LV 7.1.
    I would first try going to the 6.1 version of the graph in edit mode and pop-up >>>CWGraph#D >>> export style
    save the file
    Then in the upgraded version do the import style.
    If that does not fix it post your code and tell us what is wrong. There are things you can do to the 3dgraph that work just fine as you have saved all the correct defaults. If we know what is supposed to happen we may be able to direct to what got lost in the upgrade.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Group style classes

    Hi,
    I would like to group few style classes to one user style class.
    I was trying ths code:
    .myButton af|commandButton:hover, af|commandButton:focus:hover {
    background-color: transparent;
    and also this:
    .myButton af|commandButton:hover af|commandButton:focus:hover {
    background-color: transparent;
    But it didn't work.
    Do you know how could I define it?
    So I will be able to use only myButton style class and it will include af|commandButton:hover, af|commandButton:focus:hover etc.
    Thanks!

    Duplicate of {thread:id=2488442}

  • Assigning Different Style Classes to Portlet Columns

    Is it possible to use the CSS mill to create a style sheet that assigns certain properties to particular columns in the portal body? For example if I wanted the third column in my page layout to tell portlets to turn their borders off and have a gray background while keeping the borders and white background for the other columns.
    I was also told that narrow portlets and wide portlets reference different style classes but I don't see them from viewing the source from my browser. I see platportletNarrowHeader and platportletWideHeader which is for the Portlet Title Bars but not the body. If I wanted all narrow columns to reference a different style class than wide, how could I go about that?

    Allow me to clarify how this works.
    It isn't so much of a difference between narrow portlets and wide portlets, it is a difference between portlets in the narrow columns and portlets in the wide column. (Narrow portlets can be placed in the wide column.)
    Portlets in the wide column reference the styles platportletHeaderBg, platportletWideHeader, and platportletBorder.
    Portlets in the narrow column reference the styles platportletHeaderBg, platportletNarrowHeader, platportletBorder, and platportletLightBg.
    As you can see there are some styles that the two have in common. platportletHeaderBg controls the table row that contains a portlet header. platportletBorder controls the table that contains the portlet content.
    For portlets in the narrow column platportletNarrowHeader controls the text inside the portlet header (the portlet's name). platportletLightBg controls the table row that contains the portlet content.
    For portlets in the wide column platportletWideHeader controls the text inside the portlet header (the portlet's name). There is no style that controls the table row that contains the portlet content for portlets in the wide column. Instead it uses the color of the body of the page.
    So changing the common styles will affect all columns, while changing the narrow column or wide column specific styles will affect those columns. So you can't just change the style for a third column.
    If you want to go beyond those limitations it would involve making a code change in MyPortalContentView.

  • HT3529 how do you add another person to your messages if they dont have a number.

    how do you add another person to your messages if they dont have a number.

    Never mind, disregard.  I went in and reset my password to my AirPort Express, and for some reason, it then went through, and is all working and good.

Maybe you are looking for

  • Multiple iPod Users on the same computer & Music Sharing

    Looking for some help...1 computer, 4 individual users. I originally purchased my iPod, ran the iTunes software of have a substantial library. Chirstmas-time, 3 iPods purchased for wife and two kids (the other three users). Am I supposed to load the

  • How to include dynamically subview define in separate file?

    Hi all, I am new to JSF and I'm currently using the MyFaces implementation, I would like to do something like: <t:dataTable value="#{mgr.rowDataModel}" var="row"> <t:columns value="#{mgr.columnDataModel}" var="column"> // <h:outputText value="#{mgr.f

  • How do you stop videos from interrupting every second or so during playback (since upgrading to iOS7)?

    I've just upgraded and now every time I try to play a video it stops every couple of seconds.  It worked perfectly before installing this loathesome upgrade. I have plenty of surplus memory so this isn't an issue.

  • XML Processing error

    Hello all, I am trying to parse a 3.4mb xml file (www.chimatravel.net/xml/2006-06-18.xml) with CF 5 running on win 2000 svr. It is proving to be a bear and I have tried a number of different tags. But they all seem to have issues here and there. Here

  • Simple File Sharing in Windows XP

    The simple file sharing that is automatically turned on in XP is causing some problems with programs we run. An administrator can turn it off, but as soon as any user logs onto the machine, the setting in re-enabled. It would seem that the novell cli