CommandButton type="button" generates a type="submit" (jsf 1.2)

Hi,
Migrating from JSF 1.1 to JSF 1.2.... My CommandButton with type="button" ends up to be an Input tag with a type=submit.
I looked at the JSF 1.2 tag api and it only accepts Submit and Reset.
Any idea how to have a commandButton that will not submit my page (Input type=button)?
Thanks

Hi BalusC,
Sorry to contradict you but, jsf 1.1 does support type="button". I have it all over my pages.
I'm migrating to jsf 1.2 and all the commandButton with type=button are generated as type=submit.
If you can write it in HTML why can't you with a jsf tag anyway?
<input type="button" name="Button1" value="List..." class="btn" />
I'll try your solution but, I wish they didn't change the tag.
Thanks

Similar Messages

  • Changing button label;JSP; input type="submit" name="jboEvent" value="Search"

    Hello everybody,
    I try to develop a multilanguage application in which the button labels will change accordingly with the browser's regional settings.
    The line in the generated DataQueryComponent.jsp file is the following:
    <input type="submit" name="jboEvent" value="Search">
    If I want to change the value like value="Rechercher" the application will not execute the query.
    In fact the section
    <jbo:ViewCriteriaIterate datasource="dsQuery" >
    </jbo:ViewCriteriaIterate>
    is not executed.
    I tried to generate the button with:
    <input type="submit" name="jboEvent" value="Rechercher" onClick="this.value='Search'"> ,
    but for a long query the name Search will remain as button label on the screen.
    Any new solutions, please?
    Thanks in advance.

    Visit that Jakarta web site. There is an i18n tag library that you will find useful.
    http://jakarta.apache.org/taglibs/doc/i18n-doc/intro.html

  • Using a form with two input type="submit" ... buttons...

    Hello All!
    I'm using a form to add and remove parameters for a service definition.
    <form action="serviceinput.jsp" method="post">
                   <table>
                        <tr>
                             <td><b>Level</b></td>
                             <td><b>Fieldname</b></td>
                             <td><b>Stucturename</b></td>
                             <td><b>Type</b></td>
                             <td><b>Format</b></td>
                             <td><b>Optional</b></td>
                             <td><b>Semantics</b></td>
                        </tr>          
         <%
                        for (Iterator iterParameters = parameters.iterator(); iterParameters.hasNext();)
              Parameter parameter = (Parameter) iterParameters.next();
         %>
                        <tr>
              <td><%= parameter.getLevel() %></td>
              <td><%= parameter.getFieldname() %></td>
              <td><%= parameter.getStructurename() %></td>
              <td><%= parameter.getType() %></td>
              <td><%= parameter.getFormat() %></td>
              <td><%= parameter.getOptional() %></td>
              <td><%= parameter.getSemantics() %></td>
                        </tr>     
         <%
         %>
                   </table>
                   <input type="submit" name="<%= parameters.addParameter() %>" value="add"/>
                   <input type="submit" name="<%= parameters.removeParameter() %>" value="remove"/>
              </form>
    The special thing about is, that I'm using two <input type="submit"...> buttons.
    The idea is, that I'd like to add one more row with attributes by clicking the "add" button and removing one row by clicking the "remove" button.
    If I use just one of them, it works fine. If I use both of them, nothing happens at all.
    Isn't it allowed to use two <input type="submit"...> fields?
    Is there an alternative? How can I implement my form the correct way?
    Thanks a lot in advance to all!
    Regards,
    Tomi

    Hi,
    Hai Tomi ,
    As swati already Explained U can try it with buttons,
    But u have to make a Hidden field and set the value of the hidden field
    with the Javascript code after pressing the button , Call a client side function which has an argument as given below
    Validate the Flag field in the JSP file
    <script language=javascript>
    function Validate(s)
    if(s==1)
         document.forms['ServiceInput'].elements["flag"].value="add";
    else
         document.forms['ServiceInput'].elements["flag"].value="Remove";
    document.forms['ServiceInput'].submit();
    alert("hai");
    </script>
    <form name="ServiceInput" action="serviceinput.jsp" method="POst">
    <table>
    <tr>
    <td><b>Level</b></td>
    <td><b>Fieldname</b></td>
    <td><b>Stucturename</b></td>
    <td><b>Type</b></td>
    <td><b>Format</b></td>
    <td><b>Optional</b></td>
    <td><b>Semantics</b></td>
    </tr>
    <%
    for (Iterator iterParameters = parameters.iterator(); iterParameters.hasNext();)
    Parameter parameter = (Parameter) iterParameters.next();
    %>
    <tr>
    <td><%= parameter.getLevel() %></td>
    <td><%= parameter.getFieldname() %></td>
    <td><%= parameter.getStructurename() %></td>
    <td><%= parameter.getType() %></td>
    <td><%= parameter.getFormat() %></td>
    <td><%= parameter.getOptional() %></td>
    <td><%= parameter.getSemantics() %></td>
    </tr>
    <%
    %>
    </table>
    <input type=hidden name=flag value="bb">
    <input type="Button" name="b1" value="add" onclick= "Validate(1)">
    <input type="Button" name="b2" value="remove" onclick= "Validate(2)">
    </form>

  • Unable to submit form wen convrting input type="submit" to a onclick=""

    Hi
    I have used following code successfully to submit my form in JSP
    <form action="email.do" name="emailForm" onsubmit="return (checkscript())">
    <input type="submit" name="actionSend" class="GRPButtonRed" value="Send">
    </form>
    Now I have subtituted above code with :
    <form action="email.do" name="emailForm" >
    Submit
    </form>
    The screen is just getting refreshed
    Edited by: money321 on Dec 16, 2008 11:14 AM
    Edited by: money321 on Dec 16, 2008 11:15 AM

    It is just because of the CSS which i hav to use which supports <a> tag for creating a button.
    But I am wondering y is screen just getting refreshed after clicking on this button which i hav created using
    <a href = "#" onclick="">

  • button element won't submit, need help...

    This <button> element is used all throughout our site
    http://www.ocp.org flawlessly.
    However, on the particular page I'm working on right now it won't
    work in conjunction with the drop down menu I'm working with in IE
    6 or 7, can anyone help me out? Thanks!
    I'm working in a private network so I can't show you a live
    version of this page but I've attached the code.

    <button
    onclick='window.location.href='/account/orderHistory''
    type="submit">
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Spencer Hill" <[email protected]> wrote in
    message
    news:[email protected]...
    > This <button> element is used all throughout our
    site
    http://www.ocp.org
    > flawlessly. However, on the particular page I'm working
    on right now it
    > won't
    > work in conjunction with the drop down menu I'm working
    with in IE 6 or 7,
    > can
    > anyone help me out? Thanks!
    >
    > I'm working in a private network so I can't show you a
    live version of
    > this
    > page but I've attached the code.
    >
    > <form id="userdata" name="userdata" method="post"
    > action="/account/orderHistory">
    > <table cellpadding="0" cellspacing="0">
    > <tr>
    > <?php
    > if (isset($accounts)) {
    > $num_accounts = sizeof($accounts);
    > if ($num_accounts >= '2') {
    > echo "<select name=cust_id>";
    > foreach ($accounts as $cmid => $value) {
    > $name = $value['organization'];
    > if ($name == '') {
    > $name = $value['name'];
    > }
    > if ($cmid == $cust_id) {
    > echo "<option value='" . $cmid . "' selected>" .
    $name . ' (#' . $cmid .
    > ")</option>";
    > } else {
    > echo "<option value='" . $cmid . "'>" . $name . '
    (#' . $cmid .
    > ")</option>";
    > }
    > }
    > echo "</select><button
    >
    onclick='window.location.href='/account/orderHistory''>submit</button></tr>";
    > }
    > else {
    > foreach ($accounts as $cmid => $value) {
    > $name = $value['organization'];
    > if ($name == '') {
    > $name = $value['name'];
    > }
    > }
    > echo $name;
    > echo "</td></tr>";
    > echo "<input type=hidden name='cust_id' value='" .
    $cmid . "'>";
    > }
    > }
    > ?>
    >
    > <!--
    > <tr>
    > <td>Order Start Date:</td>
    > <td><input type='text' value='<?php echo
    $start_date ?>'
    > name='start_date'></td>
    > </tr>
    > <tr>
    > <td>Order End Date:</td>
    > <td><input type='text' value='<?php echo
    $end_date ?>'
    > name='end_date'></td>
    > </tr>
    > -->
    > </table>
    >
    > <input type=hidden name=action value=history>
    >
    > </form>
    >
    > <form id="userdata2" name="userdata2" method="post"
    > action="/account/orderHistory">
    > <table class="results" cellpadding="0"
    cellspacing="0">
    > <tr style="text-decoration: none; font-size: 14px;
    color: #fff;
    > background-image:
    url(/ocpimages/tabs/tabs_dscrptn_bg.gif); font-weight:
    > bold;">
    > <td style="border-right: solid 1px #999;
    padding-right: 0;">Date</td>
    > <td style="border-left: 1px solid #ccc; border-right:
    solid 1px #999;
    > padding-right: 0;">Invoice No.</td>
    > <td style="border-left: 1px solid #ccc; border-right:
    solid 1px #999;
    > padding-right: 0;">Status</td>
    > <td style="border-left: 1px solid #ccc; border-right:
    solid 1px #999;
    > padding-right: 0;">Ship Date</td>
    > <td style="border-left: 1px solid #ccc; border-right:
    solid 1px #999;
    > padding-right: 0;">Tracking</td>
    > <td style="border-left: 1px solid #ccc; border-right:
    solid 1px #999;
    > padding-right: 0;">Details</td>
    > <td style="border-left: 1px solid #ccc;
    padding-right: 0;">Amount</td>
    > </tr>
    >
    > <?php
    > if (isset($orders)) {
    > $td_class = 'white';
    > foreach ($orders as $i => $value) {
    > $entry_date = $value['entry_date'];
    > $invoiceID = $value['invoiceID'];
    > $order_amt = $value['order_amt'];
    > $status = $value['status'];
    > $ship_date = $value['ship_date'];
    > $tracking_id = $value['tracking_id'];
    > $tracking_id = explode('|', $tracking_id);
    >
    > switch ($status) {
    > case ('RTP'):
    > $status_desc = "Shipped";
    > break;
    > case ('RTI'):
    > $status_desc = "Shipped";
    > break;
    > case ('O'):
    > $status_desc = "Order Submitted";
    > break;
    > default:
    > $status_desc = "Order Picked";
    > }
    > if ($invoiceID != '') {
    > echo "<tr valign='top' class=' . $td_class . '>";
    > echo "<td>". $entry_date. "</td>";
    > echo "<td style='text-align: center;'>" .
    $invoiceID . "</td>";
    > echo "<td>" . $status_desc . "</td>";
    > echo "<td>" . $ship_date . "</td>";
    > if ($tracking_id != '') {
    > $suburl = '';
    > foreach ($tracking_id as $key => $val) {
    > $track_cnt = $key + 1;
    > $suburl = $suburl . "&InquiryNumber" . $track_cnt .
    "=" . $val;
    > }
    > $suburl =
    > "
    http://wwwapps.ups.com/etracking/tracking.cgi?tracknums_displayed="
    > $track_cnt .
    "&TypeOfInquiryNumber=T&HTMLVersion=4.0" . $suburl .
    > "&track=Track";
    > echo '<td><a target="_new" href="' . $suburl .
    '">Tracking
    > Detail</a></td>';
    > } else {
    > echo "<td> </td>";
    > }
    >
    > $suburl =
    "/account/orderHistory?action=detail&invoiceID=" . $invoiceID .
    > "&cust_id=" . $cust_id;
    > echo '<td><a href="' . $suburl . '">Product
    Detail</a></td>';
    > echo "<td style='text-align: right;'>$ " .
    $order_amt . "</td>";
    > echo "</tr>";
    >
    > $td_class = $td_class == 'white' ? 'blue' : 'white';
    > }
    > }
    > }
    > ?>
    > </table>
    > </form>
    >

  • Is there a way to modify the schema-mapped XML that is generated by the submit action prior to submission?

    I have a form created in LiveCycle ES2. I have mapped some fields to a schema that causes LC to generate XML that adheres to the import format of one of my company's internal databases.
    There is one problem: the system's import function looks for a DTD DOCTYPE declaration between the XML declaration and root element. I've tried including the declaration in the schema, but LC does not include it in the mapped values or the export. I've spoken with the vendor about declaring the DTD as part of the import function and they have given a firm "No."
    Is there a way to insert one line of markup into the XML that LC generates in the submit action before the XML is attached to the e-mail?

    Thanks for pointing me at those. Worked like a charm. My stylesheet ended up looking like this (in case anyone is curious later on):
    <?xml version="1.0" encoding="UTF-8"?>
        <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
            <xsl:template match="/">
                <xsl:text disable-output-escaping="yes">
    &lt;!DOCTYPE name SYSTEM "http://location/DTD/name.dtd"[]&gt;
                </xsl:text>
                <xsl:copy-of select="root node"/>
            </xsl:template>
        </xsl:stylesheet>

  • How to handle multiple exception types in JSF 2?

    I'm trying to handle multiple exception types in JSF2, including a default error page for any unexpected exception types. The problems I'm having are:
    1) ViewExpiredException is handled only when no generic exception handler is specified
    2) "Regular" exceptions like NullPointerException are never handled
    My managed bean:
    @Named
    @SessionScoped
    public class MyController implements Serializable {
    /* A method that does nothing */
    public void doNothing() {
        //do nothing
    /* Generate a null pointer exception on purpose */
    public void generateNpe() throws NullPointerException {
        Object x = null;
        x.toString();
    My test page to generate the exception:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core">
    <h:head>
        <title>Test page</title>
    </h:head>
    <h:body>
        <h:form>
            <h:commandButton id="button1" value="do nothing" action="#{myController.doNothing}" />
            <h:commandButton id="button2" value="generate NPE" action="#{myController.generateNpe}" />
        </h:form>
    </h:body>
    </html>
    My web.xml:
    <!-- Redirect all NPEs to this page; this never works! -->
    <error-page>
        <exception-type>java.lang.NullPointerException</exception-type>
        <location>/error/error003.jsf</location>
    </error-page>
    <!-- Redirect all VEEs to this page; this works fine if the next section is excluded -->
    <error-page>
        <exception-type>javax.faces.application.ViewExpiredException</exception-type>
        <location>/error/error002.jsf</location>
    </error-page>
    <!-- This grabs everything, even with the previous sections defined.  If I exclude this error-page section, VEE works fine but NPE still does not get redirected -->
    <error-page>
        <exception-type>java.lang.Exception</exception-type>
        <location>/error/error001.jsf</location>
    </error-page>My questions are as follows:
    1) How can we handle "regular" java exceptions like NPE?
    2) How can we define a catch-all for unexpected exception types, while still respecting specific exception handlers for VEE, etc?
    Thanks,
    Benjamin

    Is your data model right? If you are adding in one and deleting in another it sounds to me more like a process that an entity, in which case you may revisit your data model and simplify it, add in a session bean with the process method to co-ordinate between the two.
    However, if you want to map multiple different tables within a single entity bean it is possible and just part of the mapping. How you actualyl specify it depends on which implementation you are working with.
    Cheers,
    Peter.

  • input type="file" - JSF

    Hello,
    in a jsf page i have some h:inputText and a <input type="file">
    I want that an user click in the <input type="file">, recover a file which exists on his computer, and the jsp/jsf page recover user's filename.
    I have some beans ...
    If i "link" <input type="file"> and a field in a bean, for example :
    <input type="file" name="fileName" value="#{fileManager.fileName}">This is don't works !
    How recover "input type="file"" information to bean ?

    javabus wrote:
    input file doesn't support "value".
    P.S
    It's not a text you want to input, so you should not use h:inputText tag.
    Try this:
    <h:form id="MyForm" enctype="multipart/form-data" >
    <x:inputFileUpload id="myFileId"
    value="#{myBean.myFile}"
    storage="file"
    required="true"/>
    </h:form>Omg, you was just resurrecting an 3 year old topic! Don't do that in the future.

  • input type=submit in JPanel

    Hi all, i have an JPanel and have in the JLabel a HTMl Code. In the one of the Cells have i a html submit button. How can I open a new GUI Window using this button. Or how can i use this button to open something?
    Thanks:-)
    Nikolay

    Hi all, i have an JPanel and have in the JLabel a HTMl Code. In the one of the Cells have i a html submit button. How can I open a new GUI Window using this button. Or how can i use this button to open something?
    Thanks:-)
    Nikolay

  • How to link a radio button selection to a submit destination ?

    Hi,
    I am working on a JSP page. Depending on the check from a radio button on a form, the form will be submitted to a different destination. Does anyone know how to do that? Any code samples?
    Thanks!
    wyp

    This will give you an idea of how it works. Save the file and double click on it to open in IE.
    <html>
    <head></head>
    <body>
    <form name="myForm" method="GET" action="servlet/InsertRecords">
    <P>
    <INPUT TYPE="RADIO" NAME="Radio1" VALUE="1" onClick="onClickFunction(1)" >Insert Record
    <BR>
    <INPUT TYPE="RADIO" NAME="Radio1" VALUE="2" onClick="onClickFunction(2)" >Delete Record
    <BR>
    </P>
    </form>
    </body>
    <Script Language="JavaScript">
    function onClickFunction(inVar) {
       if (inVar == 1) { document.myForm.action="servlet/InsertRecords";
                         document.myForm.submit(); }
       if (inVar == 2) { document.myForm.action="servlet/DeleteRecords";
                         document.myForm.submit(); }
    </script>
    </html>

  • Interactive Report - Go button perform a page submit?

    Hi,
    Is it possible to obtain a normal page submit when the Go button in Interactive Report is submitted?
    I would like a normal page submit as this is the reliable way to have my different check boxes and select lists saved. These checkboxes and select lists act as bind variables in the IR query, and I do not get reliable results without the page submit. You may for instance experience that the report output looks ok according to your selections, but when you then download to excel, the report content reflects the true session state values.....
    Alternatively is it possible to remove/hide the Go button? I could then add a normal button to perform the page submit. I just do not like to confuse my users with two buttons..... for the same purpose....
    Best regards,
    Jesper

    Hi,
    With jQuery you can easily change that button attributes.
    E.g. set button to submit page, add below to page HTML header
    <script type="text/javascript">
    $(function(){
      $('.apex_finderbar_left .formlayout td input[value="Go"]').removeAttr("onclick");
      $('.apex_finderbar_left .formlayout td input[value="Go"]').bind('click',function(){
        doSubmit('MYREQUEST');
    </script>If you like hide button, add to page HTML header
    <script type="text/javascript">
    $(function(){
      $('.apex_finderbar_left .formlayout td input[value="Go"]').hide();
    </script>Remember load jQuery javascript library also.
    Here is one guide how install jQuery
    http://www.danielmcghan.us/2008/06/jquery-in-application-express.html
    Br,Jari

  • Generating pop up using JSF

    Hi floks,
    i`m new to JSF world plese help me out in generating a pop up window in the page.
    Here is my requirement i will be having a list of links in my master page(parent) on click of each link i need to show a pop up which contains some details ,which i need to get from DB in the pop up mbean . i will have few buttons in my pop up and for each and every action i will be having a DB operation accordingly.I have tried out different ways and i failed.
    The problem that im facing is when pop up loading for the first time its well and good and projecting the values as expected.But for the second time it showing the new values in the init funtion and i cant see teh new values on the screen insted its showing the first pop up values.
    :confused:
    please help me....
    Thanks in anticipation
    Thanks & Regards,
    Shivaji Byrapaneni.

    Hi Shivaji!
    Try to read this:
    http://forums.sun.com/thread.jspa?threadID=5098612&messageID=9339259
    I hope it will help You.
    Thanks,
    Roman.

  • Problem using javascript to submit jsf form, values not submitted

    Greetings!
    I have a t:selectOneMenu where I want the page to be submitted when they change the selected value. At this point, I am able to get the form to submit and reload the page, which is all fine. The problem is that none of the values from the page are not set in the backing bean. I have break points on the setter methods that are not being hit.
    I have tried a number of things from searching multiple forums, but here are snippets from my latest version...
    <h:form>
    <t:commandLink id="hiddenLink" forceId="true" value="test link"
    action="#{pc_PageX.doBtnHiddenLinkAction}"></t:commandLink>
    <t:selectOneMenu id="pageList_top" forceId="true" value="#{pc_PageX.ValueX}"
         onchange="jspellSync(); submitPageX();">
         <f:selectItems value="#{pc_PageX.ListX}" />
    </t:selectOneMenu>
    </h:form>
    function submitPageX(){
         var hiddenLink = document.getElementById("hiddenLink");
         hiddenLink.click();
    }Note that the <t:commandLink> is not hidden, though it will be in the final version if I can get this to work.
    If I click the commandLink myself, the page is submitted with all the page values as expected. If I change the list value, thus using javascript to fire the commandLink's click event, the page is submitted with NO values.
    Can anyone come up with an explanation for this behavior? Or better yet, a solution?
    A couple other things I've tried...
    - Not using a commandLink and using jsf's submit function -> onchange="jspellSync(); submit();"
    - Clicking the link using other ways -> hiddenLink.fireEvent('onclick');
    If all else fails, I'll just add a button that they have to click to submit the form.

    snotmare wrote:
    BalusC wrote:
    I recall this problem in one of the ancient JSF versions. Which JSF version do you use? Do you have any room to upgrade to latest? We're using an IBM implementation of JSF, which is at version 7.0. The IBM implementation appears to be built on the JSF base 1.1.That's not an IBM JSF implementation, they do not have any one, they just have some component libraries which runs on top of some JSF implementation. RAD/WSAD ships by default with Sun JSF RI. Try upgrading to at least 1.1_02 which you can download from the aforementioned link. There's a gap of 2 years (and inherently a lot of bugfixes) compared to 1.1. If the application server used supports Servlet 2.5, you could even upgrade to the latest 1.2.
    We've had other issues with the IBM implementation, which could be the cause in this case too. We've been talking about switching to MyFaces, but there is one feature of the IBM version that we like. It's basically a script collector (hx:scriptCollector) that allows us to do pre-processing on the page.As said before, IBM does not have a JSF implementation. So replacing RI by MyFaces wouldn't make any difference.

  • Can't submit JSF using Javascript

    I apologize if this is an obvious newbie question.
    I have a simple JSF page with a component users can click on to select a number. Using Javascript, I populate a textbox with the number they select, then attempt to submit the form, also using Javascript. But this doesn't work.
    The form submits and returns as though the user had submitted without a value in the textbox, and then their number appears in the textbox (it should be empty at this point).
    The form works fine if I use Javascript only to set the value in the textbox and require the user to manually press the Submit button.
    TIA for any help!

    Sorry, this is in the wrong place (and I can't find a way to delete it). Please ignore.

  • Problem to set the path of browser button in a textbox in JSF

    Hai guys I have a page which has a textbox and a command button. When I click the command button, a save dialogue box opens through which I can navigate to only DIRECTORIES and save my content. Therefore in the backend bean I have used a JFileChooser to invoke, I get the folder path, now my problem is to place this path into the textbox. How can I do that?
    I have used the fileUpload tag but in this it select only the files but not the folder? Can anyone suggest me the solution?

    AsishAnandAsha wrote:
    Hai guys I have a page which has a textbox and a command button. When I click the command button, a save dialogue box opens through which I can navigate to only DIRECTORIES and save my content. Not possible with HTML and thus also not with JSF.
    Therefore in the backend bean I have used a JFileChooser to invoke, I get the folder path, now my problem is to place this path into the textbox. How can I do that? Java runs at the server side, so also Swing components. The client will only see the JFileChooser if it runs at the same machine as where the server runs. Which wouldn't occur in real world.
    I have used the fileUpload tag but in this it select only the files but not the folder? Can anyone suggest me the solution?This is not possible with HTML or any other client side code. As JSF just wraps and renders HTML, it can also do nothing for you. Best what you can do is to write a signed applet or Web Start application which can select directories and send it to the server side.

Maybe you are looking for

  • MBP trackpad issue

    Hello, I've searched for this problem and have not found anyone with this same issue. The trackpad suddenly quit "moving the cursor" and will only scroll the screen (if possible). When it scrolls, it will do it with only one finger (not two!) AND the

  • How to display wide crystal reports in Infoview

    I have Crystal reports which are about 50 inches wide, I have chosen a PDF writer as the printer driver to fit the layout in the Crystal reports client tool and I export this report to the BO server on a AIX (Unix) server. This report when viewed via

  • Conky and LM-Sensors

    Hi! I installed and ran LM-Sensors as described in the wiki article. Now I don't quite understand what I'm supposed to do to make Conky display my CPU temperature (and fanspeed if possible)? Here's the output of sensors: Sorry about the screenshot, b

  • Task Manager for Incredible 2

    Hello to All, Quick question I hoped someone could answer.  I previosly had the Samsung Fascinate.  On that phone, there was a task manager that you could use to see what programs and apps were running in the background so you could turn them off to

  • Java commands problem

    I have installed java. But when I run in a dos shell commands Java, jar etc, it does not recognize them. I want to execute these commands from any directory; Today, I must use C:\j2sdk1.4.2_13\bin to work properly. Thanks,