Re: J2EE IDE

2003-08-28 Thread Emerson Cargnin
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Emerson Cargn

Re: J2EE IDE -> patterns creator runt -> back to struts

2003-08-27 Thread Emerson Cargnin
th [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 3:16 PM To: 'Struts Users Mailing List' Subject: RE: J2EE IDE Martin Fowler ripped all the patterns in that book from previous authors. It isn't worth the money. -Original Message----- From: Emerson Cargnin [mailt

Re: J2EE IDE

2003-08-27 Thread Emerson Cargnin
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Emerson Cargnin Analista

Re: Cannot find ActionMappings or ActionFormBeans collection

2003-08-27 Thread Emerson Cargnin
(JspServlet.java:379) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:453 Rgds, Dummu. -- Emerson Cargnin Analista de Sistemas Setor de Desenvolvimento de Sistemas - TRE-SC tel : (048) - 251-3700 - Ramal 3181 - To

Re: login test in a jsp page - any suggestions

2003-08-27 Thread Emerson Cargnin
file name they can still get to it. (And a cardinal rule of security is that an unlisted filename is not very effective protection.) thanks - dave - Original Message - From: "Emerson Cargnin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTE

Re: login test in a jsp page - any suggestions

2003-08-26 Thread Emerson Cargnin
s this test and then goes to the jsp page - but in that case what if they type the path for the jsp page directly?) thanks - dave -- Emerson Cargnin Analista de Sistemas Setor de Desenvolvimento de Sistemas - TRE-SC tel : (048) - 251-37

Re: Struts, Tomcat, Hibernate - what the heck?

2003-08-26 Thread Emerson Cargnin
take a look at personalblog, it uses all those technologies, besides tiles (struts portal framework). I suggest you to take a look at hibernate plugin for struts, it deals in creating one sessions for the entire request. www.sf.net/projects/personalblog Emerson Cargnin Bill Chmura wrote: Hey

Re: [OT] Re: Small request...

2003-08-25 Thread Emerson Cargnin
D] __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: testing

2003-08-25 Thread Emerson Cargnin
test2 Emerson Cargnin wrote: just testing... -- Emerson Cargnin Analista de Sistemas Setor de Desenvolvimento de Sistemas - TRE-SC tel : (048) - 251-3700 - Ramal 3181 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: DB Access from BLB

2003-08-21 Thread Emerson Cargnin
. If it's the data for changing (eg: editing data from a business entity), you can use BeanUtils.copyProperty to copy the data from your DTO to your from FormBean. Emerson Cargnin Kapadia Mitesh-C23457 wrote: Hello. I am fairly new to STRUTS and am trying to write a BLB (Business Logic Be

Re: [OT] get abs path to my web application root context

2003-08-20 Thread Emerson Cargnin
eed to do. Claire --- In [EMAIL PROTECTED], Emerson Cargnin <[EMAIL PROTECTED]> wrote: Servlet method : getServletContext().getRealPath("/") request has getRealPath, but is depracated. Don't know how to get this inside an action (besides using the depracated method).maybe ge

Re: Costec

2003-08-20 Thread Emerson Cargnin
rs, Brian - A noble spirit embiggens the smallest man. -- Jebediah Springfield -- Emerson Cargnin Analista de Sistemas Setor de Desenvolvimento de Sistemas - TRE-SC tel : (048) - 251-3700 - R

Re: HTML TAGS ------> STRUTS TAGS

2003-08-20 Thread Emerson Cargnin
r8/ui/wizards/wstrutsconverter.html Camino is a tool for struts, although it's 15 day trial http://www.scioworks.com/downloads.html Anyone know any other (free/opensource) tool? As said by Mike, have you done it using xslt? Emerson Cargnin wrote: struts console, amigo :) http://www.jamesholmes.

Re: HTML TAGS ------> STRUTS TAGS

2003-08-20 Thread Emerson Cargnin
://www.grisoft.com). Version: 6.0.509 / Virus Database: 306 - Release Date: 12/8/2003 -- Emerson Cargnin Analista de Sistemas Setor de Desenvolvimento de Sistemas - TRE-SC tel : (048) - 251-3700 - Ramal 3181 - To unsubscribe, e-mail

Re: Struts and Jetspeed

