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 Wanet Telecoms Ltd 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: *

  • Users: greygirl
  • Content: Threads
  • Order by date
  1. greygirl

    Action class error handling

    In my business components, I try catch sqlexception and some other exceptions. I have dynaactionforms. How do I redirect the user to a generic error page? For instance in my action class I call a method to get an arraylist of query data. If it returns null then how do I route the user to...
  2. greygirl

    populating a list box with an array of strings

    Help!!! I have a struts app where i retrieve a string[] of years from database and with set property set it to a selectyears variable. In my jsp page I have a select box which I am populating it with these values. In my form bean i have a getSelectyears and setSelectyears methods...
  3. greygirl

    JNDI datasource

    Help!! I am using JNDI datasource for connectionpooling with oracle 9i and Tomcat as appserver. Everything works well. My question is when I am done with all the database activities, don't I have to close the pool somewhere....??? I am closing the connection, the resultset, statement and all...
  4. greygirl

    Clicking on a county map should highlight the item in list box

    I have a form where I have a list box with all the counties of a state and a link (a map image). On clicking the map opens the map in a popup window. Upto this I am fine. On clicking one of the counties in the map should highlight the same county in the list box. I am having problems with...
  5. greygirl

    Editing a gif file

    Help! desperate!! I am new to photoshop. I have a state county map - a gif file. I have to edit some of the text (as they are misspelled).. When I open it in photoshop 5.5 - there is the whole map as a single layer. How do I select a specific county name and edit it? Any help is appreciated...
  6. greygirl

    JSP and JRUN

    Help! I have jrun3.1 which supports jsp1.1. I have to use a tld file which is created with jsp version 1.2; Can i download jsp 1.2 and add the jar file to the lib/ext directory and will that work or if a server does not support a certain version of jsp then I have to get a newer version of...
  7. greygirl

    Popup window

    Please Help! In my java, jsp app I display the results from the database table in the results page. The column names of this table are links to show the definitions of column names. I am pasting an example table below: Title Entry Wage Average Accountants and Auditors...
  8. greygirl

    coding up and down arrows

    Help! In my form I have a button with "Add" as the value and I would like add an up arrow symbol next to the text "Add". Anybody has any idea how to do it. Same with "Remove" button with a down arrow symbol. Thanks for any help. greygirl
  9. greygirl

    When click a county in a list box can I color that county in a map?

    Help!! I have a map of US state of counties. It is plain and without color. I have a list box of all the counties names. Is there a way select a county from the list box and that particular county in the map gets lighted i.e painted with color. Please if anybody has done this or has any...
  10. greygirl

    Help! I have a clickable map. wh

    Help! I have a clickable map. when I click on the different areas the areas are added into a list box. Now I am trying to avoid duplicate values in the list box. This is my javascript to add values into the list box. Can somebody tell me how to avoid duplicate values in this list box with...
  11. greygirl

    using maps

    Hi I have a java server page where I bring in a state map with counties. when user clicks county it should be added to a list box. (I retrieve the array of county strings and pass the array to a java class) 1. How do I set up the attributes for the map. if it has to be clickable then I have...

Part and Inventory Search

Back
Top