Re: has anyone gotten struts 1.1b2 to work on Jboss 3.0.3/tomcat 4.1.12 ?

2002-11-11 Thread Gemes Tibor
2002. november 12. 06:08 dátummal Vincent Stoessel ezt írtad: > There seems to be an issue going on with the class loader > tiles initialization. Anyone got a struts project working > in the jboss 3.03/tomcat4.1.12 bundle working? Yes there is a problem. However "standard" jboss3.0.4 (without tomc

Re: unicode in struts

2002-11-11 Thread Gemes Tibor
2002. november 12. 02:37 dátummal Huynh Ngoc Huy ezt írtad: > Hi all, > Does struts tags support unicode? I had stored a > unicode-string into a session, but tag > didn't display it correctly. > Any help is appreciated! Yes it does. However if you do not set the charset, maybe the browser m

Re: Tiles validates ActionForm (second try)

2002-11-11 Thread Roland Carlsson
I sure can. I post them below. Is Devins Richards answer the way to go and have one form that does not validate that submits to one that validates? Thanks in advance Roland Tiles defintion -- - Struts action

has anyone gotten struts 1.1b2 to work on Jboss 3.0.3/tomcat 4.1.12?

2002-11-11 Thread Vincent Stoessel
There seems to be an issue going on with the class loader tiles initialization. Anyone got a struts project working in the jboss 3.03/tomcat4.1.12 bundle working? Thanks. smime.p7s Description: S/MIME Cryptographic Signature

RE: Why would disabled="..." not take a runtime expression? The docs say that it should...

2002-11-11 Thread Davide Bruzzone
Yes, that's what's weird... I didn't muck around with the original TLD file or anything... -Original Message- From: edgar [mailto:edgar@;blue-moose.net] Sent: Monday, November 11, 2002 3:47 PM To: 'Struts Users Mailing List' Subject: RE: Why would disabled="..." not take a runtime expressi

Re: [OFF TOPIC] Digester and Log4J

2002-11-11 Thread Matt Raible
I'm not using a classpath - just jar files in WEB-INF/lib --- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > > > > It's also possible that some other third-party jar you've added to your > environment has a log4j.properties in it as well. > > If log4j finds another .properties file prior to

RE: [SIDEBAR] Form population (Was RE: request.setAttribute() for m confusion)

2002-11-11 Thread Sri Sankaran
Yes! Finally someone who sees what I am talking about! *That's* exactly the scenario I am talking about. I can't see how Struts can divine what values the form-bean property needs to be initialized. It is predicated by the preceding business logic. Sri -Original Message- From: Martin

RE: [SIDEBAR] Form population (Was RE: request.setAttribute()for m confusion)

2002-11-11 Thread Martin Cooper
> -Original Message- > From: Eddie Bush [mailto:ekbush@;swbell.net] > Sent: Monday, November 11, 2002 2:46 PM > To: Struts Users Mailing List > Subject: Re: [SIDEBAR] Form population (Was RE: request.setAttribute() > form confusion) > > > Sri, pardon me, but I don't see how what you've

RE: how to turn on debugging

2002-11-11 Thread Martin Cooper
> -Original Message- > From: edgar [mailto:edgar@;blue-moose.net] > Sent: Monday, November 11, 2002 3:47 PM > To: 'Struts Users Mailing List' > Subject: RE: how to turn on debugging > > > In the struts-config.xml under init-params. That will work for Struts 1.0.x, but for Struts 1.1, y

RE: Why would disabled="..." not take a runtime expression? Thed ocs say that it should...

2002-11-11 Thread Martin Cooper
> -Original Message- > From: Davide Bruzzone [mailto:Davide.Bruzzone@;ngt.com] > Sent: Monday, November 11, 2002 2:36 PM > To: Struts Users Mailing List > Subject: Why would disabled="..." not take a runtime expression? The > docs say that it should... > > > Greetings all... > > I'm tr

RE: Upload corrupts file

2002-11-11 Thread Martin Cooper
> -Original Message- > From: Roland Polzer [mailto:ropoking@;hotmail.com] > Sent: Monday, November 11, 2002 8:00 AM > To: [EMAIL PROTECTED] > Subject: Re: Upload corrupts file > > > >There was a new file-upload module created after the beta 2 > release I > >believe. Can you try a rec

unicode in struts

2002-11-11 Thread Huynh Ngoc Huy
Hi all, Does struts tags support unicode? I had stored a unicode-string into a session, but tag didn't display it correctly. Any help is appreciated! Huy. __ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.c

RE: Why would disabled="..." not take a runtime expression? The docs say that it should...

2002-11-11 Thread Davide Bruzzone
>Does this fail whether "deny" is true or not? I would think >that, since the default scope for "bean:define" is "page", >if "deny" is not true, then "readOnly" will not be defined. >If this is the problem, then I would put your "bean:define" >outside of the "if"-like tag, and have the body of t

RE: how to turn on debugging

2002-11-11 Thread edgar
In the struts-config.xml under init-params. -Original Message- From: Rachabattuni, Rajesh [mailto:Rajesh.Rachabattuni@;tfn.com] Sent: Monday, November 11, 2002 6:36 PM To: '[EMAIL PROTECTED]' Subject: how to turn on debugging hi I am wondering if there is a way to turn on "verbose" mode

how to turn on debugging

2002-11-11 Thread Rachabattuni, Rajesh
hi I am wondering if there is a way to turn on "verbose" mode or "debugging" mode or "trace" on the struts ... any info/pointers appreciated. thanks -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Debugging Http Request Response

2002-11-11 Thread Mark Ayad
Yes - Now I remember reading the same argument in a book on XP programming ! Thanks Kevin pointing this out. - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 12:12 AM Subject: Re: Debugging Http Request Res

Re: Debugging Http Request Response

2002-11-11 Thread Kevin . Bedell
It might be worth looking at strutstestcase and developing some junit tests instead of developing a tags for turning on and off debug statements in the output. Once you get used to building JUnit test cases to incrementally validate your app logic, you may find that your need to display debug s

RE: [SIDEBAR] Form population (Was RE: request.setAttribute() form confusion)

2002-11-11 Thread edgar
OK. We don't disagree much, accept in semantics. I do subclass the struts ActionForm in an abstract class and subclass everything else from that, but all the other business logic is separate and stands by itself. If I had to go to a different framework, I would replace the connector class. I do

Re: [SIDEBAR] Form population (Was RE: request.setAttribute() formconfusion)

2002-11-11 Thread Mark Ayad
Like Eddie Says use DAO pattern it makes life much easier, and gives you a very valuable abstraction layer. Mark - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 1:00 AM Subject: Re: [SIDEBAR]

[Fwd: ChW find words Re: Re: [SIDEBAR] Form population (Was RE:request.setAttribute() form confusion)]

2002-11-11 Thread Eddie Bush
LOL - what is inappropriate?! ... and why are they telling me about their policy? Is their filter not smart enough to see I am not under their jurisdiction?! :-) Original Message Subject: ChW find words Re: Re: [SIDEBAR] Form population (Was RE: request.setAttribute() form

Re: [SIDEBAR] Form population (Was RE: request.setAttribute() formconfusion)

2002-11-11 Thread Eddie Bush
edgar wrote: OK Eddie, what do you use to model the business logic? Classes which aren't dependant on Struts ;-) Seriously. Most everyone is going to tell you to build things in layers - aiming for low cohesion between them. Data goes "up" (through he layers) and dependencies go down (thro

RE: Why would disabled="..." not take a runtime expression? The docs say that it should...

2002-11-11 Thread Karr, David
Does this fail whether "deny" is true or not? I would think that, since the default scope for "bean:define" is "page", if "deny" is not true, then "readOnly" will not be defined. If this is the problem, then I would put your "bean:define" outside of the "if"-like tag, and have the body of that

Re: Debugging Http Request Response

2002-11-11 Thread Mark Ayad
Ahh I guess plugging into an external server works like JProbe. First I'm seeing what I can get by using standard taglibs. I must admit I needed this debug alot in servlet projects undertaken several years ago, however with stuts the need for such a feature in much less since request mapping is a

RE: Why would disabled="..." not take a runtime expression? The docs say that it should...

2002-11-11 Thread edgar
In the struts-html.tld is set to true for the disabled attribute? -Original Message- From: Davide Bruzzone [mailto:Davide.Bruzzone@;ngt.com] Sent: Monday, November 11, 2002 5:36 PM To: 'Struts Users Mailing List' Subject: Why would disabled="..." not take a runtime expression? The docs

Re: Debugging Http Request Response

2002-11-11 Thread Eddie Bush
That's one option - yes. You also have the option of doing a remote-attach so you can hook-up to a running server external of your IDE. I typically do the in-IDE gig though. Mark Ayad wrote: Eddie, So your struts-project would be running inside the netbeans IDE ? So this method would be like

Re: Debugging Http Request Response

2002-11-11 Thread Mark Ayad
Eddie, So your struts-project would be running inside the netbeans IDE ? So this method would be like any other IDE break point debug ? - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 12:31 AM

Why would disabled="..." not take a runtime expression? The docs say that it should...

2002-11-11 Thread Davide Bruzzone
Greetings all... I'm trying to control whether or not some form fields are editable using a custom security tag. So, at the top of the page, I have something like this: <%-- Page security --%> If the deny attribute is anything but null or an empty string, rea

Re: Debugging Http Request Response

2002-11-11 Thread Eddie Bush
You could certainly write one :-) However I'm not aware of an existing one. I use netbeans. It lets you see all the information - just may have to open up the object graph. Mark Ayad wrote: By debu I mean visualising request and session attributes. I would like a tag like that I could pla

