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>...
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"...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.