Originally posted by Gregg Bolinger:
I would be interested in your tutorial. Thanks.![]()
Originally posted by Pat Wallwork:
Bruno, thanks for the reply.
Creating the logic in my Action class just seems to me to be creating some extra overhead as there are more method calls to access the users input parameters so that I can form my sql query...as opposed to doing it right in the ActionForm where I already have access to the input parameters.
I wonder if I'm the only one a little confused on this or if it's a common misconception...but I see advantages and disadvantages to both sides here.
Originally posted by Dajin Sulman:
Hello,
I am new to Struts and I have got a small problem bugging me . I have got a line like:
<html:link page="/something.do"><html:img page="/somepicture.jpg" alt="Pic"/></html:link>
the Internet Explorer 6.0 (Opera 7 does fine) renders an ugly frame around the picture I want to get rid of. I tried various CSS stuff, but didn't succeed.
Any idea? Thanks in forward!!
Expresso integrates with Struts which is a MVC light weight framework emphasizing presentation and application configuration, and bringing a powerful tag library to Expresso; whereas Expresso adds capabilities for security, robust object-relational mapping, background job handling and scheduling, self-tests, logging integration, automated table manipulation, database connection pooling, email connectivity, event notification, error handling, caching, internationalization, XML automation, testing, registration objects, configuration management, workflow, automatic database maintenance and JSP tag library etc.
Originally posted by JiaPei Jen:
May I know where to find Stephen Wiesner's tutorial examples?