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 Mike Lewis 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. nehaldave

    Java Beans

    I have 4-5 beans... which i open up in beanbox or any other IDE .. integrate them .. then save it as say abc.bnb... now i cant distribute it as it wont work other then benabox or any IDE that supports beans So now how to make an exe out of this beans which i can distribute to my cleints??
  2. nehaldave

    Inserting multiple Rows

    Here is the code : String[] str=request.getParameterValues(&quot;Right&quot;); for(int i=0;i<str.length;i++) out.println(&quot;<br>&quot; + str[i]); This works fine. It will print all the values slected in the mulitple select combo box. Cheers!!!
  3. nehaldave

    Server varaibles

    Yes What ever server variables you have in ASP, you have all that in jsp. See its not that server variables are language or technology specific. they r more of protocol specific. As the browser & server use http protocol & asp ,jsp r mere ways ( technolgy ) to provide dyanmic responses. As jsp...
  4. nehaldave

    Enable user to sort HTML table using JSP?

    There are 2 ways of doing it. 1) The Server Side Sorting U r using a bean to make a table rite? .. So all u need to make a bean which will make tables in sorted manner. for eg. U have a table having three columns User_name, User_email, Joining_date So if i had to make a bean to generate a...
  5. nehaldave

    Dynamic Buttons with JSP

    If you want to create GIFs, use ACME labs excellent free gifencoder(http://www.acme.com/), and then do something like this: Frame frame = null; Graphics g = null; FileOutputStream fileOut = null; try { //create an unshown frame frame = new Frame()...

Part and Inventory Search

Back
Top