RE: [SIDEBAR] Form population (Was RE: request.setAttribute() form confusion)

2002-11-11 Thread edgar
OK Eddie, what do you use to model the business logic? -Original Message- From: Eddie Bush [mailto:ekbush@;swbell.net] Sent: Monday, November 11, 2002 6:16 PM To: 'Struts Users Mailing List' Subject: Re: [SIDEBAR] Form population (Was RE: request.setAttribute() form confusion) My apolog

Re: Debugging Http Request Response

2002-11-11 Thread Mark Ayad
By debu I mean visualising request and session attributes. I would like a tag like that I could place at the end of a page a.k.a cold fusion page debug ? - Original Message - From: "James Childers" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, No

RE: Debugging Http Request Response

2002-11-11 Thread James Childers
> > What are people using to debug, http-session, request and > response objects. > > Is it a case or role your own ? > Depends on what you mean by "debug." I use Cactus unit tests to make sure my components (serlvets, custom tags, etc.) are behaving properly. If you are talking about run-t

Debugging Http Request Response

2002-11-11 Thread Mark Ayad
What are people using to debug, http-session, request and response objects. Is it a case or role your own ?

Re: [SIDEBAR] Form population (Was RE: request.setAttribute() formconfusion)

2002-11-11 Thread Eddie Bush
My apologies - you were going after edgar - and rightfully so :-) edgar: Listen to Sri the wise ;-) Eddie Bush wrote: Sri, pardon me, but I don't see how what you've said has anything to do with the point I was making. My sole point is that the actual creation (instantiation) of the form be

