Re: bean:write format attribute changes bean:write default behavior

2001-12-05 Thread Oleg V Alexeev
Hello Hal, You can add to application resources strings with default format strings for such types as (first string - key for resources, nested strings is list of datatypes) - org.apache.struts.taglib.bean.format.int java.lang.Byte, java.lang.Short, java.lang.Integer, java.lang.Long,

DO NOT REPLY [Bug 5286] New: - struts logic:redirect tag not working

2001-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5286. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: bean:write format attribute changes bean:write default behavior

2001-12-05 Thread Martin Cooper
I agree with you - I'd say this is a bug. Could you file a bug in bugzilla, please (if you haven't done so already)? Thanks. -- Martin Cooper - Original Message - From: Deadman, Hal [EMAIL PROTECTED] To: 'Struts Dev List' [EMAIL PROTECTED] Sent: Monday, December 03, 2001 6:07 PM

DO NOT REPLY [Bug 5292] New: - page attribute in LinkTag does not compute a full server relative URI

2001-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5292. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

use html:link tag

2001-12-05 Thread Yiru Zhang
Hi, I have some question regarding how to use html:link tag. Please reply to my email address directly, cause I am not in struts-dev list. Thank you very much., Suppose the tag is specified as: html:link page=/index.html target=new this is a test /html:link How can the URL label (this is a

DO NOT REPLY [Bug 5297] New: - Listing Orbeon in the STRUTS Consultants category.

2001-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5297. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Reloadable Class

2001-12-05 Thread ymsha
I am using struts with Tomcat. Eachtime I build the formbean or an action servlet, I should restart the server and then take the new effect. It cost me too much time when there are many pages there. I wonder whether there is a method to solve this problem?