Re: Printing issue with 1.0 User's Guide

2001-01-22 Thread Craig R. McClanahan
"Steven D. Wilkinson" wrote: It's not just the code it's the documentation. It even runs off the page in landscape mode. You really need to print out section 4 and see what I'm talking about. The reason this happens is that browsers format pages based on the width of the widest section of

Re: release()

2001-01-22 Thread Craig R. McClanahan
Wong Kok Wai wrote: A general question: I've noticed in the implementation of release method in the tags, there is always a call to super.release(). The exception being the template tags. My question is: is calling super.release() a best practise and why? If so, should the template tags

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/template GetTag.java InsertTag.java PutTag.java

2001-01-22 Thread dgeary
dgeary 01/01/22 11:46:03 Modified:src/share/org/apache/struts/taglib/template GetTag.java InsertTag.java PutTag.java Log: Added calls to super.release in tag release methods. Thanks to Wong Kok Wai ([EMAIL PROTECTED]) for suggesting this change.

Re: Printing issue with 1.0 User's Guide

2001-01-22 Thread Ted Husted
I keep wondering if there isn't a better "big fix" for the examples that wouldn't be so labor intensive. The other annoyance is that the pre tag tends to double space at line breaks. I've seen the same issues with other Jakarta project documentation. One odd idea would be to have the XML

cvs commit: jakarta-struts/src/doc/userGuide building_model.xml

2001-01-22 Thread craigmcc
craigmcc01/01/22 20:08:18 Modified:src/doc/userGuide building_model.xml Log: Clean up the data source example to be a little more clear. Also, left justify the pre block so that a smaller font is not necessary. Submitted by: Andrew Semprebon [EMAIL PROTECTED] PR: BugRat