Re: Urgent: Form Bean with 150s attributes, severe problem

2002-05-10 Thread @Basebeans.com
Subject: Re: Urgent: Form Bean with 150s attributes, severe problem From: Vic Cekvenich <[EMAIL PROTECTED]> === Are you using Sun JRE 1.3? Try 1.4 or IBM VM, or JRockit.com or TowerJ.com or http://www.volano.com/report/index.html Landung Wahana wrote: > Hi folks, > I use Struts to implement m

Urgent: Form Bean with 150s attributes, severe problem

2002-05-10 Thread @Basebeans.com
Subject: Urgent: Form Bean with 150s attributes, severe problem From: "Landung Wahana" <[EMAIL PROTECTED]> === Hi folks, I use Struts to implement my web application. It works fine so far until I realised one problem that really affect my project in term of performance. The problem is a JSP page

RE: [ANN] Chapters 5 and 6 of the O'Reilly Struts book are now available

2002-05-10 Thread Joseph Barefoot
Makes complete sense, pardon my faux pas. I had forgotten the time-frame when it was being written (in the long-long ago, the before time :) ). I remember now that when I picked up the book, I was working off of the development builds with JBoss to get the full EJB 2.0 support. peace, Joe Bare

[OT] For Discussion On The Model Topic In Chapter 6 Of Chuck's Struts Book

2002-05-10 Thread Rick Reumann
Last time some posts began concerning the Model layer, it was advised that the topic really shouldn't be discussed in the Struts forum since it's not really a struts specific issue. I really found chapter 6 of Chuck's book very helpful in helping me understand the model layer better. I still have

RE: [ANN] Chapters 5 and 6 of the O'Reilly Struts book are now available

2002-05-10 Thread Chuck Cavaness
Joe, Thanks for the comments. The reason that we went with WL was at the time we started writing it (long before the EJB 2.0 spec became public), it was the most complete 2.0 EJB container. We looked at some of the others, JBoss, Orion, and a few others, but they didn't implement the comple

RE: approache to populate combo-box on the fly

2002-05-10 Thread James Mitchell
Well, are you up for creating (and donating) a custom taglib for the struts community? I am picturing a taglib like ..full integration with the Validator.. What do you think? ..or...maybe someone has already done this and I just haven't seen it yet (hmmm) JM > -Original Messa

RE: [ANN] Chapters 5 and 6 of the O'Reilly Struts book are now available

2002-05-10 Thread James Mitchell
Yes, I would like to see that as well Chuck. If we can help in any way, please don't hesitate to ask. JM > -Original Message- > From: Joseph Barefoot [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 7:51 PM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: RE: [ANN] Ch

RE: [ANN] Chapters 5 and 6 of the O'Reilly Struts book are now available

2002-05-10 Thread Joseph Barefoot
Cool. Chuck, I must say I enjoyed "Special Edition Using Enterprise JavaBeans 2.0". Very good presentation of some tricky subject matter. No EJB flame-wars please, just giving credit where it's due. :) b.t.w., why not point readers to JBoss instead of Weblogic (distributed w/ the book)? IMO,

[ANN] Chapters 5 and 6 of the O'Reilly Struts book are now available

2002-05-10 Thread struts-user
I wanted to let everyone know that Chapters 5 and 6 have been posted on theserverside. You can download them from http://www.theserverside.com/resources/strutsreview.jsp. As I mentioned previously, I really do appreciate all of the kind words and feedback from the previous chapters. To be hones

RE: bean:write returning null