Re: [SIDEBAR] Form population (Was RE: request.setAttribute() formconfusion)

2002-11-11 Thread Eddie Bush
... why are you changing forms? Do you forward to the JSP or redirect? Unless you do something special in EditAction the form you are dealing with in JSP is form-A --- not form-B. That is irrelevant though - as the user will submit form-A and form-B will be created (if needed - assuming you'v

RE: [SIDEBAR] Form population (Was RE: request.setAttribute() form confusion)

2002-11-11 Thread edgar
I have interpreted that the form bean be the repository for the bulk of the business logic surrounding it's elements. Then I can use any number of JSP pages to display / modify / whatever with minimal knowledge of the basic business rule. I don't know if that is what was intended, it just appears

Re: [OFF TOPIC] Digester and Log4J

2002-11-11 Thread Kevin . Bedell
It's also possible that some other third-party jar you've added to your environment has a log4j.properties in it as well. If log4j finds another .properties file prior to finding the one you want, you get this type of error. JBoss, for example, has its own log4j config that may clash with yours

Re: [OFF TOPIC] Digester and Log4J

2002-11-11 Thread Robert
It looks like you don't have your log4j.properties file in your classpath, and thus it can't initialize. Matt Raible wrote: I've recently started getting the following warning when my struts-based webapp starts: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Dige

Re: [OFF TOPIC] Digester and Log4J

2002-11-11 Thread Eddie Bush
Maybe you should try: log4j.logger.org.apache.commons=ERROR I think logger replaced category. Matt Raible wrote: I've recently started getting the following warning when my struts-based webapp starts: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester). lo

[OFF TOPIC] Digester and Log4J

2002-11-11 Thread Matt Raible
I've recently started getting the following warning when my struts-based webapp starts: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester). log4j:WARN Please initialize the log4j system properly. Any ideas? I have log4j.category.org.apache.commons=ERROR in m

Re: [SIDEBAR] Form population (Was RE: request.setAttribute() formconfusion)

2002-11-11 Thread Eddie Bush
Sri, pardon me, but I don't see how what you've said has anything to do with the point I was making. My sole point is that the actual creation (instantiation) of the form bean itself is a very mechanical act that Struts can perform on your behalf. There is no need to ever bother with creating

RE: [SIDEBAR] Form population (Was RE: request.setAttribute() form confusion)

2002-11-11 Thread Sri Sankaran
"...EditAction takes the form bean created/retrieved by Struts, populates/modifies it with..." Wait a minute. What caused Struts to create the form bean? If that is form-bean associated with this action, the scenario I am describing is different. In my scenario, consecutive actions do not sh

RE: [SIDEBAR] Form population (Was RE: request.setAttribute() form confusion)

2002-11-11 Thread Kris Schneider
"...one rarely depends on Struts to auto-generate the form bean?" If you changed "rarely" to "almost always", I'd tend to agree with you ;-). I make a clear distinction between form creation/retrieval and population/modification. Take the typical: EditAction -> JSP -> SaveAction In general, t

RE: html:link question

2002-11-11 Thread mike . witt
Doh! Thanks ... you know it turned green in netbeans editor so I just thought ... -Original Message- From: James Childers [mailto:jchilders@;hotels.com] Sent: Monday, November 11, 2002 2:42 PM To: Struts Users Mailing List Subject: RE: html:link question > > > If I take that line ou

log4j logging config for a struts app - seeing struts msgs

2002-11-11 Thread Kevin . Hooke
Robert - thats exactly what I was looking for, thanks for your help! Kevin Date: Mon, 11 Nov 2002 13:44:43 -0600 From: Robert <[EMAIL PROTECTED]> Subject: log4j logging config for a struts app - seeing struts msgs Content-Type: text/plain; charset=us-ascii; format=flowed Try adding something a

RE: [SIDEBAR] Form population (Was RE: request.setAttribute() form confusion)

2002-11-11 Thread Sri Sankaran
Actually, the way I have tried to describe keeps business logic *entirely* out of the form-beans and uses them only as the medium of transporting data between the model and the view. I prefer not to put *any* business logic in the form beans (code re-use, lack of portability, model/controller s

Re: request.setAttribute() form confusion

2002-11-11 Thread Susan Bradeen
Thank you for the help Eddie and Kris. I've already got my action mapping set up just as you say to have them, so I'll go back to trusting Struts with the form creation. Susan On 11/11/2002 02:00:55 PM Kris Schneider wrote: > Susan, > > Here's a response to a different thread with the same ty

RE: [SIDEBAR] Form population (Was RE: request.setAttribute() form confusion)

2002-11-11 Thread edgar
Doesn't doing things the way you are suggesting spread the business logic over the view and the controller? I have found that if you have a overall form which may or may not correspond to a db element but pulls in as nested forms the tables that it needs and controls the business logic to be a str

[SIDEBAR] Form population (Was RE: request.setAttribute() form confusion)

2002-11-11 Thread Sri Sankaran
While that is true, other than in the case of blank forms, isn't it true that one rarely depends on Struts to auto-generate the form bean? If you are presenting data, the form is pre-populated with such data. This data is typically derived by an earlier action -- mediated by a business delegat

page attribute for validator's formfield (multi-page form wizard)

2002-11-11 Thread Derek Lin
I just have some thoughts about this issue: In validation.xml, one can specify the page of a filed like: But doing so will limit the filed to be defined in page 1 (coupling the field and the page). That will defeat reusability. I mean if I want to use this filed in page 2 of some other wizar

RE: html:link question

2002-11-11 Thread edgar
If you are using xml jsp there is no equivalent to <%-- comment --%>. How would that work? Edgar -Original Message- From: James Childers [mailto:jchilders@;hotels.com] Sent: Monday, November 11, 2002 2:42 PM To: 'Struts Users Mailing List' Subject: RE: html:link question > > > If

Re: log4j logging config for a struts app - seeing struts msgs

2002-11-11 Thread Robert
Try adding something along the lines of this to your log4j.properties file: log4j.logger.org.apache=WARN (or ERROR, etc.) Which means that the packages org.apache and below will log at level WARN, ERROR, etc. You can also specify complete class names like: log4j.logger.org.apache.struts.action

Re: html:link question

2002-11-11 Thread Brian Hickey
Mike, The HTML comment isn't applied until the page is rendered. Use the Java comment to prevent processing. Brian - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 1:37 PM Subject: RE: html:link question > Hue, > > I think I found t

RE: html:link question

2002-11-11 Thread James Childers
> > > If I take that line out, the error goes away. So, Tomcat will process > commented out tags? Doesn't sound right, but I'll keep it in mind. Actually, this is the correct behavior for code inside of HTML comment tags. If you want the JSP parser to ignore it you must surround it with JSP

RE: html:link question

2002-11-11 Thread mike . witt
Hue, I think I found the problem. In my welcome.jsp, I have the followin g line (which is commented out): If I take that line out, the error goes away. So, Tomcat will process commented out tags? Doesn't sound right, but I'll keep it in mind. Thanks for your help, Mike -Original Messag

reset form link

2002-11-11 Thread Mark Ayad
I'm using the following to call the edit action that pre-populates a form. However once the form is submitted (with errors) the above link does nothing. If I replace with the word reset, everything works fine. In all cases I would like the reset to reset the form back to its pre-populated st

log4j logging config for a struts app - seeing struts msgs

2002-11-11 Thread Kevin . Hooke
Hi - I am using Commons Logging/log4j in my struts app. When I added my commons-logging.properties and log4j.properties to the classpath in my struts webapp it enabled a huge amount of logging within the Struts framework (ie I see loads of INFO and DEBUG messages from Struts framework classes in a

Re: request.setAttribute() form confusion

2002-11-11 Thread Kris Schneider
Susan, Here's a response to a different thread with the same type of code block: http://marc.theaimsgroup.com/?l=struts-user&m=103669042429912&w=2 I understand this type of approach is used in the example app, but I'd say it's anything but good practice. In general, if you have an action that's

Re: request.setAttribute() form confusion

2002-11-11 Thread Eddie Bush
You shouldn't ever have to create the form yourself if you: - declare the form-bean in your config file - use the name of the form you declared in the action mapping's "name" attribute ... That should suffice. What you should find is that the form is created for you. Doing things as I me

Re: request.setAttribute() form confusion

2002-11-11 Thread Susan Bradeen
Nevermind, answering my own question ... actions in the Struts examples don't use the second line of code, so the answer is no, you don't need the two together. Susan On 11/11/2002 01:34:16 PM "Susan Bradeen" wrote: > If I have this code, which appears to be good practice, in the beginning >

RE: Dynamic Value for logic equal

2002-11-11 Thread edgar
Isn't there a complexity that this doesn't necessarily solve, if you are using the 'OLD' parallel sets of value/label collections. Or are you saying that those should be updated to the new LabelValueBean when you move from 1.02 to 1.1+. Thanks Edgar -Original Message- From: David M. Ka

RE: Tiles validates ActionForm (second try)

2002-11-11 Thread Richards, Devin N (Devin)
I don't know if it is "proper" or not, but when we have a form that needs to be validated, we have 2 different actions associated with it. The first action just displays the empty (or pre-populated) form with NO validation. The second calls a different action that processes the form and has vali

request.setAttribute() form confusion

2002-11-11 Thread Susan Bradeen
If I have this code, which appears to be good practice, in the beginning of my pre-action's execute() method: if (form == null) { form = new SomeForm(); if ("request".equals(mapping.getScope())) { request.setAttribute(mapping.getAttribute(), form); } else {

RE: Tiles validates ActionForm (second try)

2002-11-11 Thread James Mitchell
Hi Roland, Could you provide a few more details about your tiles definitions and action mappings? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org "If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens?" - Seymour Cray (1925-1996),

RE: html:link question

2002-11-11 Thread mike . witt
Hue, Thanks for checking back and no it still doesn't work. Since this project was just getting off the ground, I was planning on just restarting it. It would be helpful if you sent me your .war file ...thank you. The weird thing if traced this down to is in my index.jsp when it gets made in

RE: Single Session - Single Browser Session ?

2002-11-11 Thread James Mitchell
Hi Vic, I usually handle this with tokens. I know this doesn't help much with preventing the user from browsing via hyperlink, but it can help prevent corrupting data due to invalid state. I'm sure you could do this with JavaScript, but IMHO that's just something else to maintain. James Mitc

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
Eddie, I prefer not to show you the line of embarrassment! Then you really would be questioning my intelligence ;-) ! There are a couple of things that I do in my version of the RequestProcessor. Trivial things really, but it makes my life a bit easier. By the way: I didn?t think that anyone w

Re: Mozilla asking to save *.do ?!

2002-11-11 Thread Eddie Bush
:-) Well I must admit I'm somewhat curious to know what content-type you actually set to cause it! I can't imagine why you would be overriding processContent (that's where this is done, right?) for anything - but recall that you can invoke the super-class method by calling super(...) inside of

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
Hi, thought you might like to know how I solved it (even although normally there is nothing to solve :-D). It was of course a silly little error which crept up in my lovely piece of code - as suggested, I set the wrong "content-type" in my RequestProcessor :-). Just out of interest, was the titl

Re: AW: checkbox problem

2002-11-11 Thread Craig R. McClanahan
On Mon, 11 Nov 2002, Hirschmann, Bernhard wrote: > Date: Mon, 11 Nov 2002 14:42:05 +0100 > From: "Hirschmann, Bernhard" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: AW: checkbox problem > > > Thanks

Re: Mozilla asking to save *.do ?!

2002-11-11 Thread Daniel Jaffa
Is this a mime type problem, check the registry hkey_classes_root. I had this problem with netscape about 4 or 5 years ago. - Original Message - From: "Michael Delamere" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 12:27 PM Sub

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
I agree with you on that one. That will be my next step! I think I´ll have my cup of coffee tomorrow though because I´m about to go home :-) ! Regards, Michael -Original Message- From: Chappell, Simon P [mailto:Simon.Chappell@;landsend.com] Sent: Montag, 11. November 2002 18:34 To: St

