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 wOOdy-Soft 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 raf35

  1. raf35

    how to get value of html combo box (i.e select) in jsp?

    Hello, I was just wondering how to get value of html combo box in jsp page. My code for combo box is: <select name="combo" size="1"> <% List<Project> projects = mgr.getProjects(); for(Project project : projects){ %> <option value="<%= project.getId()%>"><%= project.getName()%></option>...
  2. raf35

    Dos command to ant target

    Tim, This is what I have so far <project name="Cingular" basedir="." default="init"> <property name="src.dir" value="cingular/schema"/> <property name="build.dir" value="release"/> <property name="classes.dir" value="${build.dir}/classes"/> <property name="jar.dir"...
  3. raf35

    Dos command to ant target

    Hello, I am a newbie to ant and trying to use ant build tool and translate this command line to ant target. Any help is appreciated. The command is: java com.comanage.truesource.ot.mof2foo.MofCompiler com.comanage.truesource.ot.mof2foo.WrapperGen -harshOverride -internal -sourcepath...

Part and Inventory Search

Back
Top