Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. shonJava

    Export data to Exel

    HI Guys, I am having problem when I export data to Excel file its appending all the white space and carraige retuns to the text. Aactaully I guess its taking the width of the column and text is long. Is there a way to get rid of this problem??
  2. shonJava

    comparing two arrays elements

    Sorry Guys..I posted this question wrong forum...
  3. shonJava

    comparing two arrays elements

    HI All, I trying to build the logic for following requirement ..any help would be appreciated. I have to compare the elements of array1 and array2. I have to comapre the each element of array1 with the all elements of array2. If any of the element of array1 doen not exist in array2 then I...
  4. shonJava

    combo box :action on change and retaing values

    Hi All, I have two combo boxes combo1 and combo2, Combo1 is populated with list of values from database. Upon selecting value in combo1 iam calling javascrpit function which submits form and populates combo2. The problem is since the form is submitted the combo1's selected value is not retained...
  5. shonJava

    session scope problem

    As I said, I have 4 jsps and 4 forms and the on the last page when the user is done he has option to start again(<html:link action="/....">start again) When the user clicks this link, he will be redirected to first page again, Can I call the reset() method of all the forms on this action. If I...
  6. shonJava

    request.getRemoteUser() Problem

    Hi, I am using Tomacat Autehntication Login page and LDAP Settings as Log in page to my Struts application. When I retrieve the user profile using request.getRemoteUser() , Iam able to fetch the user name logged in on my machine(where I run my server). When I run the same app on diff mahchine...
  7. shonJava

    session scope problem

    Hi All, I have 4 diffrent jsp's(with form fields), when user enters all the data in 4 jsp's information and then submits he is redirected to success page. On the success page the user has link to first page to start again. Since Iam using struts and the bean scope is seesion all the values in...
  8. shonJava

    convert String to Arraylist

    Thanks a lot Venu, that was really very helpfull..
  9. shonJava

    convert String to Arraylist

    I have requirement where the user will paste these codes in the text area from the front end and I need to convert this string to Arraylist, can any body please help me with this.. ----------- 222222 333333 444444 555555 666666 777777 888888 999999 ----------- This whole numbers come as String...
  10. shonJava

    struts-config file errors

    Oh !! Great It worked ..Thanks a lot..
  11. shonJava

    struts-config file errors

    Hi All, Could any one point out whats wrong with my struts-config file..i always get the following excepetions ------------ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"...

Part and Inventory Search

Back
Top