Originally posted by Merrill Higginson:
A little JSTL should do the trick:
<input name="myTextField" type="text" value="<cut value="${myBean.myProperty}"/>">
or if you're using a JSP 2.0 web container, simply:
<input name="myTextField" type="text" value="${myBean.myProperty}">
[ March 02, 2006: Message edited by: Merrill Higginson ]
Originally posted by Henry Wong:
The "jar" command can be used to list, extract, and create jar, war, and ear files. I guess you can extract the ear file, copy in the war file, and bundle it up again. BTW, just don't forget to use the "M" option, when creating the ear file -- as you don't want a manifest.
Henry
Originally posted by Scott Selikoff:
WAR files go inside EAR files.
Originally posted by Susanta Chatterjee:
Did you make sure you are using correct JDK for building and running your app?
- Susanta