RE: Retrieving messages from resource bundle

2004-02-17 Thread Gagné Jean-Christian
> -Message d'origine- > De : Wendy Smoak [mailto:[EMAIL PROTECTED] > Envoyé : mardi 17 février 2004 16:06 > À : Struts Users Mailing List > Objet : [SPAM] - RE: Retrieving messages from resource bundle > > > > From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] > > Hi there!

RE: [SPAM] - repost : creation of UI from DB - Bayesian Filter de tected spam

2004-02-17 Thread Gagné Jean-Christian
With the "generate then deploy" approach, jsp pages are generated at development-time using external screen configuration (XML files, db, ...). Then you deploy your application normally. The goal is to reduce development time, not to support user-customization at runtime. I think what you need is

RE: [SPAM] - [OFFLIST] - Found word(s) list error e-mail in the Text body.

2004-02-17 Thread Gagné Jean-Christian
ir would be too > much comments > Like: try use google. > > > Oliver > > -Ursprüngliche Nachricht- > Von: Gagné Jean-Christian [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 17. Februar 2004 14:09 > An: 'Struts Users Mailing List' > Betreff: RE

RE: [SPAM] - Display TagLib & Struts - Found word(s) list error e -mail in the Text body.

2004-02-17 Thread Gagné Jean-Christian
Sorry to ask this, but where do you get the Display Taglib ? The url mentionned [www.displaytaglib.org] is not found. JC > -Message d'origine- > De : Unmesh Nadkarni [mailto:[EMAIL PROTECTED] > Envoyé : mardi 17 février 2004 09:13 > À : 'Struts Users Mailing List' > Objet : [SPAM] - Disp

RE: [SPAM] - repost : creation of UI from DB - Bayesian Filter de tected spam

2004-02-17 Thread Gagné Jean-Christian
Do you mean "on the fly" generation or "generate then deploy" ? The former lets you do things like user-customisable UI. The latter would reduce development time. What do you need ? JC > -Message d'origine- > De : shankarr [mailto:[EMAIL PROTECTED] > Envoyé : mardi 17 février 2004 05:51

RE: RE: instead of

2004-02-13 Thread Gagné Jean-Christian
It looks like my previous answer to this did't make its way to the list. Posting again... Works well with this javascript. Sorry for the french content... /* Déclancher un submit depuis un lien */ function submitForm(aFormName, aSubmitValue) { var vForm = document.forms[aFormName]; if (vFor

RE: Problem with

2004-02-13 Thread Gagné Jean-Christian
Hi Daniel, jsessionid is appended by the tag. If you don't want the jsessionid token, don't use the tag. Simply use plain html : click here JCG > -Message d'origine- > De : Daniel [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 13 février 2004 16:21 > À : Struts Users Mailing List > Obje

RE: [SPAM] - RE: instead of - Bayesian Filter detected spam

2004-02-13 Thread Gagné Jean-Christian
Works well with this javascript. Sorry for the french content... /* Déclancher un submit depuis un lien */ function submitForm(aFormName, aSubmitValue) { var vForm = document.forms[aFormName]; if (vForm == null) { alert("La page ne contient pas de formulaire nommé '" + aFormName + "'");

RE: [SPAM] - class cast exception - Bayesian Filter detected spam

2004-02-13 Thread Gagné Jean-Christian
Make sure your actions extends org.apache.struts.action.Action, and your forms extends org.apache.struts.action.ActionForm For example, given the following struts-config snippet : "mypackage.MyForm" and "mypackage.SaveA

RE: [SPAM] - class cast exception - Bayesian Filter detected spam

2004-02-13 Thread Gagné Jean-Christian
please include the full stacktrace > -Message d'origine- > De : Baiju [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 13 février 2004 11:08 > À : Struts-User (E-mail) > Objet : [SPAM] - class cast exception - Bayesian Filter detected spam > > > Hi > > While running my first struts applica