ok, so I was loking at Struts on Jakarta's page. I'm a bit lost here..
does strusts actaully do something that isn't done already in JSP or
HTML? I looked through it and it seemed everything was already in either
java or HTML already.

For example, the image command... it asks for alt, src, url, etc...
which I could create with:

<form action="page.jsp">
    <input type="image" src="whatever.jpg">
</form>

now, I can see the use for one line of code instead of many, but does t
do anything new?

Thanks in advance for any input.

-Daniel

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to