2002-05-10 Thread Galbreath, Mark
Exactly right on. -Original Message- From: Bartley, Chris P [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 6:42 PM To: '[EMAIL PROTECTED]' Subject: RE: bean:write returning null > Couln't you use the ignore=true flag instead? Well, it depends. I guess i assumed Mark didn't wan

Re: include a dynamically created page in my jsp

2002-05-10 Thread Jeffrey Bonevich
Charles - What you want to do is not possible with JSP. I tried for quite some time to find every conceivable way around it, but it can't be done. See my original posting: http://www.mail-archive.com/tomcat-user%40jakarta.apache.org/msg50547.html and Craig McClanahan's response: http://www

RE: bean:write returning null

2002-05-10 Thread Bartley, Chris P
> Couln't you use the ignore=true flag instead? Well, it depends. I guess i assumed Mark didn't want to just ignore it...maybe his JSP has something like: Bubba says "" In which case, the rendered HTML would be: Bubba says "" ...which would look weird. So maybe he'd just rather not w

Re: approache to populate combo-box on the fly

2002-05-10 Thread Emerson Cargnin - MSA
Ok , that's was a problem too, our code (javascript) had to be especific to the browser, although it's look like as ours code. My question was about the approache to make it using struts framework an taglibs. - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Use

RE: bean:write returning null

2002-05-10 Thread Galbreath, Mark
Chris' suggestion works (thanks!); just for grins I'll try ignore as well. Mark -Original Message- From: Pedone, Tim [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 6:12 PM To: 'Struts Users Mailing List' Subject: RE: bean:write returning null Couln't you use the ignore=true flag

Re: approache to populate combo-box on the fly

2002-05-10 Thread Ryan Norman
Hi all, We are also using the same approach to populate the dropdowns and list/selects. I don't see anything wrong in that approach. The only difference is we don't use an iframe. Instead we open a new child window to populate. Thanks Ryan Norman - Original Message - From: "Emerson Car

RE: bean:write returning null

2002-05-10 Thread Pedone, Tim
Couln't you use the ignore=true flag instead? If bubba were null, nothing would get written. You could take this one step further if you were simply checking the bean itself and not a property of the bean for null: would ignore if the "bubba" bean could not be found in any scope. If you u

RE: Auto-resending the information on refreshing

2002-05-10 Thread James Mitchell
Actually, because the parent window was displayed from a "POST"-ed form (method="POST"), it is causing you this grief. If you change the method to "GET" then you won't have this problem. However, you may get unwanted results: *The URL in the address bar becomes long (depending on the request) *S

RE: approache to populate combo-box on the fly

2002-05-10 Thread James Mitchell
http://javascript.internet.com/forms/auto-drop-down.html Works in IE and NS JM > -Original Message- > From: Emerson Cargnin - MSA [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 5:45 PM > To: 'Struts Users Mailing List' > Subject: approache to populate combo-box on the fly > > >

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

RE: Auto-resending the information on refreshing

2002-05-10 Thread Leonardo Maciel
Yes re-post it. The parent window opens a child window. Once you click OK on the child window it should refresh the parent and close itself. window.opener.history.go(0); self.close(); But since the parent window is a struts .do I get the warning message. Thanks Leo -Original Message-

RE: Auto-resending the information on refreshing

2002-05-10 Thread James Mitchell
You are trying to re-post a page? Can you tell us a little more about what you are trying to do? JM > -Original Message- > From: Leonardo Maciel [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 5:34 PM > To: 'Struts Users Mailing List' > Subject: Auto-resending the information on

Auto-resending the information on refreshing

2002-05-10 Thread Leonardo Maciel
I want to refresh the opener window. I don't know the opener window URL, I use: window.opener.history.go(0) Is there a way to auto-resending the info and NOT to show the warning message? "The page cannot be refreshed without resending the information. click retry to send the information again,

Re: Auto-Replies

2002-05-10 Thread Dave Derry
Probably should check for any legal ramifications first. I'm not a lawyer, but I've seen some on TV! - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 1:29 PM Subject: Auto-Replies Suggestion: Why

RE: xml-xslt v jsp

2002-05-10 Thread Joseph Barefoot
Yep, I have his O'Reilley text, most of which I've read--great tech writer. I'm also adamant about the use of JDOM for all but the most resource-intensive XML tasks, as I feel his API to be far superior to the SAX or DOM standards. I would actually NEVER use the DOM API instead of JDOM; I would

RE: xml-xslt v jsp

2002-05-10 Thread Galbreath, Mark
He's a great guy - I've had many conversations with him and Jason on jdom-interest. Mark -Original Message- From: Chuck Cavaness [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 5:00 PM To: Struts Users Mailing List Subject: RE: xml-xslt v jsp Interesting digression, Brett is the

RE: xml-xslt v jsp

2002-05-10 Thread Chuck Cavaness
Interesting digression, Brett is the editor for my Struts book. He's an awesome editor! Chuck At 01:42 PM 5/10/2002 -0700, you wrote: >Brett Mclaughlin is the man. JDOM rules. > >my .02 > > >peace, >Joe > > > -Original Message- > > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > > S

RE: bean:write returning null

2002-05-10 Thread Bartley, Chris P
Have you tried doing a first, and then checking for null with ? For example, say that you were doing this: But you want to make sure that it isn't null first...so, try this: (i haven't tested this, so my apologies for any syntax errors) Hope that helps. chris >

RE: bean:write returning null

2002-05-10 Thread Mannem, Taati
Not at all.. Just a newbie! in struts Regards, Taati > -Original Message- > From: James Mitchell [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 4:49 PM > To: Struts Users Mailing List > Subject: RE: bean:write returning null > > You're not a lawyer too are you? > > JM > >

RE: bean:write returning null

2002-05-10 Thread James Mitchell
You're not a lawyer too are you? JM > -Original Message- > From: Mannem, Taati [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 4:40 PM > To: Struts Users Mailing List > Subject: RE: bean:write returning null > > > Great! > I am becoming a worthy(??) disciple if not a guru!

Re: xml-xslt v jsp

2002-05-10 Thread Jim Crossley
"Robert" <[EMAIL PROTECTED]> writes: > The question of 'if you should' is always up for grabs :-), but it comes > closer to a 'yes' if you need to have multiple client types/outputs, > such as HTML, PDF, WML, etc. If not, then it _may_ not be worth it to > use. We've found that XSLT works very w

RE: bean:write returning null

2002-05-10 Thread Mannem, Taati
Great! I am becoming a worthy(??) disciple if not a guru! Keep Going Guys! Regards, Taati > -Original Message- > From: James Mitchell [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 4:42 PM > To: Struts Users Mailing List > Subject: RE: bean:write returning null > >

RE: xml-xslt v jsp

2002-05-10 Thread Joseph Barefoot
Brett Mclaughlin is the man. JDOM rules. my .02 peace, Joe > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 1:26 PM > To: 'Struts Users Mailing List' > Subject: RE: xml-xslt v jsp > > > And just for reference: > > Brett Mclaughlin, "

RE: bean:write returning null

2002-05-10 Thread James Mitchell
Yes you are http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg30390.html JM > -Original Message- > From: Mannem, Taati [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 4:34 PM > To: Struts Users Mailing List > Subject: RE: bean:write returning null > > > >

RE: bean:write returning null

2002-05-10 Thread Galbreath, Mark
I tried logic:isEmpty without success. -Original Message- From: Thinh Doan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 4:44 PM To: Struts Users Mailing List Subject: RE: bean:write returning null Can you use logic:present ? Thinh -Original Message- From: Galbreath, M

RE: bean:write returning null

2002-05-10 Thread Thinh Doan
Can you use logic:present ? Thinh -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 3:30 PM To: Struts (E-mail) Subject: bean:write returning null How are you guys testing for this in JSP? Mark "De recta non tolerandum sunt." -- To unsub

RE: bean:write returning null

2002-05-10 Thread Mannem, Taati
By using Present tag I believe,,, Leo and Jim helped me with this y'day Am I correct Jim and Leo Regards, Taati > -Original Message- > From: Galbreath, Mark [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 4:30 PM > To: Struts (E-mail) > Subject: bean:write returning null > >

Reg the Action Errors and Action class

2002-05-10 Thread Mannem, Taati
Guys! I know its friday but can not stop myself from asking a question or a doubt! Errors as you know can be many types but broadly classified as Front End Validation Errors and BackEnD validation errors.. Now the front end validation(the form validation) is being handled by the form validate and

bean:write returning null

2002-05-10 Thread Galbreath, Mark
How are you guys testing for this in JSP? Mark "De recta non tolerandum sunt."

RE: xml-xslt v jsp

2002-05-10 Thread Robert
In answer to #2, there is the XSLTC (C for compiler) which is available from the javasoft website somewhere (probably the developer connection), which precompiles an XSLT sheet into a Java class. The question of 'if you should' is always up for grabs :-), but it comes closer to a 'yes' if you nee

RE: xml-xslt v jsp

2002-05-10 Thread Galbreath, Mark
And just for reference: Brett Mclaughlin, "Java and XML" (O'Reilly, 2001) Eric Burke, "Java and XSLT" (O'Reilly, 2001) Michael Kay, "XSLT, 2d ed." (Wrox, 2001)-considered the bible of XSLT Mark -Original Message- From: Stout, Kenneth [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002

RE: Auto-Replies

2002-05-10 Thread James Mitchell
LOL JM > -Original Message- > From: Joseph Barefoot [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 4:15 PM > To: Struts Users Mailing List > Subject: RE: Auto-Replies > > > Dude, you've officially watched it too many times. :) > > joe > > > -Original Message- > > From: J

RE: xml-xslt v jsp

2002-05-10 Thread Stout, Kenneth
There are a couple of issues (OK, I will only bring up a couple). 1) The development of the XSLT will be done by whom? Normally you want to separate the presentation from the development. XSLT is a very strong tool but can be considered almost a programming language. So you either teach web desig

RE: xml-xslt v jsp

2002-05-10 Thread Robert
However, Cocoon does have caching capabilities and Cocoon2 uses SAX instead of DOM to deal with just that situation. It also has 'action' capabilities, analogous to Struts, but Cocoon as a whole is much more complex than Struts. - Robert -Original Message- From: Galbreath, Mark [mailto:[

RE: Auto-Replies

2002-05-10 Thread Joseph Barefoot
Dude, you've officially watched it too many times. :) joe > -Original Message- > From: James Mitchell [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 1:11 PM > To: Struts Users Mailing List > Subject: RE: Auto-Replies > > > How you English say, 'I one more time, mac, unclog my no

RE: Auto-Replies

2002-05-10 Thread James Mitchell
How you English say, 'I one more time, mac, unclog my nose in your direction', sons of a window-dresser! So, you think you could out-clever us French folk with your silly knees-bent running about advancing behavior?! I wave my private parts at your aunties, you cheesy lot of second hand electric d

RE: xml-xslt v jsp

2002-05-10 Thread Galbreath, Mark
I don't know much about Cocoon, but anytime you have to parse and transform, it's going to take time. XML -> XSLT -> HTML is done a lot in the ASP world (I worked on such a project last summer) and the performance hit is very noticeable. XML is best suited for business-to-business communication

RE: Auto-Replies

2002-05-10 Thread James Mitchell
Oh! Come and see the violence inherent in the system! Help! Help! I'm being repressed! JM > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Jim Crossley > Sent: Friday, May 10, 2002 4:09 PM > To: Struts Users Mailing List > Subject: Re: Auto-Replies

RE: xml-xslt v jsp

2002-05-10 Thread James Mitchell
I also posted a "what do you think about cocoon" question a week or so ago.and still haven't gotten a response. I'm still waiting. JM > -Original Message- > From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 3:55 PM > To: [EMAIL PROTECTED] > Subject: xml

Re: Auto-Replies

2002-05-10 Thread Jim Crossley
Be quiet! Be quiet! I order you to be quiet! Be quiet! Shut up! Shut up! Will you shut up! Shut up! ... Bloody peasant! (Did you see me repressing you? You saw it didn't you?) ;-) "James Mitchell" <[EMAIL PROTECTED]> writes: > Three questions may cross in safety. > > JM > > > -

RE: Auto-Replies

2002-05-10 Thread James Mitchell
Three questions may cross in safety. JM > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 4:01 PM > To: 'Struts Users Mailing List' > Subject: RE: Auto-Replies > > > Three questions. He who answers the five questions... > > -Origina

RE: Auto-Replies

2002-05-10 Thread Galbreath, Mark
Three questions. He who answers the five questions... -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 3:54 PM 3 questions JM > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 3:49

xml-xslt v jsp

2002-05-10 Thread @Basebeans.com
Subject: xml-xslt v jsp From: jisv <[EMAIL PROTECTED]> === Just wondering what people's thoughts are on using XML pages that have XSLT applied to them to display html pages rather than using JSP's. I read an article recently that outlined this particular idea, apparently to even more separate

RE: Auto-Replies

2002-05-10 Thread Stout, Kenneth
Answers to the 5 questions. Yes. No. Maybe. Sometimes. You want what? You can pick the order. Kenneth. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 12:49 PM To: 'Struts Users Mailing List' Subject: RE: Auto-Replies Okay, okay...just a

RE: Auto-Replies

2002-05-10 Thread James Mitchell
3 questions JM > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 3:49 PM > To: 'Struts Users Mailing List' > Subject: RE: Auto-Replies > > > Okay, okay...just answer the 5 questions. > > -Original Message- > From: Pedone, Tim [ma

RE: Auto-Replies

2002-05-10 Thread Galbreath, Mark
Okay, okay...just answer the 5 questions. -Original Message- From: Pedone, Tim [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 3:47 PM Because some watery tart gave him a sword. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002

RE: Auto-Replies

2002-05-10 Thread Pedone, Tim
Because some watery tart gave him a sword. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 12:45 PM To: 'Struts Users Mailing List' Subject: RE: Auto-Replies How do you know he's a king? -Original Message- From: James Mitchell [mai

RE: Auto-Replies

2002-05-10 Thread Galbreath, Mark
How do you know he's a king? -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 3:42 PM Well, you have to know these things when you're a king, you know. JM > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent

Re: Auto-Replies

2002-05-10 Thread Eddie Bush
I'm glad someone did =/ - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 2:21 PM Subject: RE: Auto-Replies > LOL..It took me a few seconds.but I got it.LOL > > JM > > > -Ori

RE: include a dynamically created page in my jsp

2002-05-10 Thread James Mitchell
You know.I don't know if what you want is possible. Moreover, the question to answer is "should we be doing it that way?" I can see how one might use a table or few to hold site text (for i18n or whatever), but whatever you grab should *NOT* be code. I can think at least ten ways to get ar

RE: Auto-Replies

2002-05-10 Thread James Mitchell
Well, you have to know these things when you're a king, you know. JM > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 3:32 PM > To: 'Struts Users Mailing List' > Subject: RE: Auto-Replies > > > Actually, I believe the theory is that it

RE: Auto-Replies

2002-05-10 Thread Galbreath, Mark
Actually, I believe the theory is that it was two swallows, working in conjunction. A lone swallow simply couldn't maintain sufficient airspeed velocity to carry a coconut. Now, a European swallow on the other hand... -Original Message- From: Russell Beattie [mailto:[EMAIL PROTECTED]] S

RE: Auto-Replies

2002-05-10 Thread Andrew B Forman
Clearly not an African swallow as they are non-migratory. -Original Message- From: Russell Beattie [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 2:20 PM To: Struts Users Mailing List Subject: Re: Auto-Replies What do you mean? An African or European swallow? -Russ Galbreath,

RE: Auto-Replies

2002-05-10 Thread James Mitchell
LOL..It took me a few seconds.but I got it.LOL JM > -Original Message- > From: Russell Beattie [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 3:20 PM > To: Struts Users Mailing List > Subject: Re: Auto-Replies > > > > What do you mean? An African or European

ActionForm Question in wizard process with browser back button press case.

2002-05-10 Thread Park, Dongwon-Contractor
> Hello, > > I could catch out-of-sync process in my wizard process but my Form bean > could have unwanted changes. > > Let me explain in more detail. > > User is now "step 3" screen and click back button in browser and goes back > to "step 1" screen. > In step 1 screen, user modify his previo

ActionForm Question in wizard process with browser back button press case.

2002-05-10 Thread Park, Dongwon-Contractor
Hello, I could catch out-of-sync process in my wizard process but my Form bean could have unwanted changes. Let me explain in more detail. User is now "step 3" screen and click back button in browser and goes back to "step 1" screen. In step 1 screen, user modify his previous input and click "c

Re: Auto-Replies

2002-05-10 Thread Russell Beattie
What do you mean? An African or European swallow? -Russ Galbreath, Mark wrote: >But will he know if a lone swallow could maintain sufficient airspeed >velocity to carry a coconut? > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Friday, May 10, 2002 2:1

RE: Auto-Replies

2002-05-10 Thread Galbreath, Mark
But will he know if a lone swallow could maintain sufficient airspeed velocity to carry a coconut? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 2:14 PM He'll get better. > -Original Message- > From: Galbreath, Mark [mailto:[EMA

RE: include a dynamically created page in my jsp

2002-05-10 Thread Galpin, Charles
> -Original Message- > From: James Mitchell [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 1:49 PM > To: Struts Users Mailing List > Subject: RE: include a dynamically created page in my jsp > > Do you mean displaying your site text from a db table? > > Sorry, I guess I am not

Re: Auto-Replies

2002-05-10 Thread Eddie Bush
Either way suits me fine ;) - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 1:21 PM Subject: Re: Auto-Replies > On Fri, 10 May 2002, Eddie Bush wrote: > > > Date: Fri, 10 May 2002 13:07:3

Re: Auto-Replies

2002-05-10 Thread Craig R. McClanahan
On Fri, 10 May 2002, Eddie Bush wrote: > Date: Fri, 10 May 2002 13:07:36 -0500 > From: Eddie Bush <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Auto-Replies > > I left the person voice mail to get m

RE: Auto-Replies

2002-05-10 Thread Greg.Reddin
He'll get better. > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 1:10 PM > To: 'Struts Users Mailing List' > Subject: RE: Auto-Replies > > > Could we turn him into a newt? > > -Original Message- > From: Craig R. McClanahan [

Re: Auto-Replies

2002-05-10 Thread Eddie Bush
I left the person voice mail to get me their address so they could be removed. I wonder if they're checking it ... So, Craig, if I get their address to you, could you remove them? ... LOL what would you be willing to pay to see the look on thier face when they get that message? "Hi, you don't

RE: Auto-Replies

2002-05-10 Thread Galbreath, Mark
Could we turn him into a newt? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 2:02 PM To: Struts Users Mailing List Subject: Re: Auto-Replies On Fri, 10 May 2002, Eddie Bush wrote: > Date: Fri, 10 May 2002 12:29:33 -0500 > From: Edd

RE: Form Bean vs. State Bean

2002-05-10 Thread Nelson, Laird
> -Original Message- > I may just be confused. I thought that I needed a state bean > to hold the > address information in and that I needed a form bean to > create the form on > the jsp page. Think of the form bean (or form beans, plural) as the state of some portion of the total numb

Re: ¿DynaBeans performance?

2002-05-10 Thread Adolfo Miguelez
Uppps, thanks Craig and apologises for asking something that, probably, I could find for myself. However, I think this kind of questions enrichs the forum anyway since more people can wonder the same and having a place to find quick responses is cool. Apologises anyway. Best regards, Adolfo

RE: Form Bean vs. State Bean

2002-05-10 Thread Villegas, Courtney
thanks! -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 11:06 AM To: 'Struts Users Mailing List' Subject: RE: Form Bean vs. State Bean Your form bean will hold the state if you declare its scope="session" in struts-config, have a reset() m

RE: Form Bean vs. State Bean

2002-05-10 Thread Galbreath, Mark
Your form bean will hold the state if you declare its scope="session" in struts-config, have a reset() method in the bean that just makes a call to super.reset(mapping, request), and synchronize your mutators and accessors). Otherwise, access the state of the form bean properties in the standa

Re: Auto-Replies

2002-05-10 Thread Craig R. McClanahan
On Fri, 10 May 2002, Eddie Bush wrote: > Date: Fri, 10 May 2002 12:29:33 -0500 > From: Eddie Bush <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Auto-Replies > > Suggestion: > > Why don't we remove peo

RE: Form Bean vs. State Bean

2002-05-10 Thread Villegas, Courtney
I may just be confused. I thought that I needed a state bean to hold the address information in and that I needed a form bean to create the form on the jsp page. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 10:53 AM To: 'Struts Users Ma

RE: Form Bean vs. State Bean

2002-05-10 Thread Villegas, Courtney
yes. I have actually gotten other form beans to work (with the help of a Struts savvy colleague). I am here at the office alone today and am trying to figure this one out without his help. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 10:5

RE: Form Bean vs. State Bean

2002-05-10 Thread Galbreath, Mark
I'm not following you. Why do you have two beans that do the same thing? What is the program flow? Mark -Original Message- From: Villegas, Courtney [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 1:46 PM I have a state bean named addressLookup that has 3 variables (address, city,

RE: Form Bean vs. State Bean

2002-05-10 Thread Villegas, Courtney
no..but I will :) -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 10:54 AM To: Struts Users Mailing List Subject: RE: Form Bean vs. State Bean Have you looked into the DynaActionForm? JM > -Original Message- > From: Villegas, Court

RE: Form Bean vs. State Bean

2002-05-10 Thread James Mitchell
Have you downloaded the Struts binary and/or source dist? Have you deployed it correctly on a servlet container such as Tomcat (my favorite)??? JM > -Original Message- > From: Villegas, Courtney [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 1:46 PM > To: '[EMAIL PROTECTED]' >

RE: Form Bean vs. State Bean

2002-05-10 Thread James Mitchell
Have you looked into the DynaActionForm? JM > -Original Message- > From: Villegas, Courtney [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 1:46 PM > To: '[EMAIL PROTECTED]' > Subject: Form Bean vs. State Bean > > > I have a state bean named addressLookup that has 3 variables > (

Form Bean vs. State Bean

2002-05-10 Thread Villegas, Courtney
I have a state bean named addressLookup that has 3 variables (address, city, zipCode) and setters and getters for all 3 properties. I am now trying to write my form bean that I can access in my jsp. I have imported the addressLookup state bean and am now trying to determine how to use this. If

RE: include a dynamically created page in my jsp

2002-05-10 Thread James Mitchell
Do you mean displaying your site text from a db table? Sorry, I guess I am not following what you are trying to do. JM P.S. Please forgive my stupidity, I am a lawyer ;) > -Original Message- > From: Galpin, Charles [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 1:53 PM > To:

RE: include a dynamically created page in my jsp

2002-05-10 Thread Galpin, Charles
> >-Original Message- > >From: James Mitchell [mailto:[EMAIL PROTECTED]] > >Sent: Wednesday, 8 May 2002 6:05 PM > >To: Struts Users Mailing List > >Subject: RE: include a dynamically created page in my jsp > > > > > >Do you mean have jsp1 generate text that is used inside jsp2 before jsp2

RE: Auto-Replies

2002-05-10 Thread James Mitchell
+1 JM > -Original Message- > From: Eddie Bush [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 1:30 PM > To: Struts Users Mailing List > Subject: Auto-Replies > > > Suggestion: > > Why don't we remove people from the list that generate auto-reply > messages? > > ... I have n

Auto-Replies

2002-05-10 Thread Eddie Bush
Suggestion: Why don't we remove people from the list that generate auto-reply messages? ... I have no clue how the list works, but I'd think that someone could do that (the owner?). Just send them a message that they've been removed because of their auto-reply and remove them. The message se

Re: include a dynamically created page in my jsp

2002-05-10 Thread adam
the flush is important as it executes the page fragment and sets the output to be the same writer as the currrent page. Only works Catalina 4 or later (Servlet 1.3 complient Engine) Harnath, Santosh (Cognizant) wrote: >I have A URL as a variable and I want to include this as my JSP incl

stuck with 1.0.2

2002-05-10 Thread Michael Dingler
Hi there, I'm currently rewriting some protoype parts of an web application with struts. Unfortunately I've got to use 1.0.2, so I miss some neat opportunities... Once again it's a dynamic forms problem, at least I think so... One page where I have the problem is the user administration part. Ba

RE: Form action based on bean presence

2002-05-10 Thread Jennings, Christofer J.
Thanks much. -Original Message- From: Bartley, Chris P [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 9:48 AM To: 'Struts Users Mailing List' Subject: RE: Form action based on bean presence Although i prefer Craig's approach of letting a common action decide what to do, yet anoth

Re: SSN and/or Telephone Tag Libraries

2002-05-10 Thread Eddie Bush
LOL - pretty much =) - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 9:51 AM Subject: RE: SSN and/or Telephone Tag Libraries > > Mark N. - "You suck! > Mark G. - "No, you suck!" > Mark N. - "N

Re: SSN and/or Telephone Tag Libraries

2002-05-10 Thread Eddie Bush
LMAO - you gotta be careful of Mark G on Friday ... and Saturday through Thursday I would imagine too =) ... very playful - often taken wrong - but a good guy (I think). - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>

RE: TGIF

2002-05-10 Thread Chappell, Simon P
My favourite term that I use is: ADMINISTRIVIA All the stupid time wasting stuff that you get asked to do because someone thinks that it's trendy or their management handbook says that you should do it. Simon - Simon P. Chappell

RE: servlet-mapping and url-pattern

2002-05-10 Thread Galpin, Charles
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Actually, there is a standard action that would let you simulate this: > > type="org.apache.struts.actions.ForwardAction" > parameters="/path/to/tiles/servlet"/> > > Now, a request to "/tiles.

Re: [Off Topic] POI Logo Contest

2002-05-10 Thread Eddie Bush
Good =) Glad I could be of assistance ;-) - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 11:38 AM Subject: RE: [Off Topic] POI Logo Contest > Right - and the project documentation on the

Re: How to productively use Netbeans and Struts?

2002-05-10 Thread James Holmes
JDOM Beta 8 is out and I am looking into using it. I believe it will fix some of the problems, but not all. I'm also looking into alternatives to JDOM. -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- Russell Beattie <[EMAIL PROTECTED]> wrote: > > Hey James, > > JDOM Beta 8 is

RE: Form action based on bean presence

2002-05-10 Thread Bartley, Chris P
Although i prefer Craig's approach of letting a common action decide what to do, yet another alternative is something like this (which i haven't tested, but should work assuming i didn't screw up the syntax): ... ... That way, you don't have to duplicate the entire form. ch

TGIF

2002-05-10 Thread SUPRIYA MISRA
NEW WORDS FOR 2002 – Essential additions for the workplace vocabulary: BLAMESTORMING: Sitting around in a group, discussing why a deadline was missed or a project failed and who was responsible. SEAGULL MANAGER: A manager who flies in, makes a lot of noise, craps on everything, then leaves. ASS

  1   2   >