Search:

Type: Posts; User: salpoe

Search: Search took 0.25 seconds.

  1. Re: How to execute a Java program independent of Netbeans.

    If you're using an IDE, creating executable jar file is very easy. You just have to have one class with main()
  2. Re: jsp insert into database error(java.lang.NumberFormatException: For input string:

    I think <option value="type"> should <option value="<%=type%>">
  3. Replies
    1
    Views
    2,500

    Re: Plugin the struts2 framework

    here is the link:

    http://beans.seartipy.com/2008/08/04/struts-2-plugin-for-netbeans-ide-nbstruts2support/
  4. Replies
    1
    Views
    2,106

    Re: Pagination Help Please

    I know a library that can solve your pagination and other table related problem.

    here the link of the tutorial:
    Data Grid for JSP - CodeProject

    I have used this and its great lib but I also...
  5. Thread: newbie here

    by salpoe
    Replies
    0
    Views
    1,494

    newbie here

    Hello everyone,

    My name is salpoe :o

    I'm currently using struts 1(for 3 months) in my current project.
  6. Replies
    1
    Views
    4,040

    Re: Struts drop down

    In your Action class, instantiate a dao class which has a method that returns an ArrayList of LabelValueBean (look at api) of value='value of dropdown' and label='label of dropdown' and place the...
Results 1 to 6 of 6