Re: Mozilla asking to save *.do ?!

2002-11-11 Thread Eddie Bush
Yes, that very well could be it. Heh - sorry, I should have thought about that. Michael Delamere wrote: Ok, I think it might have something to do with our own implementation of the RequestProcessor then... I´ll have to look into that - I think I set some headers there... Thanks, Michael -

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Chappell, Simon P
1. Agreed. 2. No, I'd only do that on Fridays. ;-) I'm just trying to cover all the bases. Hands up anyone who's never forgotten to plug something in and wondered why it wasn't working! We are none of us perfect and I HAVE seen the behaviour described when surfing my harddrive when i was first l

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
Ok, I think it might have something to do with our own implementation of the RequestProcessor then... I´ll have to look into that - I think I set some headers there... Thanks, Michael -Original Message- From: James Childers [mailto:jchilders@;hotels.com] Sent: Montag, 11. November 200

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
Simon, 1. I also think Mozilla is great 2. Are you trying to insult me or my intelligence? ;-) Regards, Michael -Original Message- From: Chappell, Simon P [mailto:Simon.Chappell@;landsend.com] Sent: Montag, 11. November 2002 18:24 To: Struts Users Mailing List Subject: RE: Mozilla

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
Hmmm have you got the latest release? I am using Mozilla 1.0.1. In fact, our design team have had exactly the same issue using Mozilla 1.0.0 on the Macintosh. It is definitely there! Regards, Michael -Original Message- From: Eddie Bush [mailto:ekbush@;swbell.net] Sent: Montag,

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread James Childers
> When calling a *.do URL in Mozilla, I am asked whether I want to save > the file or open it using an application! I also use Mozilla as my primary browser and have never encountered this. Make sure you're viewing the .do through http://, not file://. If that doesn't work, make sure that you ha

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Chappell, Simon P
Are you trying to view stuff straight from your harddrive? *.do files are only properly viewable when served up by an appropriate server. Your symptoms suggest "direct viewing" to me. +1 for Mozilla being great! :-) Simon - Simon

