MacKeeper Ads, Popup Windows problem - Any Solution?

Hi,
I have a problem with 'MacKeeper'.
It opens popup windows, shows link ads on any webpage I visit, distorts google search results etc.
This happens not only on Safari, but also on Chrome & Firefox.
I have tried to clear any spam-looking files from the /Library folder (there's nothing with the name mackeeper, zeobit etc.), also have cleared the cache of Safari, Chrome & Firefox.
I do not know how to find and remove this unwanted app, program or extension or whatever you may call it from my mac.
Can anyone suggest a solution?
Note: I have never installed MacKeeper, so I can not uninstall it.
Thank you,
Leo

You installed the "VSearch" trojan, perhaps under a different name. Remove it as follows.
Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
Back up all data before proceeding.
Triple-click anywhere in the line below on this page to select it:
/Library/LaunchAgents/com.vsearch.agent.plist
Right-click or control-click the line and select
          Services ▹ Reveal in Finder (or just Reveal)
from the contextual menu.* A folder should open with an item named "com.vsearch.agent.plist" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
Repeat with each of these lines:
/Library/LaunchDaemons/com.vsearch.daemon.plist
/Library/LaunchDaemons/com.vsearch.helper.plist
/Library/LaunchDaemons/Jack.plist
Restart the computer and empty the Trash. Then delete the following items in the same way:
/Library/Application Support/VSearch
/Library/PrivilegedHelperTools/Jack
/System/Library/Frameworks/VSearch.framework
~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
From the Safari menu bar, select
          Safari ▹ Preferences... ▹ Extensions
Uninstall any extensions you don't know you need, including any that have the word "Spigot," "Trovi," or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
Reset the home page and default search engine in all the browsers, if it was changed.
This trojan is distributed on illegal websites that traffic in pirated content. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that this Internet criminal has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
*If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
          Go ▹ Go to Folder...
from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

Similar Messages

  • Popup window problem after search

    There is a page for search.
    In the page,There are some input field for inputting some search condition.
    if the search result was 0, no popup window opens.
    But,when the search result > 0, it is needed to display search result in a popup window.
    I controll this by setting flag to the Backing bean in the search method and open popup with javascript using onload like this.
    <script type="text/javascript">
    <!--
    function openNewWindow() {
    var popupFlag = document.getElementById("popupFlag");
    if (popupFlag.innerHTML=="true") {
    window.open(�`�`�`�`�`);
    -->
    </script>
    <body onload="openNewWIndow()">
    <h:inputText id="popupFlag" value="#{bean.popupFlag}"/>
    But thre is a problem in this way.
    I search once and poupup window appears.
    this has no proble.
    But, When I searched again with error input,
    the validator messages are displayed and popup window appears
    because of remaining the popupFlag value.
    In this case, there is no need to open popup window.
    Someone knows solution or better way to controll popup window?
    if you know,advice me, please!

    Hi siva,
    This is the standard pop-up to search any string on the list output. If you want to make it 5 characters long, then you have to implement the user exit (screen exit). since it is the standard screen, I dont think it is so easy to extend the screen field upto 5 characters long.
    BTW you can enter max 999 hits. if you have a list output more than 1000 lines then you can use the checkbox starting at current line for doing a search starting again from 1000th line till the end line. This way you can search 'N' numbers of lines.
    To summarize you have to do a search after each 999 hits e.g. your 999 hits has been completed on 500th line then you need to put the cursor on 501th line and then again do a search using the checkbox starting at current line.
    If you have any more doubts then please let me know.
    Regards
    Sumit Bhutani

  • I am trying to install windows 7 to my Macbook pro with bootcamp but every time I open bootcamp I am only able to check the first two boxes but not the third one saying "install or remove Windows 7", any solutions ?

    Hi, I am trying to install Windows on my MacBook Pro with bootcamp. Every time I open bootcamp I am only able to check the first two boxes but not the third one saying "install or remove Windows 7". I did this before using the same computer and the same hard drive so I am not sure why this is happening now but did´t happen then. Any solutions ?

    Was your Bootcamp info.plist manipulated to change any options?

  • Need help with a popup window problem

    I have this code within my certAppB.js page :
    function AppSubmit() {
         str1 = "Submitting this form will begin the approval process.";
         str2 = "You will not be able to come back to this form to edit it again.";
         str3 = "Do you want to continue submitting this form?";
         if((confirm(str1 + "\n" + str2 + "\n" + str3))){
              document.forms[0].status.value="Submitted";
              document.forms[0].submit();
    Which produces a popup windows that says:
    Submitting this form will begin the approval process
    You will not be able to come back to this form to edit it again
    Do you want to continue submitting this form?
    OK Cancel (these are 2 buttons)
    I want to change this to say:
    Submitting this form will begin the approval process. You will not be able to change this form once submitted. You also agree that the following statement is true and correct to the best of your knowledge and belief:
    "I, [User Name], hereby certify and state on behalf of [Company Name] that the energy use data contained on this form are accurately determined and stated in accordance with federal test procedures set forth in 10 CFR Part 430 or 431, or 42U.S.C.�6314, as applicable, including authorized waivers, as they currently exist on [Date]."
    Do you want to continue submitting this form?
    OK           Cancel
    So I have to pull the users [User Name], [Company Name], and the [Date].
    On the approverView.jsp login page ( which is the first login page users see after loggin) it shows
    the users full name, so I nabbed the code from that page:
    <body>
    <jsp:include page="logo.jsp" />
    <jsp:include page="unav-navigate.jsp" />
    <table width="100%" border="0" cellspacing="0" cellpadding="5" class="info">
    <tr>
    <td width="25%" valign="top">
    <logic:present name="UserContainer" property="userView" scope="session">
    <span class="welcome">Welcome
    <bean:write name="UserContainer" property="userView.firstName" scope="session"/>
    <bean:write name="UserContainer" property="userView.lastName" scope="session"/>
    !</span><br>
    </logic:present>
    <span class="sm">If you are not this person, please click <html:link styleClass="norm" href="/fake_name/logoff.do">here</html:link>.</span></td>
    <td width="2%"> </td>
    <td width="73%" valign="top"><jsp:include page="instruction.jsp" /></td>
    </tr>
    </table>
    and made this code out of it to pull the username,companyname:
    <logic:present name="UserContainer" property="userView" scope="session">
    <span class="User"> User
    <bean:write name="UserContainer" property="userView.firstName" scope="session"/>
    <bean:write name="UserContainer" property="userView.lastName" scope="session"/>
    !</span><br>
    </logic:present>
    <logic:present name="UserContainer" property="userView" scope="session">
    <span class="Company">Company
         <bean:write name="UserContainer" property="userView.companyName" scope="session"/>
    !</span><br>
    </logic:present>
    This is the userView.java page that is referanced :
    * Created on Mar 28, 2003
    * To change this generated comment go to
    * Window>Preferences>Java>Code Generation>Code Template
    package org.fake.name.view;
    import java.io.Serializable;
    import java.util.List;
    import org.gama.cafs.businessobjects.TorqueDb;
    * @author chris
    public class UserView implements Serializable {
         private int userId;
         private int memberId;
         private int companyId;
         private String role;
         private String firstName;
         private String lastName;
         private String companyTitle;
         private String emailAddress;
         private String phoneNumber;
         private String companyName;
         private String address1;
         private String address2;
         private String address3;
         private String city;
         private String state;
         private String province;
         private String postalCode;
         private String countryName;
         private List productTypes = null;
         private List productTypeAcronyms = null;
         private List productTypeIds = null;
         private List tradeNameIds = null;
         private List tradeNames = null;
         private TorqueDb torqueDb = null;
         public UserView() { }
         * @return String
         public String getAddress1() {
              return address1;
         * @return String
         public String getAddress2() {
              return address2;
         * @return String
         public String getAddress3() {
              return address3;
         * @return String
         public String getCity() {
              return city;
         * @return String
         public String getCompanyName() {
              return companyName;
         * @return String
         public String getCompanyTitle() {
              return companyTitle;
         * @return String
         public String getCountryName() {
              return countryName;
         * @return String
         public String getEmailAddress() {
              return emailAddress;
         * @return String
         public String getFirstName() {
              return firstName;
         * @return String
         public String getLastName() {
              return lastName;
         * @return int
         public int getMemberId() {
              return memberId;
         * @return String
         public String getPhoneNumber() {
              return phoneNumber;
         * @return String
         public String getPostalCode() {
              return postalCode;
         * @return Set
         public List getProductTypes() {
              return productTypes;
         * @return String
         public String getProvince() {
              return province;
         * @return String
         public String getRole() {
              return role;
         * @return String
         public String getState() {
              return state;
         * @return int
         public int getUserId() {
              return userId;
         * Sets the address1.
         * @param address1 The address1 to set
         public void setAddress1(String address1) {
              this.address1 = trimString(address1);
         * Sets the address2.
         * @param address2 The address2 to set
         public void setAddress2(String address2) {
              this.address2 = trimString(address2);
         * Sets the address3.
         * @param address3 The address3 to set
         public void setAddress3(String address3) {
              this.address3 = trimString(address3);
         * Sets the city.
         * @param city The city to set
         public void setCity(String city) {
              this.city = trimString(city);
         * Sets the companyName.
         * @param companyName The companyName to set
         public void setCompanyName(String companyName) {
              this.companyName = trimString(companyName);
         * Sets the companyTitle.
         * @param companyTitle The companyTitle to set
         public void setCompanyTitle(String companyTitle) {
              this.companyTitle = trimString(companyTitle);
         * Sets the countryName.
         * @param countryName The countryName to set
         public void setCountryName(String countryName) {
              this.countryName = trimString(countryName);
         * Sets the emailAddress.
         * @param emailAddress The emailAddress to set
         public void setEmailAddress(String emailAddress) {
              this.emailAddress = trimString(emailAddress);
         * Sets the firstName.
         * @param firstName The firstName to set
         public void setFirstName(String firstName) {
              this.firstName = trimString(firstName);
         * Sets the lastName.
         * @param lastName The lastName to set
         public void setLastName(String lastName) {
              this.lastName = trimString(lastName);
         * Sets the memberId.
         * @param memberId The memberId to set
         public void setMemberId(int memberId) {
              this.memberId = memberId;
         * Sets the phoneNumber.
         * @param phoneNumber The phoneNumber to set
         public void setPhoneNumber(String phoneNumber) {
              this.phoneNumber = trimString(phoneNumber);
         * Sets the postalCode.
         * @param postalCode The postalCode to set
         public void setPostalCode(String postalCode) {
              this.postalCode = trimString(postalCode);
         * Sets the productTypes.
         * @param productTypes The productTypes to set
         public void setProductTypes(List productTypes) {
              this.productTypes = productTypes;
         * Sets the province.
         * @param province The province to set
         public void setProvince(String province) {
              this.province = trimString(province);
         * Sets the role.
         * @param role The role to set
         public void setRole(String role) {
              this.role = trimString(role);
         * Sets the state.
         * @param state The state to set
         public void setState(String state) {
              this.state = trimString(state);
         * Sets the userId.
         * @param userId The userId to set
         public void setUserId(int userId) {
              this.userId = userId;
         * @return List
         public List getProductTypeAcronyms() {
              return productTypeAcronyms;
         * Sets the productTypeIds.
         * @param productTypeIds The productTypeIds to set
         public void setProductTypeAcronyms(List productTypeAcronyms) {
              this.productTypeAcronyms = productTypeAcronyms;
         public List getProductTypeIds() {
              return productTypeIds;
         public void setProductTypeIds(List productTypeIds) {
              this.productTypeIds = productTypeIds;
         private String trimString(String str) {
              String tmp = null;
              if (str != null)
                   tmp = str.trim();
              else
                   tmp = str;
              return tmp;
         public List getTradeNameIds() {
              return tradeNameIds;
         public List getTradeNames() {
              return tradeNames;
         public void setTradeNameIds(List list) {
              tradeNameIds = list;
         public void setTradeNames(List list) {
              tradeNames = list;
         public TorqueDb getTorqueDb() {
              return torqueDb;
         public void setTorqueDb(TorqueDb db) {
              torqueDb = db;
         public int getCompanyId() {
              return companyId;
         public void setCompanyId(int i) {
              companyId = i;
    Question:
    How do I insert the code I assembled:
    <logic:present name="UserContainer" property="userView" scope="session">
    <span class="User"> User
    <bean:write name="UserContainer" property="userView.firstName" scope="session"/>
    <bean:write name="UserContainer" property="userView.lastName" scope="session"/>
    !</span><br>
    </logic:present>
    <logic:present name="UserContainer" property="userView" scope="session">
    <span class="Company">Company
         <bean:write name="UserContainer" property="userView.companyName" scope="session"/>
    !</span><br>
    </logic:present>
    INTO the function:
    function AppSubmit() {
         str1 = "Submitting this form will begin the approval process.";
         str2 = "You will not be able to come back to this form to edit it again.";
         str3 = "Do you want to continue submitting this form?";
         if((confirm(str1 + "\n" + str2 + "\n" + str3))){
              document.forms[0].status.value="Submitted";
              document.forms[0].submit();
    So that the popup window will show the [username], [CompanyName], [Date]. I can�t find any doc�s on how to insert logic into a function with str�s.
    Any help would be very much appreciated. Thanks in advance.
    Applications used by me: Sun solaris 8 server, Tomcat 4.1.24, pulling from postgresql 7.3, and I edit in Eclipse 2.11.

    These two tags:
    <logic:present name="UserContainer" property="userView" scope="session">
    </logic:present>
    surround things you only want to happen if there is a userView object present.
    This tag:
    <bean:write name="UserContainer" property="userView.firstName" scope="session"/>
    is replaced with the value of userView.getFirstName().
    So:
    <logic:present name="UserContainer" property="userView" scope="session">
    <span class="User"> User
    <bean:write name="UserContainer" property="userView.firstName" scope="session"/>
    <bean:write name="UserContainer" property="userView.lastName" scope="session"/>
    !</span><br>
    </logic:present>
    becomes:
    User Jim Steinberger !
    if the userView object is present and firstName == Jim and lastName == Steinberger.
    To insert those values into your JavaScript function:
    <logic:present name="UserContainer" property="userView" scope="session">
    function AppSubmit() {
    str1 = "Submitting this form will begin the approval process.";
    str2 = "You will not be able to come back to this form to edit it again.";
    str3 = "You also agree that the following statement is true and correct to the best of your knowledge and belief:";
    str4 = "";
    str5 = "I, <bean:write name="UserContainer" property="userView.firstName" scope="session"/>
    <bean:write name="UserContainer" property="userView.lastName" scope="session"/>, hereby certify and state on behalf of <bean:write name="UserContainer" property="userView.companyName" scope="session"/> that the energy use data contained on this form are accurately determined and stated in accordance with federal test procedures set forth in 10 CFR Part 430 or 431, or 42U.S.C.?6314, as applicable, including authorized waivers, as they currently exist on " + new Date().getDate() + "/" + new Date().getMonth() + "/" + new Date().getFullYear() + ".";
    str6 = "Do you want to continue submitting this form?";
    if((confirm( str1 + "\n" + str2 + "\n" + str3 + "\n\n\n" + str4 + "\n" + str5 + "\n" + str6 ))){
    document.forms[0].status.value="Submitted";
    document.forms[0].submit();
    </logic:present>
    Should become:
    function AppSubmit() {
    str1 = "Submitting this form will begin the approval process.";
    str2 = "You will not be able to come back to this form to edit it again.";
    str3 = "You also agree that the following statement is true and correct to the best of your knowledge and belief:";
    str4 = "I, Jim Steinberger, hereby certify and state on behalf of Dynamic Edge, Inc. that the energy use data contained on this form are accurately determined and stated in accordance with federal test procedures set forth in 10 CFR Part 430 or 431, or 42U.S.C.?6314, as applicable, including authorized waivers, as they currently exist on " + new Date().getDate() + "/" + new Date().getMonth() + "/" + new Date().getFullYear() + ".";
    str6 = "Do you want to continue submitting this form?";
    if((confirm( str1 + "\n" + str2 + "\n" + str3 + "\n\n" + str4 + "\n" + str5 + "\n\n" + str6 ))){
    document.forms[0].status.value="Submitted";
    document.forms[0].submit();
    after being processed by Tomcat and Struts. (Note: the function will not appear if userView is missing)
    By the way, you might be missing the closing bracket to function AppSubmit() { which might throw a JavaScript error. Just FYI :)
    Good luck!
    Jim Steinberger
    [email protected]

  • Popup window problem in tomcat

    I have this code within my certAppB.js page :
    function AppSubmit() {
         str1 = "Submitting this form will begin the approval process.";
         str2 = "You will not be able to come back to this form to edit it again.";
         str3 = "Do you want to continue submitting this form?";
         if((confirm(str1 + "\n" + str2 + "\n" + str3))){
              document.forms[0].status.value="Submitted";
              document.forms[0].submit();
    Which produces a popup windows that says:
    Submitting this form will begin the approval process
    You will not be able to come back to this form to edit it again
    Do you want to continue submitting this form?
    OK Cancel (these are 2 buttons)
    I want to change this to say:
    Submitting this form will begin the approval process. You will not be able to change this form once submitted. You also agree that the following statement is true and correct to the best of your knowledge and belief:
    "I, [User Name], hereby certify and state on behalf of [Company Name] that the energy use data contained on this form are accurately determined and stated in accordance with federal test procedures set forth in 10 CFR Part 430 or 431, or 42U.S.C.�6314, as applicable, including authorized waivers, as they currently exist on [Date]."
    Do you want to continue submitting this form?
    OK           Cancel
    So I have to pull the users [User Name], [Company Name], and the [Date].
    On the approverView.jsp login page ( which is the first login page users see after loggin) it shows
    the users full name, so I nabbed the code from that page:
    <body>
    <jsp:include page="logo.jsp" />
    <jsp:include page="unav-navigate.jsp" />
    <table width="100%" border="0" cellspacing="0" cellpadding="5" class="info">
    <tr>
    <td width="25%" valign="top">
    <logic:present name="UserContainer" property="userView" scope="session">
    <span class="welcome">Welcome
    <bean:write name="UserContainer" property="userView.firstName" scope="session"/>
    <bean:write name="UserContainer" property="userView.lastName" scope="session"/>
    !</span><br>
    </logic:present>
    <span class="sm">If you are not this person, please click <html:link styleClass="norm" href="/fake_name/logoff.do">here</html:link>.</span></td>
    <td width="2%"> </td>
    <td width="73%" valign="top"><jsp:include page="instruction.jsp" /></td>
    </tr>
    </table>
    and made this code out of it to pull the username,companyname:
    <logic:present name="UserContainer" property="userView" scope="session">
    <span class="User"> User
    <bean:write name="UserContainer" property="userView.firstName" scope="session"/>
    <bean:write name="UserContainer" property="userView.lastName" scope="session"/>
    !</span><br>
    </logic:present>
    <logic:present name="UserContainer" property="userView" scope="session">
    <span class="Company">Company
         <bean:write name="UserContainer" property="userView.companyName" scope="session"/>
    !</span><br>
    </logic:present>
    This is the userView.java page that is referanced :
    * Created on Mar 28, 2003
    * To change this generated comment go to
    * Window>Preferences>Java>Code Generation>Code Template
    package org.fake.name.view;
    import java.io.Serializable;
    import java.util.List;
    import org.gama.cafs.businessobjects.TorqueDb;
    * @author chris
    public class UserView implements Serializable {
         private int userId;
         private int memberId;
         private int companyId;
         private String role;
         private String firstName;
         private String lastName;
         private String companyTitle;
         private String emailAddress;
         private String phoneNumber;
         private String companyName;
         private String address1;
         private String address2;
         private String address3;
         private String city;
         private String state;
         private String province;
         private String postalCode;
         private String countryName;
         private List productTypes = null;
         private List productTypeAcronyms = null;
         private List productTypeIds = null;
         private List tradeNameIds = null;
         private List tradeNames = null;
         private TorqueDb torqueDb = null;
         public UserView() { }
         * @return String
         public String getAddress1() {
              return address1;
         * @return String
         public String getAddress2() {
              return address2;
         * @return String
         public String getAddress3() {
              return address3;
         * @return String
         public String getCity() {
              return city;
         * @return String
         public String getCompanyName() {
              return companyName;
         * @return String
         public String getCompanyTitle() {
              return companyTitle;
         * @return String
         public String getCountryName() {
              return countryName;
         * @return String
         public String getEmailAddress() {
              return emailAddress;
         * @return String
         public String getFirstName() {
              return firstName;
         * @return String
         public String getLastName() {
              return lastName;
         * @return int
         public int getMemberId() {
              return memberId;
         * @return String
         public String getPhoneNumber() {
              return phoneNumber;
         * @return String
         public String getPostalCode() {
              return postalCode;
         * @return Set
         public List getProductTypes() {
              return productTypes;
         * @return String
         public String getProvince() {
              return province;
         * @return String
         public String getRole() {
              return role;
         * @return String
         public String getState() {
              return state;
         * @return int
         public int getUserId() {
              return userId;
         * Sets the address1.
         * @param address1 The address1 to set
         public void setAddress1(String address1) {
              this.address1 = trimString(address1);
         * Sets the address2.
         * @param address2 The address2 to set
         public void setAddress2(String address2) {
              this.address2 = trimString(address2);
         * Sets the address3.
         * @param address3 The address3 to set
         public void setAddress3(String address3) {
              this.address3 = trimString(address3);
         * Sets the city.
         * @param city The city to set
         public void setCity(String city) {
              this.city = trimString(city);
         * Sets the companyName.
         * @param companyName The companyName to set
         public void setCompanyName(String companyName) {
              this.companyName = trimString(companyName);
         * Sets the companyTitle.
         * @param companyTitle The companyTitle to set
         public void setCompanyTitle(String companyTitle) {
              this.companyTitle = trimString(companyTitle);
         * Sets the countryName.
         * @param countryName The countryName to set
         public void setCountryName(String countryName) {
              this.countryName = trimString(countryName);
         * Sets the emailAddress.
         * @param emailAddress The emailAddress to set
         public void setEmailAddress(String emailAddress) {
              this.emailAddress = trimString(emailAddress);
         * Sets the firstName.
         * @param firstName The firstName to set
         public void setFirstName(String firstName) {
              this.firstName = trimString(firstName);
         * Sets the lastName.
         * @param lastName The lastName to set
         public void setLastName(String lastName) {
              this.lastName = trimString(lastName);
         * Sets the memberId.
         * @param memberId The memberId to set
         public void setMemberId(int memberId) {
              this.memberId = memberId;
         * Sets the phoneNumber.
         * @param phoneNumber The phoneNumber to set
         public void setPhoneNumber(String phoneNumber) {
              this.phoneNumber = trimString(phoneNumber);
         * Sets the postalCode.
         * @param postalCode The postalCode to set
         public void setPostalCode(String postalCode) {
              this.postalCode = trimString(postalCode);
         * Sets the productTypes.
         * @param productTypes The productTypes to set
         public void setProductTypes(List productTypes) {
              this.productTypes = productTypes;
         * Sets the province.
         * @param province The province to set
         public void setProvince(String province) {
              this.province = trimString(province);
         * Sets the role.
         * @param role The role to set
         public void setRole(String role) {
              this.role = trimString(role);
         * Sets the state.
         * @param state The state to set
         public void setState(String state) {
              this.state = trimString(state);
         * Sets the userId.
         * @param userId The userId to set
         public void setUserId(int userId) {
              this.userId = userId;
         * @return List
         public List getProductTypeAcronyms() {
              return productTypeAcronyms;
         * Sets the productTypeIds.
         * @param productTypeIds The productTypeIds to set
         public void setProductTypeAcronyms(List productTypeAcronyms) {
              this.productTypeAcronyms = productTypeAcronyms;
         public List getProductTypeIds() {
              return productTypeIds;
         public void setProductTypeIds(List productTypeIds) {
              this.productTypeIds = productTypeIds;
         private String trimString(String str) {
              String tmp = null;
              if (str != null)
                   tmp = str.trim();
              else
                   tmp = str;
              return tmp;
         public List getTradeNameIds() {
              return tradeNameIds;
         public List getTradeNames() {
              return tradeNames;
         public void setTradeNameIds(List list) {
              tradeNameIds = list;
         public void setTradeNames(List list) {
              tradeNames = list;
         public TorqueDb getTorqueDb() {
              return torqueDb;
         public void setTorqueDb(TorqueDb db) {
              torqueDb = db;
         public int getCompanyId() {
              return companyId;
         public void setCompanyId(int i) {
              companyId = i;
    Question:
    How do I insert the code I assembled:
    <logic:present name="UserContainer" property="userView" scope="session">
    <span class="User"> User
    <bean:write name="UserContainer" property="userView.firstName" scope="session"/>
    <bean:write name="UserContainer" property="userView.lastName" scope="session"/>
    !</span><br>
    </logic:present>
    <logic:present name="UserContainer" property="userView" scope="session">
    <span class="Company">Company
         <bean:write name="UserContainer" property="userView.companyName" scope="session"/>
    !</span><br>
    </logic:present>
    INTO the function:
    function AppSubmit() {
         str1 = "Submitting this form will begin the approval process.";
         str2 = "You will not be able to come back to this form to edit it again.";
         str3 = "Do you want to continue submitting this form?";
         if((confirm(str1 + "\n" + str2 + "\n" + str3))){
              document.forms[0].status.value="Submitted";
              document.forms[0].submit();
    So that the popup window will show the [username], [CompanyName], [Date]. I can�t find any doc�s on how to insert logic into a function with str�s.
    Any help would be very much appreciated. Thanks in advance.
    Applications used by me: Sun solaris 8 server, Tomcat 4.1.24, pulling from postgresql 7.3, and I edit in Eclipse 2.11.

    if the user info is in a bean, you can write it out:
    function AppSubmit() {
    str1 = "welcome, <bean:write name="UserContainer" property="userView.firstName" scope="session"/> ...";
    The javascript code will is interpreted only on the browser, it has no idea that it was written with fixed strings or inserted from the bean.
    If the user info is in form fields, you can do something like this:
    function AppSubmit() {
    str1 = "welcome, " + document.forms['myform'].username.value + " ...";
    ...

  • Sudden Crippling Airport Problems, Any Solutions?

    I installed 10.5.3 quite a while ago & after some initial downturns in the connection speeds things were back to normal (a constant full 4 bars in the airport signal strength)
    Now, suddenly the airport strength is plummeting to 2 & 1 bars for no reason. The internet is frankly becoming unusabley slow. Pages taking over a minute to render, its unbearable!
    I updated to the latest Airport Utility to see if that would change things but no joy.
    I wonder if anyone can shed any light on the Console massages i have been getting & if their are any solutions to this problem.
    Thanks.
    12/09/2008 11:22:48 Error: airportd MIG failed = 1 ((os/kern) invalid address) (port = 71939)
    12/09/2008 11:22:55 LNT MakeTCPConnection: bad address/port 192.168.1.1:0
    12/09/2008 11:22:55 Legacy NAT Traversal - unmap request failed with error -65549
    12/09/2008 11:23:30 AirPort: Roam (Beacons Lost)
    Thanks again.

    Hi, heres a few suggestions:-
    (1) completely delete your wireless details from your mac & Reboot
    (2) Reboot BOTH Modem & Router
    (3) Your Mac should pick up your wireless signal & all you will need to do is enter your key.
    (4) Make sure you are using Interference Robust""
    (5) Make sure your Modem & Router are a far apart as possible.
    (6) If none of the above helps call your ISP.
    (7) You may have to completely reset your router, go to the manufacturers website for How To..
    Keep us informed.........L

  • WRT55AG v2 lockup problem -- any solution?

    Has any solution or workaround ever been found for the "random lockup" problem with the WRT55AG v2? (That is, the problem where the box goes completely unresponsive and can be revived only by power-cycling?)
    The latest word I've managed to find has been that no solution exists -- that Linksys won't acknowledge the problem, no firmware update is available from Linksys to address the issue, and the version-2 hardware platform is not supported by any third-party firmware. But I'd be overjoyed if it should happen to turn out that anything has improved in this regard.

    My router is already running the last firmware from Linksys (version 1.79, released in 2007).
    Sorry to have to differ with you, but this lockup problem with the WRT55AG has been reported many times on the net -- including reports from people confirming they were running the latest firmware.  Go to Google and search for the following words (no quotes):  wrt55ag lockup (I got 1,790 hits on this just now) -- or:  wrt55ag lockup 1.79 (four hits) if you're not willing to credit any report that doesn't explicitly identify the firmware version in use.

  • MSI cycling fan problem, any solution in sight?

    Have msi wind top ae 2430 non 3d, fully updated. Problem: At startup or wakeup the fan starts cycling, revs up to vacuumcleaning level and then dies down to a stop, then revs up again. This annoying behaviour continues for some 5-10 minutes before it settles down at normal almost silent noise level. Seems not to have with high temperatures to do as its settles when warm. Cant find any bios setting regarding fans or temperatures. Tried other fan control software, but no fanspeeds/temperatures/volt settings are reported. How do you get control over the built in fan? How was it controlled at delivery? Seen others with this problem, but never any solution. My whole family wakes up when the kitchen windtop does its thing in the middle of the night. Some loose fan control cable inside?
    I previously got the answer that the fan can not be controlled, its automatic.
    So today I came across a long forum thread about the same problem with MSI laptops, the GE60. ( https://forum-en.msi.com/index.php?topic=162459.0  )
    Is the solution, the EC-reset descibed there applicable for other MSI systems as well? Is there really no way to control the fan?

    MGW wrote:
    The Community Hosts have fixed the problem, you should be able to stay logged in as long as the browser you use stays open, once you close it, you will be logged out.
    That's not the case here. I've been logged out three times this afternoon already, without my having closed Firefox 3.6.19 under Tiger 10.4.11.  I'm within roughly 100 miles of Apple Headquarters in Cupertino.
    Please don't interpret this as a complaint against Apple or the forums.  I'm familiar with the miserable performance of Jive software. 
    CORRECTED: Firefox 3.6.19
    Message was edited by: Ramón G Castañeda

  • Adobe Acrobat problems in Windows 7, any solution?

    After a HD-crasch I reinstalled everything. But when I try to install Adobe Acrobat 11 or 9 problems accure.  When the program is almost installed suddenly all my Desk top icons, Start menu icons and Quick start icons changes into Adobe icons all of them!   When I try to use one of the orginal program icon only Adobe program opens up. I can not access any other programs.  When I delete Adobe Acrobat all my icons returns to normal.   What to do to have a normal installation of Adobe Acrobat?

    See http://helpx.adobe.com/acrobat/kb/application-file-icons-change-acrobat.html for some possible solutions.

  • Illustrator CS6 64-bit dvaui.dll and msvcr100.dll crashing problem, any solution?

    First things first, trying to find a tech support Email address or phone number has been infuriating.  The "3-step support wizard" which results in "go to the forums" is also infuriating and insulting.
    I have a Windows 7 64-bit PC running CS6 64-bit (updated/current), and it's crashing at random (2-3 times per day).  I see events recorded in the event log showing dvaui.dll and msvcr100.dll as the source.  Other people have raised this as an issue, and all I see are guesses.  Does Adobe have a credible solution for this yet?
    I've tried running as a domain admin, which did not help.
    Illustrator CS6 32-bit seems to be working perfectly (4 days straight, no crashing).
    It seems to currently affect only one computer (5 others are fine).  It's not repeatable, and has no discernible cause.
    Also, format and reinstall is neither a solution nor an option.
    To be honest, I'm looking for Adobe to address this directly: do you know why this is happening, and how long until it is solved?  If an Adobe tech support will open a case, I have a file that the designer (I'm not the designer) was using during one of the crashes.  I don't know if the crashing will be related (to the file), but I have the file just in case.
    David.

    Hi Larry,
    Thank you for responding.
    > CS6 is current in that it is still available for purchase and in the CC but it is now two versions behind.
    I'm not quite sure what you are trying to say.  Can you be explicit, please?
    > As to your problem have you tried downloading the .dll files from Microsoft and reinstalling them?
    I have copied and re-registered the DLL files from a known-good machine (that is to say that the machine doesn't exhibit any of the symptoms as the above machine), which did not help.
    I'm really interested in having Adobe respond directly to this issue.  I know they are aware of it.
    It's clear that Adobe doesn't actually want to support this program, but people rely on it for their economic success.  Both my client and his employees need this program to function properly and reliably, and I think anyone would agree that it's reasonable to expect that a problem like this (that affects more than just us) be, at a minimum, addressed.  Adobe has my client's money, they had no problem accepting it.  With that acceptance comes a duty to be responsive.
    Thanks,
    David.

  • I can't download and install the newest version of iTunes on my Notebook (Windows 7) - any solution?

    Has anyone the same problem? And a solution?

    Hello there, joshua_svk.
    The following Knowledge Base article addresses the very issue you're describing:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Check for .dll files
    Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    Uninstall iTunes and all of its related components.
    Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    Re-download and reinstall iTunes 11.1.4.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Macbook pro w/ 24" cinema display does not work in bootcamp windows 7 - any solutions out there?

    I am running bootcamp with windows 7 to be able to access some autodesk software.  Once I'm in the windows environment I can no longer use my 24" cinema display.  Is this a driver issue, video card, any ideas on how to make this function, I really need to display real estate.

    I know this is an old post, but did you ever find a solution for this? I just installed Windows 7 through Boot Camp and bought an older 20" Cinema Display (M9177LL/A); the display works wonderfully on the Mac side, but I can't get it to register in Windows. This isn't the brightness issue that I see a lot of people have, I don't see a way to use the display at all.

  • Tricky problem-any solutions???

    Our project is its final stages, but our client has requested for migrating to DB2 DB. The problem with DB2 is that it has only one connection. Bcause of this when i click on submit repeatedly..the system hangs. What is happening is the first connection is in process and comes in the second connection... and the process hangs.
    What i tried doing is made my connection a global static object. And when ever a connection is needed, before returning a new connection,i check for any existing connection and if it is not null, i make it null and close the connection. But when click many times and if the system is slow it is still happenning.
    By the way i am using j2ee1.3 and tomcat 4.1.
    Is there any method in j2ee to know if the request has completed its process or something like that???.
    Any suggestions how to deal with this prob.
    Your help is most needed..
    Thanks

    Sorry i think you got me wrong.
    Let me explain it clearly
    Currently we are migrating from db2 to db2e.
    db2e allows only one database connection.(limitation of db2e)
    ie i have to close the current connection object before
    getting the new Connection object.
    I have many links on my home page where every link
    needs the connection object to do some database operations.
    As i can have only one database connection, when i click
    on the links repeatedly or when i play around with the links,
    i get exceptions saying that i cannot have more than one connection
    and results in a blank page or error page.
    Currently my application has to handle this situation,
    ie even if the user clicks continuosly on all the links or plays
    around with the links it has take the last request into account
    and display accordingly
    I have a databaseConnection class which returns me a Connection object
    To achieve the above funtionality i tried making the Connection object as static, so whenever i call the function to get the Connection object i check whether the current connection object is open or is not null.
    if it is open i close and make it null and return the new connection object.
    This seems to be working to some extent but not stable.
    Iam not sure how does the server process when many requests are made and only one connection object is available at any point of the time.
    Iam not sure how to get it working and stable.
    One more solution i can think of is to declare a global variable
    which tells us whether a request has been made.depending on this
    variable i can restrict the user by clicking on the links reapeatedly.
    but this is very tedious and also i have a time constraint.
    any advice
    I hope you understand my problem.
    tks in advance

  • GH2 Raw has red tinted problem, any solution?

    I am using GH2 to shoot raw format photos. when I import to aperture. all photos turn red tint.
    Anyone facing the same problem and has the solution?

    Thanks Lennart.
    The fix you suggested does not fix my Ghost Folder problem.
    That said, I finally did find a fix for this problem:
    Here's the fix I found, which simply involves selecting Photoshop as an Additional External Editor:
    a) go in your LR2 preferences
    b) under the External Editor tab, under "additional external editor", click on the button CHOOSE and navigate to your Adobe Photoshop folder. Select Photoshop.exe .
    c) ignore LR2 warning that says Photoshop is already configured as your external editor.
    d) now, every time you wish to open a photo in PS from LR, right-click on the photo, select EDIT IN PHOTOSHOP.EXE instead of the first choice (edit in photoshop cs3).
    This method will now create a duplicate PSD file right away of your photo in the correct folder. No more Ghost Folder problem. OF course, this means that every time you open a photo in PS, you now have a PSD file in your folder (as opposed to LR2's feature which allows you (normally) to open a photo in PS, and it won't appear as a PSD in your folder until you actually save the file in PS). So we could say this "fix" behaves pretty much the same way LR1.x used to handle opening files in PS.

  • N80:: Old wireless problem ANY solution for me ?

    Just bought a Nokia N80 mainly because it has WiFi
    Surprisingly or not it just doesnt work
    Ive been reding this forum for a solution but nothing suits my case
    What happens is that when Im searching for networks I can only see 1 Wlan (not mine) from about 10 available around
    SO long story cut short cant see my wireless with my N80
    Had a N97 not long ago and everything worked great
    Please dont make me change any settings on my router cause thats not a solution for me
    Just wondering what the hell is wrong with this phone???
    I assume its a frimware issue so I need to sell it back

    If you have a N80IE rather than N80 this post may have been of interest to you:
    /t5/Connectivity/WLAN-Tx-power-level-too-low-on-N80/m-p/142973/highlight/true#M9062
    Happy to have helped forum with a Support Ratio = 42.5

Maybe you are looking for

  • Price determination date control in Scheduling agreement (ME33)

    <<Do not ask for or offer points>> Dear SAP chams, I have one doubt at the time of scheduling agreement creation. I am creating scheduling agreement trough t'code ME33. In the same, Select line item, go to item data, go to Additional data. Here the f

  • How to use iweb rss feed in an iphone web app?

    So this is my dilemma.  I wanted my iweb turned into a web app using the rss feed. This is simply done cause of the "Add To Homescreen" feature.  While the RSS feed works beautifully on safari... it does not read as a webapp. This surprised me cause

  • How to calculate No.of Weeks?

    Hi Mates, My problem has not solved so far. As I have already posted last week I have no clue from forum  to fix it. I want to explain once again . Please tretthis as urgent. I need to calculate <b>no.of weeks</b> to current date from Rel.date. I hav

  • Lock for bsis table..

    Hello, this thread is divided into 2 queries that i have, 1 - is their any lock object for  bsis table ? 2 - i want to update a field in both bseg and bsis table. is their any bapi or sum SAP function which updates the whole document or will i have t

  • Stop Firefox from starting a new tab when a new window opens?

    This might be answered, but I cannot find a solution. I will give a scenario for my issue. I am on the UPS website and click a button to print a shipping label. This opens a new FireFox window, BUT... the new window defaults to a generic tab that ALW