Faster View Components...

2002-10-02 Thread Jens Viebig
the page starts loading Should i kick out the taglibs and do some scriptlet stuff ? Are there some faster alternatives to jsp to build the view ? Greets Jens Viebig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

LinkTag Extension to url encode SessionId

2002-07-03 Thread Jens Viebig
ionid=XYZMYSESSION) is Tomcat specific or is in the servlet specs and works with all appservers. If this is uselfull for the community i can send in a patch. Greetings Jens Viebig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Bug in RequestUtils ?

2002-07-01 Thread Jens Viebig
uestUtils and all lines coded as url.append("&"); should read url.append("&"); Because it seems the Author wanted to have this behaviour I'm a little bit confused if it's a bug in Struts (or in Netscape?) or I'm doing something wrong. Jens Viebig

Re: multipart/form-data (bug?) or intended behavior?

2002-04-18 Thread Jens Viebig
I posted a Patch to this Mailing List a few days ago, but nobody seems to be interested in it. I got an Error in 1.1b even when i just forwarded a Multipart-Request to a JSP-Page.It's a bug in the RequestProcessor doForward() Method. There the MultipartRequestWrapper must be unwrapped to a normal

ClassCastException while uploading Files (struts 1.1b) [PATCH]

2002-04-15 Thread Jens Viebig
d example using struts 1.1b. Thanks to Yannick for sending me a fix for that Problem. We like to share that fix with the community (See attachement). It seems to be a bug in the new RequestProcessor Class. It does not unwrap the Request from the MultipartRequestWrapper. Greetings Jens Viebig ---