Originally posted by Abhilash AT:
friends
I am working in struts frame work and i have to pass a data through the struts tag <html:link> as we do in HTML. The corresponding code in HTML will be like as follows
<a href='/LibraryManagement/StaffEditMember2.jsp?id=108>Edit</a>
On the target page we get the value of id using request.getParameter(id)
How can i replace <a> with <html:link>
Please help me
Originally posted by Todd Farmer:
I see that there are subprojects of Struts that have "-el" attached to them (e.g., struts-el.jar), but I can't really find useful documentation on whether this would help me enable EL with Struts or not, or how to use it.
To me it sounds like your complex build scripts aren't due to using the wrong tools but due to a complex application. Are there any specific things about your daily development routines that bugs you (pun not intended)?
Regarding the use of CruiseControl, if you'd like to incorporate more visual feedback into your scheduled builds then CruiseControl is definitely a safe choice.
Originally posted by Jim Pleger:
For Java, Eclipse is a VERY good IDE. It is truly free, too! And, since it is the foundation for IBM's WebSphere Development Studio, it will be good to know if you ever migrate to that.
Yes, there is a bit of a learning curve to Eclipse, but (FINALLY) there are a couple of books out there on it now:
Eclipse in Action by David Gallardo (Manning)
and
The Java Developer's Guide to Eclipse by Sherry Shavor (Addison Wesley).
I recommend the former; it's easier.
Originally posted by Jim Pleger:
For Java, Eclipse is a VERY good IDE. It is truly free, too! And, since it is the foundation for IBM's WebSphere Development Studio, it will be good to know if you ever migrate to that.
Yes, there is a bit of a learning curve to Eclipse, but (FINALLY) there are a couple of books out there on it now:
Eclipse in Action by David Gallardo (Manning)
and
The Java Developer's Guide to Eclipse by Sherry Shavor (Addison Wesley).
I recommend the former; it's easier.