Re: Mozilla asking to save *.do ?!

2002-11-11 Thread Eddie Bush
I can't imagine it. Mozilla is my primary browser - never had an issue with it. Michael Delamere wrote: Hi, When calling a *.do URL in Mozilla, I am asked whether I want to save the file or open it using an application! I´m sure that this cannot be the kind of behaviour that one is looking fo

RE: bean:define problem in nested tags

2002-11-11 Thread Karr, David
> -Original Message- > From: Vinod Kotnala, Noida [mailto:vkotnala@;noida.hcltech.com] > Sent: Monday, November 11, 2002 7:10 AM > > Ah.. > What I find is that if any of the property has a blank value, the the > exception occurs !! > i.e if > > > > prints nothing .. then the

Re: Upload corrupts file

2002-11-11 Thread Roland Polzer
There was a new file-upload module created after the beta 2 release I believe. Can you try a recent nightly build? Things should work correctly now. Hi, The problem still exists in jakarta-struts-20021108.zip Cheers, Roland _ M

RE: html:link question

2002-11-11 Thread Hue Holleran
Hi Mike, Sorry for the delay in getting back to you - do you still have an issue with this? OK, personally - I've never seen this exact error before and I've not been successful in attempting to reproduce: "Exception forwarding for name welcome:" and attempts to reproduce this error were not succ