2003-08-20 Thread Emerson Cargnin
less work than adding Struts in to the mix. Joe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Emerson Cargnin Analista de Sistemas Setor de Desenvolvimento de Sis

Re: "attribute" and "name" attributes of ActionMapping

2003-08-19 Thread Emerson Cargnin
it now:)). Craig R. McClanahan wrote: On Mon, 18 Aug 2003, Emerson Cargnin wrote: Date: Mon, 18 Aug 2003 19:10:57 -0300 From: Emerson Cargnin <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: "attribute" and "na

Re: [OT] get abs path to my web application root context

2003-08-19 Thread Emerson Cargnin
t;c:/tomcat/webapps/myapp_root/" Thanks --Alen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Emerson Cargnin Analista de Sistemas Setor de Desenvolvimento de Sistemas - TR

"attribute" and "name" attributes of ActionMapping

2003-08-18 Thread Emerson Cargnin
In the struts-example application, the LogonAction uses the "attribute" attribute to read or delete the formBean eg : session.removeAttribute(mapping.getAttribute()); If "attribute" is not used (just the name), is it possible to use the same approache? is it a good te

Re: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Emerson Cargnin
e know! Also, should it be extending the struts html:input tag, or since those will one day go away, should I be extending a different taglib? I'm more familiar with the struts tags (extended them before) but I want the tag to be useable by the majority of struts developers :) Matt --

testing

2003-08-15 Thread Emerson Cargnin
just testing... -- Emerson Cargnin Analista de Sistemas Setor de Desenvolvimento de Sistemas - TRE-SC tel : (048) - 251-3700 - Ramal 3181 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

doubt about default selected

2002-08-02 Thread Emerson Cargnin - SICREDI Serviços
I'd like to know how to use the value set by the user in a html:select tag when he is redirected to the same page. Is the attribute 'value' from the html:select tag that I have to set? -- Emerson Cargnin - MSA SICREDI - Tel : 3358-4860 -- To unsubscribe, e-mail: <mailt

Re: question about lists...

2002-07-23 Thread Emerson Cargnin - SICREDI Serviços
rom inside options tag (or do I have to use iterate)?? Galbreath, Mark wrote: > Yes. Try it. > > Mark > > -Original Message- > From: Emerson Cargnin - SICREDI Serviços > [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 23, 2002 10:23 AM > > I'

question about lists...

2002-07-23 Thread Emerson Cargnin - SICREDI Serviços
I'd like to know if having a bean (that holds a collection to populate a options list), I can hold this collection in form bean and still using options struts tag. -- Emerson Cargnin - MSA SICREDI - Tel : 3358-4860 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For

strange error not finding org/apache/struts/action/Action class

2002-07-18 Thread Emerson Cargnin - SICREDI Serviços
java.lang.ClassLoader.defineClass(ClassLoader.java:509) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123) . . . -- Emerson Cargnin - MSA SICREDI - Tel : 3358-4860 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Arron Bates, Monkey Example: List of BananaLists

2002-07-16 Thread Emerson Cargnin - SICREDI Serviços
didn't get the point... hemant wrote: > - Original Message - > From: "Emerson Cargnin - SICREDI Serviços" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Monday, July 15, 2002 5:43 PM > Subject:

Re: Arron Bates, Monkey Example: List of BananaLists

2002-07-15 Thread Emerson Cargnin - SICREDI Serviços
tring > org.apache.struts.taglib.nested.NestedPropertyHelper.getNestedProperty(o > rg.apache.struts.taglib.nested.NestedPropertySupport) > void > org.apache.struts.taglib.nested.NestedPropertyHelper.setNestedProperties > (org.apache.struts.taglib.nested.NestedPropertySupport) > int > o

RE: Struts vs Jsp/javascript..

2002-07-01 Thread Emerson Cargnin
and if I use js ans struts to populate comboboxes?? the users can't even use the system if they have js disabled... and that's the way ti avoid entire pages relaoads Emerson Cargnin SICREDI _ POA -Original Message- From: Vincent Aumont To: Struts Users Mailing List Sent: 0

Re: ScanMail Message: To Sender, sensitive content found and action taken.

