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. strutsprog06

    Struts, javascript and two select options not working

    I am working on a struts application. I am looking for a dual select option for form. On selection of one the other filled with values. The js script is working on ie but not on fire fox. I need a cross brwser platform script. Does any one can help a cross browser script for dual select box...
  2. strutsprog06

    Dtae format for view

    Thanks Got it.
  3. strutsprog06

    Dtae format for view

    no the error was using two tables so it got confused which table is used: The Query is now: Which is no error but date is not displayed. "select HLPOST.POST_ID, HLPOST.CAT_ID,HLPOST.TITLE,HLPOST.PRICE,to_char(HLPOST.DATE_CREATED,'Dy Mon DD, ''YY'),CATEGORY.CATEGORY_NAME from HARVIELIST.HLPOST...
  4. strutsprog06

    Dtae format for view

    tHIS IS GIVING ERROR ORA-00918: column ambiguously defined
  5. strutsprog06

    Dtae format for view

    I have date saved in my oracle table as:7/24/2006 12:16:53 When i Run a query like this: select date_created from post; It returns result like: 2006-07-24 12:16:53 I want to display the date like Mon, Jul 24, '06. In my view of this line: <bean:write name='browseall2'...

Part and Inventory Search

Back
Top