[OT?]AJAX How can I do a Google Personalized Home kind of page... if OT where I can find mailing list on AJAX the subject?

2006-09-08 Thread David Gagnon
Hi all, I was wondering if there is a javascript/AJAX libraries or example that allow me to do a page like google Personalized Home http://www.google.ca/ig%3Fhl%3Den&sig=__o-KrRDBI3nbRElKzYEMqfOl3_t0=> page (see top right corner http://www.google.ca/). I need it to be compatible with IE and

Re: Question: Successive use of a taglib by the container (i.e.: tagpool), what function reset the tag between usage????

2006-08-24 Thread David Gagnon
w=rev&revision=165158 At the end of the day when release() and the property/attribute setters are called is down to the servlet container and its the containers job to ensure that the tag has the right attribute values when the lifecycle methods are called. Niall On 8/24/06, David Gagnon <[EMA

Question: Successive use of a taglib by the container (i.e.: tagpool), what function reset the tag between usage????

2006-08-24 Thread David Gagnon
Hi all, I'm upgrading my old struts right now and several years ago I ran into the problem that since Tomcat has a TagPool and reuse tags, the state of the tag wasn't reseted beetween usage. I looked into the new version of struts and I cannot find how the tag is resetted between usage. I

Re: OK ... I'm almost there ..... just not quite yet

2006-08-01 Thread David Gagnon
It`s been a while since I worked with that .. but I think you missing the name attribute in you text tag i.e.: Regards /David Bart Busschots wrote: OK ... I have a simple two-step for for allowing a user of our system (a teacher) to create a group of students in our system. The first step a

Re: Is Struts supports indexed property like itemForSale[1].lineDetail[4].selected ... I searched but haven't found how?

2005-11-17 Thread David Gagnon
quot; validator I wrote: http://www.niallp.pwp.blueyonder.co.uk/strutsvalidatorextends.html#twolevels Niall - Original Message - From: "David Gagnon" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Wednesday, November 16, 2005 1:07 PM Subject: Is Struts supports

Is Struts supports indexed property like itemForSale[1].lineDetail[4].selected ... I searched but haven't found how?

2005-11-16 Thread David Gagnon
Hi all, Sorry for this question that I tought trivial . but I haven't found my answer in the list . .so I ask you. property="itemForSale" id="itemForSale" indexId="ctr" > property="lineDetail" id="lineDetail" indexId="ctr2"> property="

OT: Best AJAX framework

2005-11-08 Thread David Gagnon
Hi all, Sorry for the OT guys. I'm looking for a good AJAX framework. I haven't found one under apache.org. Is there one? If not is there one who is more popular/cool/good that other? Thansk for your help!! Best Regard /David

Re: [OT] Character '+' not transmitted to server ?!?!?! Hope you canhelp .... it's really bizarre

2005-06-20 Thread David Gagnon
Your answer did point me in the right direction and I found my answer (And I already thank you for that:-)). So no offence really.. Thanks for your help again /David P.S.: For Martin who post on to this thread RTFM lead to ‘Read The Fucking Manual’. on google... Michael Jouravlev wrote:

Re: [OT] Character '+' not transmitted to server ?!?!?! Hope you canhelp .... it's really bizarre

2005-06-20 Thread David Gagnon
Oups and Wendy too.. sorry :-) Thanks again /David Durham David R Jr Ctr 805 CSPTS/SCE wrote: Thanks for your help Frank and Michael. I think that you meant to thank Wendy. Hers was the only informative post. - Dave ---

Re: [OT] Character '+' not transmitted to server ?!?!?! Hope you canhelp .... it's really bizarre

2005-06-20 Thread David Gagnon
Thanks for your help Frank and Michael. For those who concluded of a trivial question from my part. I did my work before sending. -I test that other characters work without problem (including usual escape character like: /\). -Check filters on tomcat. -That the first time I saw that + has a

[OT] Character '+' not transmitted to server ?!?!?! Hope you can help .... it's really bizarre

2005-06-20 Thread David Gagnon
Hi all, I'm using tomcat and Struts I just noticed that charater + is not transmitted correcty to the server: Per example if posting to addresse IFrameDoc.location.replace('/unikommerce/action.do?id=DAVE+++aa&lookupGroup=f' The id attribute get populated by :DAVE aa. (i.e.: the + are repl

[OT] Convert Java Object into XML. Is there a simple tool in Jakarta projects or elsewere

2005-06-18 Thread David Gagnon
Hi all, Sorry for this OT. I'm looking for a way to output an object into XML for debugging purpose. I'm pretty sure I can do it myself with beanUtils and xml-api ..but I hate reinventing the whell and pretty sure there is a simple tool somewhere. Thanks for your help! Have a nice week-end

[OT] Convert Java Object into XML. Is there a simple tool in Jakarta projects or elsewere

2005-06-17 Thread David Gagnon
Hi all, Sorry for this OT. I'm looking for a way to output an object into XML for debugging purpose. I'm pretty sure I can do it myself with beanUtils and xml-api ..but I hate reinventing the whell and pretty sure there is a simple tool somewhere. Thanks for your help! Have a nice week-e

JSPC and struts problem

2004-10-05 Thread David Gagnon
Hi all, I'm trying to compile JSP from my webapp and run into this Null Pointer problem. It's seem that MessageResources.java can't be loaded has is (need to be loaded in the webapp environment) I'm running Struts 1.1. I'm pretty sure this should work .. do I need to update my struts version?

RE : OT - How to add icon in browser url field

2004-07-07 Thread David Gagnon
ou must place a favicon.ico file in the root dir of your webserver Lucas - Original Message - From: "David Gagnon" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 5:41 PM Subject: OT - How to ad

OT - How to add icon in browser url field

2004-07-06 Thread David Gagnon
Hi Sorry for the OT topic :-). I'm looking for a while now how you can add icon that appears in the URL text field of a browser (example: http://www.hicksdesign.co.uk/). I heard it's something that I must do server side. Is there a way to have it works with Tomcat 4.x. Thanks for your help

RE : problem with returning a pdf

2004-06-21 Thread David Gagnon
Hi, You can also look how FOP work around this problem: http://xml.apache.org/fop/faq.html#iex-servlet-multiple /David -Message d'origine- De : tvvincam [mailto:[EMAIL PROTECTED] Envoyé : June 20, 2004 22:22 À : [EMAIL PROTECTED] Objet : problem with returning a pdf Hi, I'm using Ja

RE : how to send the 'index' to javascript function

2004-05-28 Thread David Gagnon
Hi If I remembrer correctly 1) Use: 2) For the original example do it this way: When using <%= %> you need to put everything in it. Hope it help .. hope I'm right :-) Ciao /David -Message d'origine- De : Mark Lowe [mailto:[EMAIL PROTECTED] Envoyé : May