Single Session - Single Browser Session ?

2002-11-11 Thread V. Cekvenich
If I want to prevent a user of a browser from opening a same session with another browser instance (send him an error), with same session, how would I do this on the server side? (not on browser, I just want to detect that I have 2 browser with same session) Ideas, tips, TIA, .V -- To unsub

Re: Question about modules

2002-11-11 Thread Eddie Bush
Emmanuel Boudrant wrote: Hi, Does the Struts modules work on Struts 1.1b2 ? The problem is I've got a form : There were a few issues with the way modules worked in the beta 2 release. Grab a nightly and see if your problems persist. ... The /verifyUser action and the verifyUser formbean

Question about modules

2002-11-11 Thread Emmanuel Boudrant
Hi, Does the Struts modules work on Struts 1.1b2 ? The problem is I've got a form : ... The /verifyUser action and the verifyUser formbean are defined in a module named admin (struts-config-admin.xml). The JSP Form is in the folder /admin/form/verifyUser.jsp And I've got the message Cannot re

RE: bean:define problem in nested tags

2002-11-11 Thread edgar
Sounds like one to me, although if struts-el allows you to work around it, I wouldn't bother reporting it. Edgar -Original Message- From: Vinod Kotnala, Noida [mailto:vkotnala@;noida.hcltech.com] Sent: Monday, November 11, 2002 10:10 AM To: 'Struts Users Mailing List' Subject: RE: bean:d