2002-06-10 Thread Emerson Cargnin - MSA
It must be the word "s t r i p p i n g" : )) (i've put spaces in between to avoid been blocked too) - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 2:04 PM Subject: RE:

Re: Please recommend a IDE

2002-06-05 Thread Emerson Cargnin - MSA
I'm using eclipse and I don't need anything else... beyond jboss and tomcat plug-ins, there is the refactoring stuff , beyond different perpectives dependings on the context (debug/coding/etc) you are working on... - Original Message - From: "Dave Derry" <[EMAIL PROTECTED]> To: "Struts U

Re: [ANNOUNCE] Struts Wizard Beta for ECLIPSE v2.0

2002-05-28 Thread Emerson Cargnin - MSA
s, couldn't set the > properties... > > Yes, SWT tables have strange comportement ;) > > > Emerson Cargnin - MSA <[EMAIL PROTECTED]> a écrit : does it > generate struts 1.1??? (don't appear in the combo of struts > versions) > it could be a good idea to

Re: [ANNOUNCE] Struts Wizard Beta for ECLIPSE v2.0

2002-05-28 Thread Emerson Cargnin - MSA
does it generate struts 1.1??? (don't appear in the combo of struts versions) it could be a good idea to make it use xdoclet tags instead of generating directly struts-config.xml... it looks like a bug when setting properties, couldn't set the properties... I'm using 2.0 M1 eclipse - Origin

Re: validation approaches

2002-05-17 Thread Emerson Cargnin - MSA
t; > > > If you can build a tool that handles your needs in a 'generic' fashion. > > Then by all means, help us out and donate it. > > > > However, if you app requires special validation handling, then customize the > > app to do so. > > > > >

validation approaches

2002-05-17 Thread Emerson Cargnin - MSA
What are u people using to validate form data in client and server without rewriting code? I know validator does that, although this approach doesn't allows complex validation (as calculated validation digits). It looks like a few people are using validator... (please correct me if I'm wrong) Re

complex validation with Validator

2002-05-17 Thread Emerson Cargnin - MSA
I know that with struts Validator I can do validation in client and server with just one specification. May I use complex validation like credit number calculation? or validation digit account? Thanks Emerson - Original Message - From: "Chris Seekamp" <[EMAIL PROTECTED]> To: "Struts Us

Re: approache to populate combo-box on the fly

2002-05-10 Thread Emerson Cargnin - MSA
PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 6:58 PM Subject: RE: approache to populate combo-box on the fly > http://javascript.internet.com/forms/auto-drop-down.html > > Works in IE and NS > > JM > > > -Or

approache to populate combo-box on the fly

2002-05-10 Thread Emerson Cargnin - MSA
Hi all We are using the following approache to populate a combo-box depending on the value of a changed combo-box : We have a iframe on the page, and on the onChange event of some combo-box, it loads an struts LoadSelectAction (generic for all cases like this) that populates other combo dependin

calling an action as a forwards

2002-05-06 Thread Emerson Cargnin - MSA
Have someone used an action calling other other action as a forward??? - Original Message - From: "Gerry Chike" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, May 06, 2002 8:32 PM Subject: Re: BC4J versus Struts > Hi Yibing, > I don't believe the

Re: struts 1.1 already in use?

2002-05-06 Thread Emerson Cargnin - MSA
There are some issues with the DynaBeans, if you are > going to use it, but you can always fix them when > needed, LOL. > > --- Emerson Cargnin - MSA <[EMAIL PROTECTED]> > escreveu: > Are everybody using already the 1.1 > version, with > > DispatchActio

Re: struts 1.1 already in use?

2002-05-06 Thread Emerson Cargnin - MSA
l Action. > There are some issues with the DynaBeans, if you are > going to use it, but you can always fix them when > needed, LOL. > > --- Emerson Cargnin - MSA <[EMAIL PROTECTED]> > escreveu: > Are everybody using already the 1.1 > version, with > > Dispa

struts 1.1 already in use?

2002-05-06 Thread Emerson Cargnin - MSA
Are everybody using already the 1.1 version, with DispatchAction and DynaForms??? I was using 1.0.2, but it looks that 1.1 has a lot of enhancements. Emerson Cargnin - MSA Ramal 861 - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users

Dynabeans

2002-05-05 Thread Emerson Cargnin - MSA
Someone knows if the dynaforms is exclusive of 1.1 version of struts? Have someone using it? Does it enhances production no having to create the form classes (the drawback is not having compiler checks of getXXX instead of get(xxx))?   Thanks in advance -- To unsubscribe, e-mail: