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!

Recent content by greygirl

  1. greygirl

    Action class error handling

    Thanks for the reply. // find error, return to the input page. return mapping.getInputForward(); Does this mean, in my struts-config, in action mapping I have to give an attribute input and specify like this: <action path="/rates" type="wages.rateAction"...
  2. 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...
  3. greygirl

    populating a list box with an array of strings

    Thanks byam. But the list was displayed unordered (even though I arranged it matching the field name). In this application I access the database constantly and retrieve records and display. The records are of several columns and rows. It is wonderful to put the columns of each row in a list and...
  4. greygirl

    populating a list box with an array of strings

    Thanks byam. That fixes that. one more question to you. I also have an arraylist of object arrays (each array has 3 objects). I want to know how to iterate the rows with the logic:iterate tag in a table. Should I be using nested tags? This is how it is constructed List datalist = new...
  5. greygirl

    populating a list box with an array of strings

    Hi byam Thanks for answering and it works. If i have a list instead of an array of strings to begin with and the list is set in the bean as selectYears then do I still have to set the attribute to the request object? What can be the value, label of the options? Because I have a javascript...
  6. greygirl

    populating a list box with an array of strings

    Please anybody! Any help is appreciated!!
  7. 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...
  8. greygirl

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

    Help!! Anybody - any ideas! greygirl
  9. greygirl

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

    Dan Same error. but now the error is window.opener.forms has no properties. greygirl
  10. greygirl

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

    Thanks for the help. This code works fine in IE. But in Netscape 7.1, it opens the map window. when i click the states in the map, nothing happens i.e the same state in the list box is not selected. The error is &quot;opener.mainForm has no properties&quot; Anybody! any clues! Help...
  11. 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...
  12. greygirl

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

    Your questions are legitamate and I have redundancy in the code and so got rid of restart() function and passed an index number to the selectedIndex. But it still does not select the county I chose from the map. The map appears and after I click a county it disappears. No change in the List...
  13. 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...
  14. 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...
  15. 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...

Part and Inventory Search

Back
Top