Re: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread David Geary
"Craig R. McClanahan" wrote: > Maya Muchnik wrote: > > > Hello, Torsen, > > > > It is not an answer to your question. But I would like to use this email and > > ask the struts development team about compatibility template library and > > components library (http://www.lifl.fr/~dumoulin/components

Re: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread Cedric Dumoulin
ent: Wednesday, February 21, 2001 10:48 AM > To: [EMAIL PROTECTED] > Subject: Re: Struts, WebLogic 6.0 and template tags > > Hello, Torsen, > > It is not an answer to your question. But I would like to use this email and > ask the struts development team about compatibility templat

Re: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread Maya Muchnik
Hello, Torsen, It is not an answer to your question. But I would like to use this email and ask the struts development team about compatibility template library and components library (http://www.lifl.fr/~dumoulin/components/). Components allow to define "instances" to reuse them with different p

RE: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread Deadman, Hal
(); } processException( realEx, "[ServletException in:"+ page+ "] " + realEx.getMessage()+ "'" ); } catch (Exception ex) { processException( ex, "[Exception in:" + page + "] "+ ex.getMessage()); } -Original Message

RE: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread Deadman, Hal
My hasBody() method is like the following so it shouldn't have a null pointer exception. Are you using a recent nightly build? I think I had this problem a couple months ago but I think it has been fixed for awhile. private boolean hasBody() { if (bodyContent == null) return (f

Re: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread Maya Muchnik
Thank you. OK, I understand, that if JSP is good, then no problem. "Deadman, Hal" wrote: > I am not sure what you are looking for. The component library comes with > examples including a struts-template example that uses the component > library. > > The issue with components I was complaining ab

Re: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread Craig R. McClanahan
Maya Muchnik wrote: > Hello, Torsen, > > It is not an answer to your question. But I would like to use this email and > ask the struts development team about compatibility template library and > components library (http://www.lifl.fr/~dumoulin/components/). Components allow > to define "instances

Re: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread Maya Muchnik
Hal, Please give a code example with a component, when you cannot get an exception. And how it can be fix now. Maya "Deadman, Hal" wrote: > I am using the components add-on and I like it but it shouldn't go into the > 1.0 release. It's too much code and has too much functionality to be merged >

Re: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread Cedric Dumoulin
ssage()+ "'" ); > } > catch (Exception ex) { > processException( ex, "[Exception in:" + page + "] "+ > ex.getMessage()); > } > > -Original Message- > From: Maya Muchnik [mailto:[EMAIL PROTECTED]] > Sen

RE: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread Deadman, Hal
ork. When it is added to struts there will probably be some re-work involved but it should be straightforward. Hal -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 10:48 AM To: [EMAIL PROTECTED] Subject: Re: Struts, WebLogic 6.0 and templa

Re: Struts, WebLogic 6.0 and template tags

2001-02-21 Thread Beuck, Torsten
My fault: I used a build from late December. Thanks a lot Hal!