Re: overlapping cells in table with firebird

2004-02-17 Thread Frédéric Dreier
- by dipping or hiding and reshowing thr window. If dipping corrects the problem then its a browser error rather than an error of yours. (Ive seen similar problems in IE in places also - especially where css and table cells backgrounds are involved) -Original Message- From: Frédéric Dreier [mailto

overlapping cells in table with firebird

2004-02-16 Thread Frédéric Dreier
Hi, When displaying struts page in firebird or mozilla for the first time (increased load time due to jsp compilation) I got some strange effect: Some table's cells overllaps themself. Redisplaying the page using F5 corrects the problem. It's non-dynamical HTML with an external CSS. I'm

Re: overlapping cells in table with firebird

2004-02-16 Thread Frédéric Dreier
Tim Coy wrote: Are you using c:url to reference the external CCS file? Tim Hi, When displaying struts page in firebird or mozilla for the first time (increased load time due to jsp compilation) I got some strange effect: Some table's cells overllaps themself. Redisplaying the page using F5

Re: generic component

2004-02-04 Thread Frédéric Dreier
+1 For complex components (- lot of html) I use tiles otherwise I do my own taglib. If you want to make interactive components, you can pass the base url to the tile (the tile could append some parameters to the url to save it's state). Andrew Hill wrote: Simple things you could just

Re: newbie: html:form EL in action tag

2004-01-20 Thread Frédéric Dreier
i'm not sure but, do you have declared the right library (with el suffix) at the begining of your page? %@ taglib uri=/WEB-INF/struts-html-el.tld prefix=html % regards, frederic Simon Pett wrote: Hi I am trying to use tile attributes for the action and focus parameters in the html:form

Re: newbie: html:form EL in action tag

2004-01-20 Thread Frédéric Dreier
So I think the EL works just not in the action parameter of the html:form ?? It works for me. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: bye thank you

2003-10-28 Thread Frédéric Dreier
I don't know, but perhaps there exists some wiki-style repository for struts? Or perhaps it would be time to organise one... -Ursprüngliche Nachricht- Von: David Thielen [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 28. Oktober 2003 02:36 An: Struts-Users Betreff: bye thank you Hi;

newbies question about el/non-el jars

2003-10-20 Thread Frédéric Dreier
Hi, I have started a struts app a few weeks ago, starting from an example app. All runs fine until that I try to use html:link page=${blabla} .. where blabl was not evaluated. After some posts readings, I have copied the struts-el jars and tld in my WEB-INF. And now it works. My question is how

apache-like logs

2003-09-18 Thread Frédéric Dreier
Hi, Is there a way to make tomcat generating apache-like logs? In order to use a tool like awstats to publish server activities statistics? Thanks, Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

AW: Reusable Components

2003-07-10 Thread Frédéric Dreier
you can start thinking about if and how to integrate this kind of thing into your own apps once it goes final (later this year). Craig Craig R. McClanahan wrote: On Wed, 9 Jul 2003, Frédéric Dreier wrote: Date: Wed, 9 Jul 2003 10:13:02 +0200 From: Frédéric Dreier [EMAIL PROTECTED

Reusable Components

2003-07-09 Thread Frédéric Dreier
Hi, I really need your help and hints... I was not able to found something related on internet. how can i make reusable 'high-level' components? taglib seems to be useless for such components (that already use JSP's and actions). Tiles is exactly what i need but it does not seems to work if

Best Practice Packaging Reusable Components

2003-07-08 Thread Frédéric Dreier
Hi, I try to develop reusable components like login form, locale chooser, explorer tree, ... and I am looking for a 'nice' way to package such components (jsp,java,gifs,..) in JAR file. Or perhaps there is another way to accomplish this? Any help is welcome :-) Frederic PS: Yes i am a