Re: Design Advice - Relational Databases & Java Objects.

2002-04-17 Thread Francisco Hernandez
excellent explanation, this should be of help to many people and exactly as I have implemented it in my own apps. - Original Message - From: "Robert Taylor" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, April 17, 2002 4:41 AM Subject: RE: Design

Re: Struts vs EJB, thoughts?

2002-04-14 Thread Francisco Hernandez
I dont think you can directly compare Struts to EJB since both solve different problems.. but you can use EJB with Struts.. - Original Message - From: "Kousek, Theron" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 5:03 PM Subject: S

Re: problem trying to use my own actions

2002-04-10 Thread Francisco Hernandez
ServletRequest request, > ServletResponse response) > throws IOException, ServletException { thanks all for the help :) - Original Message ----- From: "Francisco Hernandez" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent:

Re: problem trying to use my own actions

2002-04-09 Thread Francisco Hernandez
i tried renaming it from createVenue to editVenue and tried different setups, and it still does not work. - Original Message - From: "Francisco Hernandez" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2

Re: problem trying to use my own actions

2002-04-09 Thread Francisco Hernandez
tions > Sure your action class is on the classpath of orion or reson? > > -----Original Message- > From: Francisco Hernandez [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 2:40 PM > To: Struts Users Mailing List > Subject: Re: problem trying to use my own a

Re: problem trying to use my own actions

2002-04-09 Thread Francisco Hernandez
teVenue.do i just get a blank 0 byte page returned in my struts config i have these simple mappings that do infact work correctly, its just my own CreateVenueAction action that does not want to work > > Jay > > On Tue, 9 Apr 2002, Francisco Hernandez wrote: > -- To

Re: problem trying to use my own actions

2002-04-09 Thread Francisco Hernandez
> > > > debug > 2 > > > detail > 2 > > > validate > true > > 2 > > _ > Enrique Rodriguez Lasterra > > > > > -Mensaje original- &g

problem trying to use my own actions

2002-04-09 Thread Francisco Hernandez
i just cant get struts to use my own actions.. struts-config.xml snipplets: this is my class: public class CreateVenueAction extends Action { public ActionForward perform(ActionMapping mapping, ActionForm form,

Re: NeXt question

2002-03-06 Thread Francisco Hernandez
what exactly is NeXt? It's been mentioned quite a bit recently.. - Original Message - From: "John Menke" <[EMAIL PROTECTED]> To: "struts-user" <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 7:23 AM Subject: NeXt question > Is it a requirement of NeXt that the outermost bean in a

Re: Francisco Hernandez

2002-02-19 Thread Francisco Hernandez
lt;[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 5:48 AM Subject: Attn: Francisco Hernandez Francisco, You sent me 2 emails yesterday w/ a subject line "Re: Itext -> PDF from Struts", both emails were infected and quarentined by our anti-virus software. If you had a spe

Re: Best Approach for Database Access?

2002-02-12 Thread Francisco Hernandez
once you get your DummyService, are you passing it the current ActionForm? how are you getting results/errors from that DummyService? - Original Message - From: "Keith Chew" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 1:43 PM S

Re: Best Approach for Database Access?

2002-02-12 Thread Francisco Hernandez
could you guys post some sample psuedo code on how you guys implement this? im very intrested in using EJBs in my web apps.. im just not too sure on what the best way to do this is. - Original Message - From: "Thompson, Darryl" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL

Re: Anyway to pass a parameter with the struts-config.xml file to an action?

2002-01-30 Thread Francisco Hernandez
taken from: http://husted.com/about/scaffolding/catalog.htm and just use mapping.getParameter() - Original Message - From: "Antony Stace" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 5:04 PM Subject: Anyway to pass a parameter with the struts-config.

Re: Model Persistence Survey

2002-01-24 Thread Francisco Hernandez
astor JDO, Sun JDO, or any other > O/R mapping tools' API. > > Keith > > -Original Message- > From: Francisco Hernandez [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 24 January 2002 8:23 a.m. > To: Struts Users Mailing List > Subject: Re: Model Persistence

Re: Model Persistence Survey

2002-01-23 Thread Francisco Hernandez
DAOs are another way to do it, but using a framework is much better imo http://java.sun.com/blueprints/code/jps13/src/com/sun/j2ee/blueprints/catalo g/dao/CatalogDAOImpl.java.html - Original Message - From: "Christopher Barham" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL

Re: Help in determining the language/protocol used to build the controls.

2002-01-18 Thread Francisco Hernandez
I coud have sworn that iframes worked with Mozilla/Netscape6 - Original Message - From: "Jorge Ruiz (SX)" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 7:16 PM Subject: Re: Help in determining the language/protocol used to build the

Re: Session size management with Struts

2002-01-14 Thread Francisco Hernandez
under what conditions would you store formBeans under session or request scopes? same for actions.. when would you put the action in request or session scopes? - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, Janu

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Francisco Hernandez
i suggest you guys should put that document on the Docs section of the Expresso-complete jar.. its pretty helpful in grasping a larger view of the pieces of this Expresso puzzle ;-) - Original Message - From: "Sandra Cann" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECT

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Francisco Hernandez
yed until someone try to build > an application with the intention of going __live__. > > 0.02P > > -- > Peter Pilgrim ++44 (0)207-545-9923 > > Swamped under electionic mails > > > --------

Re: Please advice why to do mapping as /do/* rather than *.do

2002-01-10 Thread Francisco Hernandez
it just looks cooler :) although doing foo.com/myApp/do/userReg instead of foo.com/myApp/userReg is even cooler.. hehe ill have to see if /* works.. - Original Message - From: "Anil Mandava" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, Janua

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Francisco Hernandez
what do you use instead of ActionForm when using expresso/struts? when doing expresso/struts do you still use Input/Output/Block/etc objects? - Original Message - From: "Peter Pilgrim" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, January 10, 200

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread Francisco Hernandez
I've been looking at Expresso today, I was wondering for UI creation do you guys use struts tags or expresso tags? - Original Message - From: "Michael Nash" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, January 09, 2002 3:55 PM Subject: RE: Advi

Re: Looking for a clean required-bean handler

2001-12-31 Thread Francisco Hernandez
this sounds something like the "Pull" model where the jsps "Pull" the data they need rather then the "Push" model where the data is "Pushed" into the jsp.. hrmm.. checkout http://sourceforge.net/projects/webwork its "Pull HMVC" its worth a shot if i correctly understand what your trying to accompl

Validator type example date not working? bug?

2001-12-30 Thread Francisco Hernandez
Hi, I've been trying out David Winterfeldt's Validator and am using the last release that supports struts 1.0 validator20010702.zip (validator.war) with the "type" example thats in there I noticed that the example doesnt seem to correctly validate dates correctly ie: 03-17-1990 doesnt validate.. i

What does CRUD mean?

2001-11-26 Thread Francisco Hernandez
Ive seen people use the word (or acronym) CRUD, what does this mean?

Anyone know of a good production-ready Struts-based Shopping Cart?

2001-11-19 Thread Francisco Hernandez
Anyone know of a good opensource production-ready Struts-based Shopping Cart? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: where should validation happen?

2001-10-18 Thread Francisco Hernandez
he response with the saveerrors() method call... > > regards > > Rob > - Original Message - > From: "Francisco Hernandez" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, October 19, 2001 7:55 AM > Subject: Re: where shoul

Re: where should validation happen?

2001-10-18 Thread Francisco Hernandez
for selection lists etc. Hence if struts does not call my perform method, my > selection lists will be empty. Note I discovered this after I had designed > my action handlers this way... > > regards > > Rob > - Original Message - > From: "Francisco Hernandez&qu

Re: Struts DB example

2001-10-03 Thread Francisco Hernandez
lto:[EMAIL PROTECTED]] Sent: Thursday, 4 October 2001 9:50 AM To: [EMAIL PROTECTED] Subject: RE: Struts DB example Francisco, That is not a database example. Thanks though. -Original Message- From: Francisco Hernandez [mailto:[EMAIL PROTECTED]] Sent: W

Re: Struts DB example

2001-10-03 Thread Francisco Hernandez
check out the struts example, its very simple - Original Message - From: "Bill G" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 3:19 PM Subject: Struts DB example > I'm looking for a working Struts DB example that demonstrates the following; > > Four scree

Re: New professional STRUTS website

2001-09-30 Thread Francisco Hernandez
nice website!   I was wondering what strategies you used for maintaining the common look and feel of the whole application and also any other extra API/Framework packages you might have used, thanks for posting the site, i think this is the first large struts-based website ive seen that has a

Hows Struts 1.1 looking?

2001-09-06 Thread Francisco Hernandez
Im wondering how Struts 1.1 is looking as far as any estimates on release dates and such.