RE: Struts Validator 1.1 -- Solution WIll Not WOrk

2002-06-13 Thread Michael . Kashambuzi
The solution given below does not work for the case I described. jsType.jsp defines one form with several masked field validations. The example I'm having difficulty with is multiple forms with multiple fields with masked field validation which causes the Struts Validator to generate multiple ve

Performance and Scalability Information?

2002-06-12 Thread Michael P. Jones
uts performance? Thanks- Michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Struts Validator 1.1

2002-06-11 Thread Michael . Kashambuzi
} // End --> By defining two functions both with the same name ( i.e. function mask ), the Struts Validator 1.0 prevents me from performing validation on multiple forms on the same page with the same validation rules (i.e. mask in this case).

Re: User Authentication

2002-06-10 Thread Michael Rimov
At 11:56 AM 6/10/2002 -0700, you wrote: >On Mon, 10 Jun 2002 [EMAIL PROTECTED] wrote: >I can share a couple of useful insights on this topic. > >Fundamentally, there are two major approaches that you can take when your >application requires user login and management: > >- Container-managed securit

RE: Struts Validator DTD?

2002-06-07 Thread Michael Marrotte
Here's rules reverse engineered by NetBeans from the examples. --Michael Marrotte -Original Message- From: Byrne, Steven [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 7:22 PM To: [EMAIL PROTECTED] Subject: Struts Validator DTD? Is there a DTD (or schema) anywhere fo

RE: Child Support Payment system for the state of FLorida, Powered by Struts...

2002-06-05 Thread Michael Marrotte
n the action? Actually, I use the Struts ValidatorForm and it seems that there's a level of precedence with the validation dependencies. The dependency "required" seems to intercept dependencies listed second, e.g. "creditCard". Using the ValidatorForm it's not yet c

RE: Child Support Payment system for the state of FLorida, Powered by Struts...

2002-06-05 Thread Michael Marrotte
y builds from a few weeks ago. Hope it helps Hertzel Thanks for the input, --Michael Marrotte - Original Message - From: "Michael Marrotte" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June

RE: Child Support Payment system for the state of FLorida, Powered by Struts...

2002-06-04 Thread Michael Marrotte
and what you think the problem may have been. Thanks, --Michael Marrotte -Original Message- From: Thinh Doan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 6:32 PM To: Struts Users Mailing List Subject: RE: Child Support Payment system for the state of FLorida, Powered by Struts

RE: Child Support Payment system for the state of FLorida, Powered

2002-06-04 Thread Michael Marrotte
Support Payment system for the state of FLorida, Powered From: Vic C <[EMAIL PROTECTED]> === I like the URLs " /editRegistration.do?action=Create " It implies dispatching. Michael Marrotte wrote: > My boss gave me the OK to give the Struts User Group access to the > Struts

Indexed Property Validation on a String[]

2002-06-04 Thread Michael . Kashambuzi
I have the following: What should be filled in for the property since "anOption" is a String? Any help that anyone can provide will be greatly appreciated! Thanks in advance. Michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: attribute name for form bean?

2002-06-04 Thread Michael . Kashambuzi
the form bean is stored as a session-scope attribute with the same name as the form-bean name attribute specified in struts-config.xml. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 11:01 AM To: [EMAIL PROTECTED] Subject: attribute name

FW: Indexed Property Validation on a String[]

2002-06-04 Thread Michael . Kashambuzi
> -Original Message- > From: Kashambuzi, Michael (C) > Sent: Tuesday, June 04, 2002 9:41 AM > To: 'Struts Users Mailing List' > Subject: Indexed Property Validation on a String[] > > Hi: > > I have a form bean that cont

Child Support Payment system for the state of FLorida, Powered by Struts...

2002-06-04 Thread Michael Marrotte
-042-DR 00-043-DR County 03 (Bay) 00-000-CA 00-034-CA 00-035-CA 00-036-CA 00-041-CA 00-042-CA 00-043-CA 00-056-CA 00-071-CA 00-075-CA 00-078-CA 00-080-CA 00-082-CA Please let me know what you think. --Michael Marrotte -- To unsubscribe,

RE: Struts Fault?

2002-05-30 Thread Michael Marrotte
r response. --Michael Marrotte -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 1:52 PM To: Struts Users Mailing List Subject: RE: Struts Fault? 1.) Why does the problem occur on Resin's Unix implementation, but not the Windows -- same ve

session-timeout default value?

2002-05-30 Thread Michael Marrotte
If the not defined in the web app, what is the default session timeout? And, where might this be documented? --Michael Marrotte -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Struts is Overkill?

2002-05-30 Thread Michael Marrotte
ubject: FW: Struts is Overkill? -----Original Message- From: Michael Marrotte [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 10:02 AM To: [EMAIL PROTECTED] Subject: Struts is Overkill? I just completed a good-sized web application (a statewide Child Support Payment System) using Struts

Re: Design Advice - Relational Databases & Java Objects

2002-05-30 Thread Michael Mok
tsrv = new com.consultech.helper.CustomerSrv(); custsrv.getCustRecords(); in com.consultech.helper.CustomerSrv getCustRecords(){ db = castor. getDatabase(); db.begin(); // invoke a Object Query to get a list of customers db.commit(); } M

Struts is Overkill?

2002-05-30 Thread Michael Marrotte
ework, etc. But, I was hoping that you guys could help me come up with an even more convincing argument for when the time comes. Thanks in advance, --Michael Marrotte

RE: Struts Fault?

2002-05-30 Thread Michael Marrotte
I know beans follow a tight spec, i.e. setter signatures should match getter return types, etc... But, why does JSP care about this if I never use the setter explicity? And how come JSP does not mind on Windows? -Original Message- From: Michael Marrotte [mailto:[EMAIL PROTECTED]] Sent

Struts Fault?

2002-05-30 Thread Michael Marrotte
Whatever the answer, there's some discrepancy between how Resin processes Struts on SunOS and that of Windows. Or, I need a clue... Any answers, questions, advice is greatly appreciated. Thanks in advance, --Michael Marrotte

RE: Design Advice - Relational Databases & Java Objects

2002-05-30 Thread Michael Mok
like to share my experience. Michael -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED]] Sent: Thursday, 30 May 2002 17:33 To: Struts Users Mailing List Subject: Re: Design Advice - Relational Databases & Java Objects Hello Jerome, I'm not sure why I'm so bad at

RE: No getter method?

2002-05-29 Thread Michael Marrotte
ion, getIsChecked simply returns a String (value either "" or "CHECKED"). --Michael Marrotte -Original Message- From: Chakradhar Tallam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 9:32 PM To: 'Struts Users Mailing List' Subject: RE: No getter method?

No getter method?

2002-05-29 Thread Michael Marrotte
problem does not occur on Windows with Resin. Any ideas? Thanks in advance, --Michael Marrotte -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: ServletException

2002-05-28 Thread Michael Welter
PM Subject: RE: ServletException check and see if u have ApplicationResource.properties in your workspace and is pointing to the right directory structure.. -Original Message- From: Michael Welter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 4:41 PM To: [EMAIL PROTECTED] Subject

ServletException

2002-05-28 Thread Michael Welter
I'm getting: 'Cannot find message resources under key org.apache.struts.action.MESSAGE' When I try to display my index.jsp page. Has anyone else seen this. Thanks. -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: "North Atlanta Struts Users Group" - Request for comments

2002-05-25 Thread Michael Marrotte
There's at least two guys in Tallahassee, Florida that are very interested. Please keep in touch. --Michael Marrotte [EMAIL PROTECTED] -Original Message- From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 25, 2002 10:27 AM To: Struts Users Mailing

Re: Value object doubt !!!

2002-05-24 Thread Michael Delamere
Hi, I´ve just read the "EJB_101Damnations.pdf". Could somebody lead me to an article that may contradict the 101Damnations pdf. If the specified pdf is overall correct, what are the alternatives? JDO?? Could someone please clarify me on this issue. Thanks, Michael - Origin

RE: StrutsValidator.validateCreditCard() returns Long?

2002-05-23 Thread Michael Marrotte
redit card number I'm filtering for is masked -- since I will not call StrutsValidator then. Any help is greatly appreciated. Thanks, --Michael Marrotte -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 6:31 PM To: Struts Users Mailing L

StrutsValidator.validateCreditCard() returns Long?

2002-05-23 Thread Michael Marrotte
According to the source and docs it returns a boolean. But, the link seems to be broken in the latest docs for this method. Any help on how validateCreditCard() decides what values to return is greatly appreciated. Thanks, --Michael Marrotte

RE: selected="selected" ?

2002-05-23 Thread Michael Marrotte
It does work the same and that's fine... I found the real bug. But, thanks for the insight about expanded syntax. All the more reason why Struts is good! Thanks, --Michael Marrotte -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2

RE: selected="selected" ?

2002-05-23 Thread Michael Marrotte
I want an item selected... I just don't want it selected like that, i.e. selected="selected". I don't understand why it's generated this way. Why not just selected? --Michael Marrotte -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Thurs

RE: selected="selected" ?

2002-05-23 Thread Michael Marrotte
Typo in my last post. I'm trying to generate(e.g. when state="AK"): AL AK AS AZ -Original Message- From: Michael Marrotte [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 5:12 PM To: [

selected="selected" ?