Re: java.sql.Date formatting problem

2002-11-11 Thread Eddie Bush
You should be using the URI that flare gave you. Only by using that URI can your container optimize performance on the standard tags. Otherwise, they have the same overhead as all other custom tags. In short, you want to use the proper URI (the one flare gave you). kiuma wrote: thank u, You

RE: bean:define problem in nested tags

2002-11-11 Thread Vinod Kotnala, Noida
Ah.. What I find is that if any of the property has a blank value, the the exception occurs !! i.e if prints nothing .. then the exception : Define tag can contain only one of name attribute, value attribute, or body content gets thrown Do I consider this as a bug ? Vinod --

Re: Upload corrupts file

2002-11-11 Thread Eddie Bush
There was a new file-upload module created after the beta 2 release I believe. Can you try a recent nightly build? Things should work correctly now. Roland Polzer wrote: Hi, I have a case in which an uploaded file is corrupted by struts. The file is only 20KB. You can get it from here: http

[TILES Definitions and Tiles Action

2002-11-11 Thread Postfach 4711
Using struts 1.01 my tiles-defs looks like: some other stuff If I define my action like public class ActionController extends Action { public ActionForward perform(ActionMapping mapping, ActionForm form, HttpServletReques

RE: Deprecation

2002-11-11 Thread Darren Hill
Ooops I neglected to check the documentation.war file contained in the distribution I got .. I simply assumed that the Nightly Build JavaDocs on the struts web-site would actually contain the Nightly Build JavaDocs. D. -Original Message- From: Darren Hill [mailto:dhill@;724.com] Sent: No

Re: Java WebStart as a Strut front end

2002-11-11 Thread Eddie Bush
Toni Charlot wrote: I thank you for the correction. You're absolutely correct. No I can ask my questions in a more clever way and perform searches as Eddie suggested. I looked at the link provided, it wasn't very clear but I can see that it's doable. Sorry - the question is occassionally ask

Deprecation

2002-11-11 Thread Darren Hill
Where can I find documentation on all of the deprecated variables and methods. I just downloaded the nightly build today ... TONS of deprecated messages. D. The JavaDoc doesn't appear to contain any information. -Original Message- From: edgar [mailto:edgar@;blue-moose.net] Sent: Novembe

RE: bean:define problem in nested tags

2002-11-11 Thread edgar
Are you using 1.1b2? If not, try updating. If that doesn't work submit try the JSTL c:set command or see if you can solve your problem with struts-el. -Original Message- From: Vinod Kotnala, Noida [mailto:vkotnala@;noida.hcltech.com] Sent: Monday, November 11, 2002 9:43 AM To: 'Struts

Re: [html:errors] Separation of Global Errors from Specific Errors

2002-11-11 Thread Kris Schneider
Jerry, I really can't see a way to get at everything *except* the global errors. You should be able to get at *just* the global errors with: Quoting Jerry Jalenak <[EMAIL PROTECTED]>: > Any help on this at all? > > > > I know I've this answer before, but I cannot seem to find it in the > a

bean:define problem in nested tags

2002-11-11 Thread Vinod Kotnala, Noida
Hi All, I want to define 2 or more variables using tag The following code works ok.. But when I try to define one more variable as in: it

Re: URGENT:DTD Struts Configuration

2002-11-11 Thread David Graham
I don't think tomcat 3.2 is a supported server. It may have been for 1.0.2 but not for 1.1. You should upgrade to tomcat 4.1.12 if possible. David From: "Neginder Singh" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: URGENT:DTD

RE: Redux: Actions and business logic, or Using Struts with the Rational Unified Process

2002-11-11 Thread John Bigboote
James, Thanks for clarifying things for me. John --- James Higginbotham <[EMAIL PROTECTED]> wrote: > John, > > > is an MVC framework. Granted, while it tends > toward > > the presentation layer, it does provide mechanisms > > that venture into the problem domain, like > FormBeans. > > Not qu

RE: Redux: Actions and business logic, or Using Struts with the Rational Unified Process

2002-11-11 Thread James Higginbotham
John, > is an MVC framework. Granted, while it tends toward > the presentation layer, it does provide mechanisms > that venture into the problem domain, like FormBeans. Not quite sure what you mean here, as FormBeans are simply javabeans that are used to store the user's input form data before i

Re: AW: AW: AW: checkbox problem

2002-11-11 Thread Gemes Tibor
2002. november 11. 15:14 dátummal Hirschmann, Bernhard ezt írtad: > One final question: > do I have to call form.reset() manually, or is this done automatically? give it a try ;-) Tib yes it is called automagically -- To unsubscribe, e-mail:

  1   2   >