RE: Bug

2001-06-29 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
Mason, Would you mind sending me a copy of the file/s that were corrupted? I'm having trouble corrupting the files that I have, whether it be a .zip or .xls -Original Message- From: Mason Blackwood [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 9:33 AM To: [EMAIL PROTECTED] Su

RE: Bug

2001-06-29 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
Mason, Thanks alot, hopefully this will fix that file corruption problem, I'll test it out some more and hopefully commit it today. -Original Message- From: Mason Blackwood [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 9:33 AM To: [EMAIL PROTECTED] Subject: Bug Hi, The Bug

Re: Submitting: Transformations package & updated extensions

2001-06-29 Thread ron . smith
I wanted to add a couple items to my description of the transformations package - I don't think it would be terribly clear for those who hadn't read my original posting on it a while back. The main purpose for creating the transformations package ("the itch") was to be able to present data from

Re: question

2001-06-29 Thread William Shulman
thanks! Oleg V Alexeev writes: > Hello William, > > Friday, June 29, 2001, 8:46:26 AM, you wrote: > > WS> I am trying to do the following with Tomcat and Struts but am not sure > WS> how to go about it: > > WS> I want to implement a Servlet that dispatches / forwards to jsp > WS> pag

[PATCH]

2001-06-29 Thread Kare Nuorteva
Hello, Here is a patch that adds support in bean:write tag for date formatting via java.text.SimpleDateFormat. This might be something similar that JSP standard tag lib is doing, but on the other hand I needed this one now :) I have also included an addition to exercise taglib bean-write.jsp.

Re: question

2001-06-29 Thread Ira J. Bliss
PLEASE REMOVE ME FROM THE LIST! I cant seem to do it myself. I tried several times but it won't let me. THANKS - Original Message - From: "Oleg V Alexeev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 12:28 AM Subject: Re: question > Hello William, > >

Re: New name for Components / Extended Templates?

2001-06-29 Thread Calvin Yu
Snippets is another term I've seen used by HTML developers. Calvin - Original Message - From: "Chuck Stern" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 28, 2001 3:14 PM Subject: RE: New name for Components / Extended Templates? > How about Portlet? When I look at

Re[2]: Extensions to Struts

2001-06-29 Thread Oleg V Alexeev
Hello Ted, Friday, June 29, 2001, 2:34:01 PM, you wrote: TH> Might that include the Bean Factory, Oleg? Now bean-factory base on extended version of ActionServlet. Extensions mechanism can include bean-factory in case of more flexible processing delegation. I just sent a letter about my vision

Re[2]: Extensions to Struts

2001-06-29 Thread Oleg V Alexeev
Hello Ted, Friday, June 29, 2001, 2:33:29 PM, you wrote: TH> If there is no other way ;-( TH> We just need to think about what happens if someone wants to use the TH> Bean Factory and the Component Tags. TH> If the Components are considered a standard part of Struts, is there TH> anything we

Re: Extensions to Struts

2001-06-29 Thread Ted Husted
Might that include the Bean Factory, Oleg? Oleg V Alexeev wrote: > I just review your code and I think it can be standard way to > give to ActionServlet ability to support extensions mechanism.

Re: Extensions to Struts

2001-06-29 Thread Ted Husted
If there is no other way ;-( We just need to think about what happens if someone wants to use the Bean Factory and the Component Tags. If the Components are considered a standard part of Struts, is there anything we can do in the base ActionServlet with an option or a switch to enable this? Or

Re: question

2001-06-29 Thread Oleg V Alexeev
Hello William, Friday, June 29, 2001, 8:46:26 AM, you wrote: WS> I am trying to do the following with Tomcat and Struts but am not sure WS> how to go about it: WS> I want to implement a Servlet that dispatches / forwards to jsp WS> pages. Before the dispatch, however, I would like to set an att

Re: Extensions to Struts

2001-06-29 Thread Cedric Dumoulin
Components extension use some Struts utility classes (BeanUtils, ...), and extends ActionServlet in order to override the call to requestDispatcher.forward(). Unfortunately, in the actual ActionServlet implementation, we can't override directly this call, so I have introduce a method "process

Re[2]: Extensions to Struts

2001-06-29 Thread Oleg V Alexeev
Hello Ron, Friday, June 29, 2001, 9:15:51 AM, you wrote: RS> Absolutely. Thanks. RS> I just posted an updated extensions package including support for RS> destroy() RS> and initStrutsDigester(). initStrutsDigester() is meant to allow RS> extensions RS> to register additional rules for parsing