2002-05-23 Thread Michael Marrotte
tead I get (e.g. when payer.getState()=="AK): AL AK AS AZ Does anyone know why the HTML is generated this way? Is there a way to get my desired results, from above? Any help is greatly appreciated. Thanks, --Michael Marrotte

RE: JavaBeans and Scope, Response?

2002-05-22 Thread Michael Marrotte
Yeah I saw that, right after I posted. Sorry... It wasn't intuitive to me at first that the response sees as much as the request. --Michael Marrotte -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 6:08 PM To: Struts Users Mailing

RE: JavaBeans and Scope, Response?

2002-05-22 Thread Michael Marrotte
: MyCart mycart = new MyCart(...); request.setAttribute("cart", mycart); is immediately visible to a JSP page which this servlet forwards to, using a standard action tag like this: -Original Message----- From: Michael Marrotte [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002

JavaBeans and Scope, Response?

2002-05-22 Thread Michael Marrotte
I have what seems to be a need for a Response scope. I create a bean in an Action that only the next JSP page needs to see. I could put it in the session, but it's not necessary and I'll have to clean-up. Is there a way in Struts to put the Bean in a Response scope? --Michael Marrotte

Re: Reloading data...

2002-05-20 Thread Michael Delamere
exception. I know this may not be a struts issue but I posted to the jboss list some time ago and have not yet received an answer. Has anyone experienced this? Thanks, Michael - Original Message - From: "JM" <[EMAIL PROTECTED]> To: "Struts Users Mailing List"

RE: JBuilder6 bug or am I doing something wrong with logic:iterate?

2002-05-20 Thread Michael Marrotte
Does order matter for attribute tags? If so, then I'd specify attributes in the same order they're defined in the TLD, e.g. id first. JBuilder's parser might be order sensitive. --Michael Marrotte -Original Message- From: Dennis Doubleday [mailto:[EMAIL PROTECTED]] Se

Re: Reloading data...

2002-05-20 Thread Michael Delamere
thanks, I will try that. Michael - Original Message - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 4:26 PM Subject: Re: Reloading data... > It could be phpMyAdmin not releas

Re: Reloading data...

2002-05-20 Thread Michael Delamere
o it does seem to be doing something but why is the newly added entry missing. Thanks for your time, Michael - Original Message - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 3:24 PM

Reloading data...

2002-05-20 Thread Michael Delamere
still there. I presume that all the data is coming from the session. Does this mean that when I hit refresh, no db-query is repeated. Instead the gbEntries are retrieved from the session? How can I best avoid this kind of behaviour. Thanks, Michael -- To unsubscribe, e-mail: <mailto:[EM

Re: Cannot find bean gbEntry in scope null

2002-05-20 Thread Michael Delamere
:-). Now I get the error "javax.servlet.ServletException: No getter method for property entry_name of bean gbEntry" I should be able solve it now though. Thanks, Michael - Original Message - From: "Michael Delamere" <[EMAIL PROTECTED]> To: "Struts Users Mailing Lis

Re: Cannot find bean gbEntry in scope null

2002-05-20 Thread Michael Delamere
: == input="/jsp/welcome.jsp" scope="session" validate="true"> ====== Thanks for your help, Michael ----- Original Message - From: "Michael Delamere" <[EMAIL PROTE

Re: Cannot find bean gbEntry in scope null

2002-05-20 Thread Michael Delamere
The error message says something about "scope null". What does that mean? The scope should be session shouldn´t it? Thanks for your help, Michael - Original Message - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List"

RE: Good way to clear session state?

2002-05-19 Thread Michael Marrotte
the Cart will be holding "old items", that's OK? Empty and reset the "state" before the user ever tries to put in new "items". --Michael Marrotte -Original Message- From: Rick Mann [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 19, 2002 7:22 PM To: Struts

RE: Uknown number of file elements at design time

2002-05-19 Thread Michael Marrotte
now if this is any help. I think I understand part of your problem, but might need to be more clear explaining the solution. --Michael Marrotte -Original Message- From: Charles Dutt [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 19, 2002 11:24 AM To: 'Struts Users Mailing List' Subject:

Re: Cannot find bean gbEntry in scope null

2002-05-19 Thread Michael Delamere
type="com.morelogs.guestbook.interfaces.gbEntry"> I´m sure that the above is correct. What could be the reasons for getting the error stated in the subject line? Thanks, Michael - Original Message - From: "Michael Delamere" <[EMAIL PROTECTED]> To: &quo

Cannot find bean gbEntry in scope null

2002-05-19 Thread Michael Delamere
Any help would be much appreciated! Thanks, Michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Uknown number of file elements at design time

2002-05-19 Thread Michael Marrotte
Let me get a better idea of what you want to do. First, why does your FormBean need to know anything about the inputs? --Michael Marrotte -Original Message- From: C D [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 18, 2002 6:59 PM To: [EMAIL PROTECTED] Subject: Uknown number of file

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
Suppose the qty values were HTML 's. How would you recommend I reset there values on error, e.g. 2,M,3, below is shown in the second form. Any help is greatly appreciated. Thanks, --Michael Marrotte -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, M

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
truts tags? --Micahel Marrotte -Original Message- From: Michael Marrotte [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 4:56 PM To: Struts Users Mailing List Subject: RE: How do you recommend doing this with Struts? Isn't the message key mandatory for the bean:message, accord

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
essage? I want to write: But, I get the error about the mandatory key required. Thanks, --Michael Marrotte -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 3:38 PM To: Struts Users Mailing List Subject: Re: How do you recommend doing this w

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
Works like a charm... Thanks for the input! --Michael Marrotte -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 3:38 PM To: Struts Users Mailing List Subject: Re: How do you recommend doing this with Struts? The action:errors tag is a

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
Thanks for your response... It's exactly what I was thinking and just posted a questiion about. Do you think this diverges from the MVC, though? Should validation errors ideally be stored in the Model? --Michael Marrotte -Original Message- From: Ted Husted [mailto:[EMAIL PROT

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
greatly appreciated? Thanks in advance, --Michael Marrotte -Original Message- From: DHS Struts [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 7:33 AM To: [EMAIL PROTECTED] Subject: Re: How do you recommend doing this with Struts? Read the JavaDocs on ActionError, ActionErrors, and the

RE: complex validation with Validator

2002-05-17 Thread Michael Marrotte
ng it as a regular expression in your validation.xml file. --Michael Marrotte -Original Message- From: Emerson Cargnin - MSA [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 8:41 AM To: Struts Users Mailing List Subject: complex validation with Validator I know that with s

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
The ActionErrors work great for static pages. But, the rows in my example are dynamic. How do I name them in say an tag. Or, better yet is there a straightforward or best-practice way to handle this with Struts? Thanks, Michael Marrotte -Original Message- From: DHS Struts [mailto

RE: where to find struts-example with DynaActionForm?

2002-05-16 Thread Michael Marrotte
The nightly builds struts-example uses DynaActionForm... But, it doesn't use them in any real dynamic way. If you find a good example, let me know. Thanks, --Michael Marrotte -Original Message- From: vivek shrivastava [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 5:38

How do you recommend doing this with Struts?

2002-05-16 Thread Michael Marrotte
uts? What class(es) should be used? How can errors be stored and retrieved dynamically? Thanks in advance, --Michael Marrotte

Any good DynaXXX examples?

2002-05-16 Thread Michael Marrotte
n "strut-config". Thanks in advance, --Michael Marrotte

RE: Help!: Dynamic Property Name and JavaScript values

2002-05-16 Thread Michael Marrotte
Since Struts tags can't be nested. Nest Struts "dynamic" 's inside plain HTML tags. "> I have successfully tackeled this problem from a few different angles... Let me know if this helps, or not... Michael Marrotte -Original Message- From: Jeremy Prellw

RE: Require sample code for Dynamic Forms

2002-05-16 Thread Michael Marrotte
g I'm re-inventing the wheel. Is there a 100% Struts technique that renders this type of dynamicism? Any thoughts are greatly appreciated. Thanks, Michael Marrotte -&q

Dynamic Forms?

2002-05-15 Thread Michael Marrotte
end("public setX-" + a.getB() + "(String s) { "); buffer.append(" x-" + a.getB() + " = s ;"); ... And, then compiles and instantiates it. Does this make any sense, whatsoever? If I'm completely lost, then someone please try and help point me in th

Implementing Dynamic Forms, mixing Struts tags with plain HTML controls...

2002-05-15 Thread Michael Marrotte
-inventing the wheel. Is there a 100% Struts technique that renders this type of dynamicism? Any thoughts are greatly appreciated. Thanks, Michael Marrotte

Dynamic Forms?

2002-05-15 Thread Michael Marrotte
end("public setX-" + a.getB() + "(String s) { "); buffer.append(" x-" + a.getB() + " = s ;"); ... And, then compiles and instantiates it. Does this make any sense, whatsoever? If I'm completely lost, then someone please try and help point me in th

RE: How-to dynamically name properties?

2002-05-14 Thread Michael Marrotte
Mark, Are you joking about Flash or does it really support some type of server-side programming? --Michael Marrotte -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 4:23 PM To: 'Struts Users Mailing List' Subject: RE: How-to d

RE: How-to dynamically name properties?

2002-05-14 Thread Michael Marrotte
just didn't know the class existed... Thanks for the tip! I will give it a shot. >>JM --Michael Marrotte > -Original Message- > From: Michael Marrotte [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 3:59 PM > To: [EMAIL PROTECTED] > Subject: How-t

How-to dynamically name properties?

2002-05-14 Thread Michael Marrotte
Can someone help me figure a way to do something like this? "> What I wanted to do is dynamically name the property, x_[some-dynamic-value]. Any idea on how I should really approach this? Thanks, --Michael Marrotte -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Logic:Iterate:sort, what do you think?

2002-05-14 Thread Michael Marrotte
allows users to sort rows by clicking on column headers. Does anyone have a strong argument for either "view"? --Michael Marrotte -Original Message- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 2:40 PM To: [EMAIL PROTECTED] Subject: Re: L

One setter for multiple input fields?

2002-05-14 Thread Michael Marrotte
I have 3 properties (month, day, year) in the JSP. Is there a shortcut-way to get my form bean to set a date property based on these three fields without explicitly? Michael Marrotte -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mail

RE: Bean Definition

2002-05-14 Thread Michael Marrotte
This might be too obvious. But, the definition (ProjectForm.class) must be in "org/apache/struts/webapp/example" following the "type" syntax. To get things working I usually put my definitions (.class files) in the "classes" directory at first and set type to the definition name, e.g. type="Proje

Re: Using struts with WLS6.2?

2002-05-14 Thread Michael Shang
Does WLS 6.2 ever exist??? - Original Message - From: "Vikram Goyal01" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, May 14, 2002 4:14 PM Subject: RE: Using struts with WLS6.2? We have done it with 6.1 SP2 and there were no extra steps required.

Logic:Iterate:sort, what do you think?

2002-05-13 Thread Michael Marrotte
is Here, "myhashtable" would be sorted in ascending order based on comparable "value1", "value2", "value3" of each "element". If there's nothing within Struts that solves this problem then I would like to work on extending the "iterate" ta

Re: Getting a list from a session bean and displaying the data in a jsp

2002-05-13 Thread Michael Delamere
Mark, Thanks very much for your time. I will try that now. Regards, Michael - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, May 14, 2002 1:22 AM Subject:

Re: Getting a list from a session bean and displaying the data in a jsp

2002-05-13 Thread Michael Delamere
session bean using the "LoginAction.java". On successful login the Welcome.jsp is displayed which is where I put the tags that you suggested. bye Michael = STRUTS CONFIG http://jakarta.apache.org/struts/dtds/struts-conf

Re: Getting a list from a session bean and displaying the data in a jsp

2002-05-13 Thread Michael Delamere
Thanks, I´m starting to get it now :-). I think it´s a good approach although the fact that it´s called a formBean is a bit confusing. regards Michael - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'&quo

Re: Getting a list from a session bean and displaying the data in a jsp

2002-05-13 Thread Michael Delamere
filled by my *action.java using a setter method, i.e. formBean.setEntries();. Prior to this the *action.java would have got the data out of the session bean. Is this what you are suggesting or am I thinking entirely wrong? regards Michael - Original Message - From: "Galbreath,

Re: Getting a list from a session bean and displaying the data in a jsp

2002-05-13 Thread Michael Delamere
Just one question to add to the previous one: Does this mean that I have to create a form bean for every ejb in order to make it accessible to the jsp? regards Michael - Original Message - From: "Michael Delamere" <[EMAIL PROTECTED]> To: "Struts Users Mailing Li

Re: Getting a list from a session bean and displaying the data in a jsp

2002-05-13 Thread Michael Delamere
Thanks, I will try it. regards Michael - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, May 13, 2002 11:02 PM Subject: RE: Getting a list from a ses

Re: Getting a list from a session bean and displaying the data in a jsp

2002-05-13 Thread Michael Delamere
quot; prefix="form" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/nested-tags.tld" prefix="nested" %> ======= Could yo

Getting a list from a session bean and displaying the data in a jsp

2002-05-13 Thread Michael Delamere
request.setAttribute("entryList", entryList); and then outputing the data with: Could someone give me an insight of how this is done. I would be most grateful. Thanks, Michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands,

Re: Struts example doesn´t work

2002-05-13 Thread Michael Delamere
. Regards, Michael - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, May 13, 2002 2:45 PM Subject: Re: Struts example doesn´t work > > > Michael, > > Don't think this is your problem but wa

Re: Struts example doesn´t work

2002-05-11 Thread Michael Delamere
Hi, I´ve tried the example again without JBOSS3.0RC2 and just with Tomcat4.0.3 on its own. Strangely enough it works now. Is anybody else having problems with JBOSS3.0RC2 and struts. bye Michael - Original Message - From: "Michael Delamere" <[EMAIL PROTECTED]> To

Struts example doesn´t work

2002-05-11 Thread Michael Delamere
t.java:853) === Any help would be greatly appreciated! Thank you very much, Michael p.s. I´m using JBOSS3.0RC2 with embedded Tomcat. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

stuck with 1.0.2

2002-05-10 Thread Michael Dingler
just over them. That is, if I'd be using 1.1... I've got it working, but this involves scriptlets and poking around in the request, just as my initial code did. Sigh... ...Michael... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Struts training

2002-05-04 Thread Michael Baraz
Thanx... -- Michael Baraz Tel: +1.608.221.4711 x33073 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Accessing form beans

2002-04-30 Thread Michael Dingler
a bean, just displaying no initial data. Okay, thanks, that works. At least that saves me from putting too much in the tag, although I still have to repeat the information from the struts-config in the bean:write tag. Well, you can't have everything... ...Michael... -- To unsubscribe

Accessing form beans

2002-04-30 Thread Michael Dingler
e to use which on the other hand requires a "name". To get things working I have to change the first line to Is there a more elegant and less redundant way? ...Michael... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Mailing List

2002-04-29 Thread Michael Nadeau
I'm very impressed with the value of this mailing list and the responsiveness of its participants. My current role on my project doesn't warrant continuing on the list. I have tried repeatedly to take my name off the distribution list, but it hasn't worked. Can someone please help me with this

Tab Panes

2002-04-29 Thread Michael Dingler
uot;.equals(tab)) { return (mapping.findForward("goOperative")); }else if("system".equals(tab)) { return (mapping.findForward("goSystem")); } I hope someone can help me with this setup or recommend a better approach. Preferably without additional libraries.

Action is sending destory to other startup servlets ...

2002-04-16 Thread Michael A. Brooke
life of Action servlets, I have doubled checked my web.xml and I do not set any connection timeouts. Any ray of light would be great. -- // eom // Michael A. Brooke // Magstar Inc. // Phone: (416) 447-1442 x 273 // Email: [EMAIL PROTECTED] -- To unsubscribe, e-mail

RE: site hosting

2002-04-16 Thread Michael Salsbury
That should have been www.kgbinternet.com, not www.kgbinternet.ca, although they are Canadian. Mike >= Original Message From "Struts Users Mailing List" <[EMAIL PROTECTED]> = >www.kgbinternet.ca >Not free but for $10 Canadian you'll get jsp and servlets with Tomcat (3 or 4 >your choice

RE: site hosting

2002-04-16 Thread Michael Salsbury
www.kgbinternet.ca Not free but for $10 Canadian you'll get jsp and servlets with Tomcat (3 or 4 your choice) in a shared JVM. $20 setup charge gets you MySQL database, and for $20 a month instead of $10 you get a private JVM. Alternatively www.blacksun.ca have similar deals around $30 Canadia

RE: indexed - Nested property and Javascript

2002-04-12 Thread Michael J. Godfrey
I dont know what iterate does..so if you can paste some of the resulting HTML I can help... but, *IF* iteration appends a number to the element name..then accessing a specific element is just as easy: document.myForm.elements['echeancier.dat' + elementToAccess].value="Changed"; -Original M

RE: Urgent: xml with struts

2002-04-08 Thread Levin, Michael (Contr)
Here's a great article on XML and data binding: "Use XML data binding to do your laundry Explore JAXB and Castor from the ground up", by Sam Brodkin http://www.javaworld.com/javaworld/jw-12-2001/jw-1228-jaxb_p.html -Original Message- From: Yugandhar_Reddy [mailto:[EMAIL PROTECTED]] Sent

RE: validation="true"

2002-04-05 Thread Michael J. Godfrey
of a good reason to NOT do the form.validate() from the action... -Michael -Original Message- From: Leonardo Maciel [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 4:27 PM To: 'Struts Users Mailing List' Subject: RE: validation="true" With validate="tru

RE: validation="true"

2002-04-05 Thread Michael J. Godfrey
ap my mind around having a validate="true" and firing it on the FIRST load..its kooky. just my 2 cents. -Michael -Original Message- From: Ady Das-O'Toole [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 2:28 PM To: Struts Users Mailing List Subject: RE: validation="

validation="true"

2002-04-05 Thread Michael J. Godfrey
ng that low budget validation SHOULD be done in validate(). -Michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Strange error with logic:iterate

2002-04-03 Thread Michael Skariah
Hope this helps. Here in this example, 'myList' is a java.util.List kept as a attribute in the ActionForm. Cheers!, -MS. "Abel Muiño Vizcaino" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hello. > > I'm receiving a weird error that I can't understand (I

Re: source generator

2002-03-27 Thread Michael Grafton
Hi Annie, I looked into doing this a while ago, and found out there is tool for generating EJBs from an existing database, called Middlegen: http://boss.bekk.no/boss/middlegen/ It's somehow hooked up with XDoclet, which has the ability to generated Castor value objects I believe. So even thoug

<    5   6   7   8   9   10   11   12   13   14   >