Re: [Friday]What is your yahoo?

2003-06-01 Thread Michael C. Lee Jr.
Hey Mark, I know you love to flame people for asking stupid questions (I don't like doing other people's research either so i don't blame you) so I was surprised you responded to his statement so quickly. Vic:"But irc does work with Mac and Linux. Yahoo chat does not. so it's a toss up" Thi

Re: Page Iteration

2003-04-02 Thread Michael C. Lee Jr.
These are database specific and probably won't work anyway for queries that require things such as order by, etc. In JDBC there is a call setMaxRows() that limits the total set of data returned from the database. Unfortuantely, the full query is performed but DB optimizations of that sort should be

Re: [OT] Java Out Of Memory

2003-03-20 Thread Michael C. Lee Jr.
If you know it's not pertaining to struts then please add [OT] to the subject line somewhere. thanks, Mike - Original Message - From: "Butt, Dudley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 11:31 AM Subject: Java Out Of Memory > Hi there, > > I know this

Re: Session timeout problem

2003-02-25 Thread Michael C. Lee Jr.
Are you using container managed security? Home brewed? Whatever it is, the problem is most likely not with struts. I'm also guessing that there is no problem. You need to read the spec on how container managed security works if that's what your using. We had a lot of problems here with session time

Re: Struts Installation

2003-02-24 Thread Michael C. Lee Jr.
This is pretty open ended. It is also a VERY large topic of conversation. For ease of development distribution I highly recommend including the struts.jar in your webapp. Make sure you include the tlds, struts-config.xml and your Application Resources file. You can change all kinds of struts/web p

Re: dynamically rename form-bean?

2003-02-24 Thread Michael C. Lee Jr.
I hate to throw a wrench into things but... In IE if you open up a window from your current browser you do share the session scope. In Netscape, if you open up a whole new browser from the OS, they still share session scope. Not sure how this impacts your app but you need to consier this too possib

Re: Number of in JSP

2003-02-24 Thread Michael C. Lee Jr.
I can't help with the first one but as for the second one... We did something similar to the way a couple of struts tags work. If look at the struts code (we're using 1.0.2) they actually have the fields args1 args 2, etc hard coded. If you know your never going to use more than like 5 parameters t

Re: Struts and HttpUnit

2003-02-22 Thread Michael C. Lee Jr.
I use JMeter also on the jakarta web site. It is an excellent tool that even non-developer's can use. You can put in entire test suites/plans. Real cool stuff. You don't need JUnit. Michael Lee - Original Message - From: "Thomas L Roche" <[EMAIL PROTECTED]> To: "Struts Users Mailing List"

Re: [OT]What is the best method to set default values of a form?

2003-02-22 Thread Michael C. Lee Jr.
Once again, leave your anti-American political bullshit off the struts email list please. Michael Lee - Original Message - From: "James Childers" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 10:45 AM Subject: RE: What is the best

Re: [OT] What's your IQ?

2003-02-22 Thread Michael C. Lee Jr.
What are you doing on a struts email list? There are a lot of evil American contributors to struts. Go launder some terrorist money and leave the anti-American/Capitalist politics off the list. I'm guessing your on this list because you work at an evil company that wants to use struts and make prof

Re: [Q] How to tell Struts to ReLoad (reread) struts-config.xml? - solved

2003-02-06 Thread Michael C. Lee Jr.
We use WLS 6.1 and it works just fine. Michael Korolyov, that is nice, but there is an even easier way. When you create the ear, just dont jar anything of the webapp up. Keep all the jsps/classes/config files in your webapp dir defined in your web.xml file. You can even drop in new jsp files (if yo

Re: [OT] how do people work in project with one server for development

2003-02-06 Thread Michael C. Lee Jr.
ary 06, 2003 12:13 PM > > > > > > To: [EMAIL PROTECTED] > > > > > > Subject: RE: [OT] how do people work in project with one server > for > > > > > > development > > > > > > > > > > > > > > > > > >

Re: RE: noob question - iteration of a table

2003-02-06 Thread Michael C. Lee Jr.
Is this inside a form element that has the ActionForm spgLooper associated with it? Is spgLooper called spgLooper in your form declarations of your struts-config.xml? Michael Lee - Original Message - From: "Jason Vinson" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED

Re: bean:message without session

2003-02-06 Thread Michael C. Lee Jr.
Where are you setting this session="true"? In the action mapping its scope="session". This shouldn't matter anyway. You don't even have to define it for the tag parameters because, as Mark said, it is in the scope of your web application. In your web.xml you define your .properties file that has al

Re: [OT] how do people work in project with one server for development

2003-02-06 Thread Michael C. Lee Jr.
I'm sorry, I have to repond to this communist drivel. "Welcome to Corporate America. Please leave your innovation at home, it will not be required at the office." No, that is your company...Landsend by the looks of it. And last I looked, Corporate America had more innovations per capita than Cuba

Re: [OT] how do people work in project with one server for development

2003-02-06 Thread Michael C. Lee Jr.
Actually, you can share one instance between developers. I was at a place that did. It was kind of insane, but it worked in a 'using a spoon to dig a trench' sort of way. If you can hot deploy ejbs and jsps then you can. I do not recommend this. Just saying it is 'possible'. Boy, I hope some pointy

Re: [OT] how do people work in project with one CVS server

2003-02-06 Thread Michael C. Lee Jr.
Well, kind of. We use CVS here. I was reluctant at first due to the non-locking mechanism. The new version has a 'reserved edit' which is basically a locking mechanism. I was using this but gradually started doing the merges. The merge tool in CVS is EXCELLENT and we have yet to have one problem. W

Re: set a value from a form to a form

2002-09-10 Thread Michael C. Lee Jr.
You do understand me! :) I use a hidden field now. I was trying to get away from that though so the user will not see it. I may have to put it in the session. Any ideas? thanks, Mike - Original Message - From: "John Yu" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED