sharing message resources with jstl

2005-10-20 Thread michael michael
I have three message resources defined in struts-config.xml: In web.xml, I define a context parameter as follows, javax.servlet.jsp.jstl.fmt.localizationContext ApplicationMessageResources Questions: (1). Can I define more than message resources in context param? (2). In jsp, how d

Wiki Struts: combo of best and easiest to use.

2004-06-27 Thread michael
What is the combination of the best and easiest wiki out there that uses struts in your humble opinion? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Referencing Forms from Dual Actions

2004-07-02 Thread michael
the text the browser uses to call the second action. Seems like it should work fine to me. It involves enough work that I thought I would run it by you chiefs and indians first. Thanks for any pointers. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Velocity in Struts2

2007-04-17 Thread Michael
ption at this time. thanks, Michael

Re: Velocity in Struts2

2007-04-17 Thread Michael
setup (which I should have done in the first place) --Michael On 4/17/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: I'm not sure what the problem is, but adding $action to example.vm in showcase, I see that it prints " [EMAIL PROTECTED]" on the page, so the reference is the

Re: Submit with a link

2004-05-05 Thread Michael McGrady
I am a notice in JavaScript. I have wondered in my brief perusal of JavaScript books how you tell which form is the referent of the formindex numbers? At 10:37 AM 5/5/2004, Henrique VIECILI wrote: you can use javascript to do this job... like this: Enviar Formulário where is the index of t

i18n Mavens: i18n Unicode Encoding/Decoding Buttons

2004-05-15 Thread Michael McGrady
project, please contact me on this list or, better yet, privately at [EMAIL PROTECTED] (These emails are checked more carefully than those at [EMAIL PROTECTED]) All results will be shared. Thanks. Michael McGrady - To

RE: Maintaining form data across pages...

2004-05-16 Thread Michael McGrady
bean, name, value); } This is all there is to it. That is fairly easy to track and does not provide any mysteries that cannot be controlled by the judicious coding of the reset() method. Hope this is helpful. Michael McGrady At 04:58 AM 5/16/2004, ayouaa0a wrote: Sounds great, ISA, I w

UTF8 and Chinese

2004-05-16 Thread Michael McGrady
("\u6b22\u8fce"); and // "Welcome" in Chinese String original = new String("\u6b22\u8fce"); byte[] utf8Bytes = original.getBytes("UTF8"); original = new String(utf8Bytes,"UTF8"); Neither works. I just get the proverbial square boxes on the resultant images. Anyone have any ideas? Thanks, Michael

RE: UTF8 and Chinese

2004-05-17 Thread Michael McGrady
you for this interest. If you have any further interest, please feel free to contact me personally. I have it all working acey duecy as of today. Michael At 01:42 AM 5/17/2004, Kransen, J. wrote: Anyone tell me if I'm wrong, but I doubt if UTF-8 covers Chinese. As I see it, it only conta

RE: Struts Validation for just current page

2004-05-18 Thread Morowitz, Michael
Rick, I would suggest having that page submit to another action path that maps to the same Action and Form you need, but with the validate option set to false. This is the tactic that I normally use. It allows you to keep your code base intact, but submit to a customized path. Michael

Re: Multiple Forms per Submits

2004-05-18 Thread Michael McGrady
can do just about anything you want to do with form objects. Most of the things you can do are ill-advised, but the alternatives are vast indeed. Michael McGrady At 07:38 PM 5/18/2004, James Mitchell wrote: Could you please restate (or at least clarify) your question? I don't think I

Re: Controller for web services

2004-05-20 Thread Michael McGrady
ementation, Struts is just what you ordered, I think. I personally think Struts is even much better than its stellar reputation. Michael McGrady At 10:20 PM 5/20/2004, Pedro Salgado wrote: Is there any MVC implementation for web services (I am not seeing any wasy way to do that with Struts)?

RE: Tiles and changing the title based on content

2004-05-21 Thread Michael McGrady
. There are lots of ways to introduce dynamic content. I don't see the problem. Michael At 11:24 AM 5/21/2004, Tim Penhey wrote: That requires a static titleKey in the tiles-def.xml, whereas I am dealing with a name property from a bean that comes from a database. Tim > -Original

RE: Tiles and changing the title based on content

2004-05-21 Thread Michael McGrady
this. 'Hope this is helpful. Michael At 03:41 PM 5/21/2004, David Friedman wrote: Tim, Why not use a TilesAction (org.apache.struts.tiles.action package) and change/set tiles attributes using the putAttribute() method of the ComponentContext object. For more details, see the advances tiles

Re: URL Rewriting

2004-05-24 Thread Michael McGrady
Why don't you rewrite UrlRedirect to UrlForward? At 10:34 PM 5/23/2004, Morten wrote: Hi! We are using Struts 1.1 and Tomcat 4.1.x at our company. We are considering to separate our urls from our struts configuration. Instead of /news.do?articleid=43 we would like the url to look like this: /news/a

linking to specified FRAMES

2004-05-24 Thread Michael McGrady
At 10:47 PM 5/23/2004, Paresh Patel wrote: Dear Michael: 1. Pardon me for sending this mail to you, but I need a bit of help. 2. Saw that you have done work using frames. 3. I need to learn about using frames in Struts. This is what I would like to do: - have two frames in a page

Re: [ot] testing 1 2 3 4

2004-05-24 Thread Michael McGrady
Your messages are coming through, Peter. At 03:19 AM 5/24/2004, Pilgrim, Peter wrote: testing 1 2 3 4 -- Peter Pilgrim Operations/IT - Credit Suisse First Boston, 10 South Colonnade, London E14 4QJ, United Kingdom Tel: +44 (0)207 883 4447

Re: how to send the 'index' to javascript function

2004-05-28 Thread Michael McGrady
This is not true. At 02:36 AM 5/28/2004, Mark Lowe wrote: Scirptlets will not work within a html struts tag. If you want to use scriplets use a normal html tag instead. Thats the first I ever heard that.. Thanks for the tip Brati. So you're saying that " /> wouldn't render (assuming the form and wi

Problems with Opera and Struts?

2004-05-28 Thread Michael McGrady
I have no difficulty running my site with Netscape or IE but Opera fails. Here is the readout I get: javax.servlet.ServletException org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:545) org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcesso

Re: Problems with Opera, Struts and Session Management?

2004-05-28 Thread Michael McGrady
+ "_" + path); With Opera, the Layout object referenced as layout1 here is not set in the session on my index page. This difficulty is overcome by putting code in to log that the Layout object has been put into the session. That mystifies me. Any demystification chiefs on this one? Michael M

Re: Problems with Opera and Struts?

2004-05-28 Thread Michael McGrady
Hi, Rick, I am an Opera fan myself, but this problem ONLY occurs with Opera and not the other browsers. I have posted some more details on this. Take a look at my next posting and get the more mysterious details. What do you think is up? Michael McGrady At 07:03 AM 5/28/2004, Rick Reumann

Re: Problems with Opera and Struts?

2004-05-28 Thread Michael McGrady
suspicious. The intermittant problem does not occur with IE and Netscape. Michael McGrady At 07:03 AM 5/28/2004, Rick Reumann wrote: Michael McGrady wrote: I have no difficulty running my site with Netscape or IE but Opera fails. Can you provide any more information? I highly doubt this is an Opera

[OT] Re: RE : how to send the 'index' to javascript function

2004-05-28 Thread Michael McGrady
and rarely provides one the opportunity to be all puffy. LOL Michael At 06:27 AM 5/28/2004, Mark Lowe wrote: But then again, the only sensible answer on this thread was martin's. On 28 May 2004, at 15:25, Mark Lowe wrote: Interesting.. Didn't work as i originally predicted.. But as you

RE: Problems with Opera and Struts?

2004-05-28 Thread Michael McGrady
I am not sure why this would be affected. I put a value in the session myself. Opera should not have to know anything about this, right? I am mystified by this, since it seems that Opera should be unaffected by the situation and the problem is intermittant. Michael At 07:54 AM 5/28/2004

Re: Problems with Opera, Struts and Session Management?

2004-05-28 Thread Michael McGrady
the session does not happen with Opera unless you check that it has happened. BUT THAT IS ABSURD. Opera has no knowledge of any of this. RIght? Michael At 07:50 AM 5/28/2004, Rick Reumann wrote: Michael McGrady wrote: I probably should have added that in my ForwardAction I convert a path from

Re: Problems with Opera, Struts and Session Management?

2004-05-28 Thread Michael McGrady
Url", with Opera sometimes the session does not have the default layout object in the session. I can cure this in Opera by having the index.jsp FORWARD page contain the following code: At 11:54 AM 5/28/2004, Rick Reumann wrote: Michael McGrady wrote: No, this is not correct, Rick. The n

RE: Problems with Opera and Struts?

2004-05-28 Thread Michael McGrady
the direction I have started to go. I have been buoyed by the fact that you all agree that the problem with Opera seems nuts to you too. Thanks. Michael At 08:19 AM 5/28/2004, [EMAIL PROTECTED] wrote: If that were the case, wouldn't it be a constant, and not an imtermediate, problem? D

Re: Problems with Opera, Struts and Session Management?

2004-05-28 Thread Michael McGrady
their "host" can have prefigured the Layout for them. The same site has multiple hosts with their own "guests". Michael At 07:50 AM 5/28/2004, Rick Reumann wrote: Michael McGrady wrote: I probably should have added that in my ForwardAction I convert a path from the ActionM

Re: What was the name of this application? [was] Re: Are there any IDE's that understand Struts tags?

2004-05-28 Thread Michael McGrady
Isn't that "HOOyah!"? LOL At 03:04 AM 5/28/2004, bOOyah wrote: Rick Reumann wrote: Actually there was a struts application/IDE that was for demo that was quite impressive but now I forgot the name. Was it NitroX from M7? http://www.m7.com/ The pricetag isn't *that* hefty. -- bOOyah

Re: [OT] Why do you keep torturing me shaikh.sohrab!

2004-05-30 Thread Michael McGrady
I didn't even know you had a "shaikh.sohrab", Rick! LOL At 07:58 AM 5/30/2004, Rick Reumann wrote: "Why do you keep torturing me shaikh.sohrab of rave-tech dot com!" -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: Page pre-processing - reply

2004-05-30 Thread Michael McGrady
I am interested in finding a solution for this recurrent problem, as I know many are. My first question, however, is what do Struts and Tomcat use to keep track of sesssions? Anyone have a reference to that information? I think the solution might be to keep something other than a session whic

Re: Struts/tiles: Run-time definition of which tile to include

2004-05-30 Thread Michael McGrady
There are hundreds of ways to do this. Why don't you just use an ActionForward to go to the tiles definition in tiles-defs.xml you want? you are using Struts, right? Actually I am surprised that what you are doing works. I don't know from the code you showed how the application knows to ins

Re: Struts/tiles: Run-time definition of which tile to include

2004-05-30 Thread Michael McGrady
I also would recommend you read Chapter 11 of Cedric Dumoulin's treat of tiles in Ted Husted's book Struts in Action. That Ted has a sense of humour, no? Struts in ACTION? LOL Mike At 05:14 PM 5/30/2004, David Stevenson wrote: Bear with a beginner's question, please. Loads of docs imply this

Re: Error messages in tiles using tiles-defs.xml

2004-06-01 Thread Michael McGrady
, please feel free to inquire about what they mean. Maybe I will know? ///;-) If you don't have access to books, please let me know and I will go into detail. Michael At 10:31 PM 5/31/2004, Ganesh Rao wrote: Hi everybody! Can anybody tell me how to display error messages using saveErrors()

[OT] JSF Tutorial

2004-06-01 Thread Michael McGrady
Anyone have a good manual, tutorial, etc. on JavaServer Faces they would recommend? I saw the O'Reilly book, but it was a bit pricey, I thought. I paged through the book a bit, though, and became convinced that this is a direction to take. Thanks. Mi

RE: [OT] JSF Tutorial

2004-06-01 Thread Michael McGrady
Thanks, James, Much appreciated! Michael At 05:59 AM 6/1/2004, James Holmes wrote: Hi Mike, I've compiled an exhaustive list of JavaServer Faces articles, tutorials, presentations, etc. on my website at: http://www.jamesholmes.com/JavaServerFaces/ I would recommend you take a look at one o

Re: [OT] JSF Tutorial

2004-06-01 Thread Michael McGrady
Excellent! Thank you! At 02:07 PM 6/1/2004, snpe wrote: You try http://horstmann.com/corejsf/ regards On Tuesday 01 June 2004 12:47 pm, Michael McGrady wrote: > Anyone have a good manual, tutorial, etc. on JavaServer Faces they would > recommend? I saw the O'Reilly book, but it was a

Re: R: Struts Tag Library

2004-06-02 Thread Michael McGrady
One reason for using struts tags is that people are trained to use them. Business is not always bending to the best coding solution. Business has to bend to the best business decision. Michael At 02:55 AM 6/2/2004, Andrea M wrote: I agree with Rick Of corse you could use struts tags without

validating indexed properties

2004-06-02 Thread Michael Muller
I have a form with a list of 10 assets. Each asset has a name and a cash value. I've successfully set up the validator to catch when a non-numeric cash value is entered. I would like to display a little exclamation point icon next to the field with the bad cash value. Is this possible? I do

[OT] Struts and Procedural Weight

2004-06-18 Thread Michael McGrady
The following improvement of a DTO could be considered "procedural weight": But, is it? clientMethod { PersonVO person = PersonDAO.getPersonById(666); OrderVO order = person.getOrder(); CostVO cost = order.getCost(); } clientMethod { Person person = PersonDAO.getPersonByIdIncludingOrde

no struts classes (jar files) found by application

2004-06-22 Thread Michael Kastner
27;s supposed to work, or is there something I am missing? Any help is appreciated. Greetings Michael Kastner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: no struts classes (jar files) found by application

2004-06-22 Thread Michael Kastner
packages and to the commons libraries too? It seems that struts also requires that all the libraries that it depends on are located in the WEB-INF/lib diretory as well. Is that also right? Greetings Michael Kastner Dirk Markert schrieb: Hello Michael

Re: tiles sidebar,header,footer

2004-06-23 Thread Michael McGrady
Are you talking about frames? At 02:15 AM 6/23/2004, [EMAIL PROTECTED] wrote: Jignesh What do you mean by static and called back? If by this you mean the tiles for these areas do not change, then yes, this is possible. The "called back" has me puzzling though. Cheers Christopher Marsh-Bourdon Pypl

Re: no struts classes (jar files) found by application

2004-06-23 Thread Michael Kastner
Hello, I just wanted to thank all those, who replied to my question. Thanks for all the useful hints. I must have been blind. The link, mentioned by Bill, really explains it: http://jakarta.apache.org/struts/userGuide/configuration.html#config_add Thanks for your patience Michael Kastner

RE: delete a record

2004-06-23 Thread Michael McGrady
This is not a struts issue. You have a few choices. JavaScript is a poor one, in my opinion. Use two response objects: one to give them the option and the second to give them the option the second time. Another way to do this is to archive the record instead of deleting it and only delete it

Re: LabelValueBeans

2004-06-23 Thread Michael McGrady
You can rewrite or extend the class to suit yourself, of course. At 10:52 AM 6/23/2004, James Mitchell wrote: No, look at the source for the class and you'll see why. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message -

RE: How can i put a dynamic value to an ?

2004-06-25 Thread Michael McGrady
This is not accurate. You can use <%= blah_blah %> in other tags. At 03:37 AM 6/25/2004, Paul McCulloch wrote: As other posters have said, you can't use a jsp tag to provide the value of an attribute in another tag. Ever. However, what you are doing is (probably) redundant. The purpose of the html

Re: Converting Java Code in JSP to JSTL

2004-06-25 Thread Michael McGrady
Looks like a test, Caroline! At 05:20 PM 6/25/2004, Caroline Jen wrote: I was told that JSTL can convert most of the Java code in JSP. I still have some problem with initializing variables and if statments; for example, I do not know how to write in JSTL of the following: 1. int i = 0; 2. i++; 3.

[OT -- for Martin: bounce backs from Brian Husted] Fwd: Undeliverable: Re: Converting Java Code in JSP to JSTL

2004-06-25 Thread Michael McGrady
These are the bounce backs we are getting, Martin, if you did not get the emails. Envelope-to: [EMAIL PROTECTED] Subject: Undeliverable: Re: Converting Java Code in JSP to JSTL Date: Fri, 25 Jun 2004 20:33:48 -0400 X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: Converting Java Code in

Re: A Strange Title Tile Problem

2004-06-26 Thread Michael McGrady
I am surprised, if you have been working with messages much, that you have not seen this. It means that the "message" was put into the properties files after you last started your server instance in most cases. Restart the application, and if you have the message in the properties file, it sh

Re: A Strange Title Tile Problem

2004-06-26 Thread Michael McGrady
Oh! I see, Caroline. You don't know how to use Struts messages. Or I don't. One of us doesn't. If you can reference a property message with plain text and no tag, that is a surprise to me. At 11:57 PM 6/25/2004, you wrote: I have been using tiles for a while. All of a sudden, a piece of "t

Re: [OT] Storing Birth Date

2004-06-26 Thread Michael McGrady
There are lots of ways to do this, of course, but I have found over the years that working from a long value works best for me. From there you can go any direction. Michael At 09:46 AM 6/26/2004, Rick Reumann wrote: Eddie Yan wrote: Anyone know what is the best practices to store a person date

Re: Tag

2004-06-26 Thread Michael McGrady
Looks as if the value of the page attribute begins with " and ends with '. That won't work if that is accurate. At 07:59 PM 6/26/2004, Caroline Jen wrote: <%@ taglib uri="/tags/struts-html" prefix="html" %> in the beginning of my JSP. This statement that makes an image clickable: <%if ( previous

Re: Nested dispatch action

2004-06-27 Thread Michael McGrady
rm or the server making the form? Others may clearly see what the question is. Sorry if it is obvious and I am just being thick headed. Michael At 04:15 AM 6/27/2004, Mark Lowe wrote: The only means i've thought this could be possible would be to iterate through the parameter names e

Returned From List

2004-06-27 Thread Michael McGrady
nt using the form or the server making the form? Others may clearly see what the question is. Sorry if it is obvious and I am just being thick headed. Michael At 04:15 AM 6/27/2004, Mark Lowe wrote: >The only means i've thought this could be possible would be to iterate >through the

Re: EJB + Struts + Hibernate

2004-06-27 Thread Michael McGrady
What's so special about SPRING? I am always interested in application frameworks. Can anyone give a quick synopsis of the pluses and minuses? Micahel At 07:42 AM 6/27/2004, Mark Lowe wrote: +1 You'll want to look at spring whether you want to use EJB or Hibernate. On 27 Jun 2004, at 16:02, Brya

Re: LookupDispatchAction Default Action

2004-06-27 Thread Michael McGrady
The easy answer is that you can have your framework do whatever you want it to do when it receives a URL. If the URL is directed to the Struts ActionServlet by your server, you can also code further choices, etc. there. At 08:33 PM 6/27/2004, Rodney Paul wrote: Hi All, I have a problem in regar

Re: multiple submit buttons/one form

2004-06-28 Thread Michael McGrady
Try: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript At 03:19 AM 6/28/2004, Axel Groß wrote: just don't forget to keep the messages unique per form had once delete property and delete main entries in one form, so the message shouldn't be 'delete' for both of them...

2 Actions + 1 Form + 1 Submit

2004-06-29 Thread Michael McGrady
uot;/><BR> <crackwillow:image property="button.clear" src="resource.do?file_type=gif&file_name=CLEAR.gif"/><BR> <crackwillow:image property="button.cancel" src="resource.do?file_type=gif&file_n

2 Actions Again?

2004-06-29 Thread Michael McGrady
;<BR> <crackwillow:image property="button.clear" src="resource.do?file_type=gif&file_name=CLEAR.gif"/><BR> <crackwillow:image property="button.cancel" src="resource.do?file_type=gif&file_n

Re: returning to the calling page

2004-06-30 Thread Michael McGrady
I really hate to have to address this, Brian, but this language is clearly inappropriate for a public forum. Michael At 05:35 AM 6/23/2004, you wrote: Hi , I have the following action http://localhost:8080/jestate-jsp/client-property-view-for-rent-action.do?id=1 On this page I have a form for

Re: returning to the calling page

2004-06-30 Thread Michael McGrady
LOL -- Did you notice my name, Brian? No worries! At 07:06 AM 6/23/2004, you wrote: sorry i'm irish, we curse a lot. slaps self on wrist --b Michael McGrady wrote: I really hate to have to address this, Brian, but this language is clearly inappropriate for a public forum. Michael At

[OT] RE: how to handle special characters like "®"

2004-06-30 Thread Michael McGrady
Great article! Thanks Steve At 09:05 AM 6/30/2004, you wrote: This article http://www.joelonsoftware.com/articles/Unicode.html provides a good introduction to character encodings. It may help. Steve > -Original Message- > From: Christina Siena [mailto:[EMAIL PROTECTED] > Sent: June 29, 200

[OT] Netscape 7.1 WOW!

2004-06-30 Thread Michael McGrady
I have not used Netscape regularly for a while. But, I just tried the newest Netscape 7.1 and I am really impressed. Wow! Speed, no crappy ads, etc. This is what I had hoped a browser would do! Michael - To unsubscribe, e

Re: [OT] Netscape 7.1 WOW!

2004-06-30 Thread Michael McGrady
I will check it out, but the present Netscape is so much better than anything I have used before I am sticking with it a bit. I love the look too. Maybe the difference is that I did a custom installation? Michael At 10:01 AM 6/30/2004, you wrote: I think Mozilla Firefox 0.9.1 would make you

RE: [OT] Netscape 7.1 WOW!

2004-06-30 Thread Michael McGrady
Isn't this parade of praise for foxfire and odd way for Netscape to advertise? LOL At 03:58 PM 6/30/2004, you wrote: I love the extensions available for firefox. That, and the security/reliability compared to IE - the two reasons I was able to get my parents to switch. Checkout what's availabl

Re: 2 Actions + 1 Form + 1 Submit

2004-07-02 Thread Michael McGrady
Thanks Niall. I realized, too, that the best solution was to have the rendering of the tag put in the needed parameters for the image upload. Michael At 05:32 AM 7/2/2004, you wrote: Yes because you are not posting the form when the browser renders the image button. The only thing the action

Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread Albrecht, Michael
he solution? ;-) Thanks in advance for help. Michael

AW: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread Albrecht, Michael
, jsf-impl.jar, jstl.jar). Though it`s not running. If I`m debugging the first call of the example app, the LifeCycleFactory returns null in the RequestProcessor and so nothing can go on. Other hints? Michael http://www.struts-it.de

AW: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread Albrecht, Michael
I`m not sure if anybody has ever achieved a running JSF-Tiles-Struts - example. If it is so, please contact me. Thanks in advance, Michael http://www.struts-it.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Form bean scope question

2004-07-06 Thread Michael McGrady
Yes, this is the problem. At 04:05 AM 7/6/2004, you wrote: I have had a problem like this before and what I did is add the <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> in the included/inserted jsp pages. HTH, Glenn John Moore <[EMAIL PROTECTED]> 06/07/2004 06:24 AM Please respond to

AW: Book recommendations

2004-07-06 Thread Albrecht, Michael
Hi Nick! I think on http://wiki.apache.org/struts/StrutsBooks you will find, what you`re looking for. Bye, Michael http://www.struts-it.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

AW: Book recommendations

2004-07-06 Thread Michael Albrecht
Hi Nick! I think on http://wiki.apache.org/struts/StrutsBooks you will find, what you`re looking for. Bye, Michael http://www.struts-it.de -- NEUSTA Computersprachen GmbH Ostertorsteinweg 30 28203 Bremen Tel.: +49 421 20696-22 Fax: +49 421 20696-99 Mobil: +49 171 4289299

Re: Form bean scope question

2004-07-06 Thread Michael McGrady
sewhere or not set at all, etc. But, the problem is identified clearly, in my opinion, and this is it. At 01:20 PM 7/6/2004, you wrote: Michael McGrady wrote: Yes, this is the problem. At 04:05 AM 7/6/2004, you wrote: I have had a problem like this before and what I did is add the <%@ taglib

Re: Form bean scope question

2004-07-06 Thread Michael McGrady
To what does this refer? You must be trying to find this but why? At 02:18 AM 7/6/2004, you wrote: org.apache.struts.taglib.html.BEAN - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: some best practices questions

2004-07-06 Thread Michael McGrady
I think the obvious is important with this recurrent problem. The obvious is that you want to persist data for a period that is not coincident with the normal devices for doing that. i.e. request, session and context scopes. The difficulty is matching up with storage method on the server with

Re: some best practices questions

2004-07-06 Thread Michael McGrady
Ever thought about creating a new scope managed by your own manager from application scope? That is an approach I have been thinking of more and more as of late. At 08:35 PM 7/6/2004, you wrote: I used hidden select lists to restore user selections since I wasn't "allowed" to place the whole f

Re: some best practices questions

2004-07-06 Thread Michael McGrady
Thanks for the heads up, Rick. I think this whole area just needs a concerted and orchestrated look. The standard approaches just are not working for people. This is really so recurrent is more than recurrent. At 09:59 PM 7/6/2004, you wrote: On Tue, 06 Jul 2004 20:58:16 -0700, Michael

Re: some best practices questions

2004-07-07 Thread Michael McGrady
I, for one and one only, think that this sort of thing is directly addressing the most common recurrent question on this list. So, if anything, this de-spams the list. Thanks for the suggestion. At 04:57 AM 7/7/2004, you wrote: Sorry if this is considered spamming the list Speaking of sto

RE: some best practices questions

2004-07-08 Thread Michael McGrady
would be a performance plus. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Using Log4j in Struts 1.1

2004-07-08 Thread Michael Albrecht
get off. Michael http://www.struts-it.de -- NEUSTA Computersprachen GmbH Ostertorsteinweg 30 28203 Bremen Tel.: +49 421 20696-22 Fax: +49 421 20696-99 Mobil: +49 171 4289299 - To unsubscribe, e-mail: [EMAIL PROTECTED] For

image tag and onmouseover attribute

2004-07-08 Thread Michael McGrady
Anyone have an example on a real, live, actual, JSP page using the onmouseover attribute with the struts tag? If so, I would be very appreciative of a "look see" of what the JSP code looks like. Thanks in advance. QUESTION: Did you hear what Roy Rogers said to Trigger? ANSWER: "Why the long

log4j book out of stock

2004-07-08 Thread Michael McGrady
Is there a place to get the log4j book, and is it worth the rather hefty price? Seems like everywhere I look it is not available. Is the author just trying to sell it on his own? Wazzup? - To unsubscribe, e-mail: [EMAIL PROT

Re: html:image vs html:submit

2004-07-08 Thread Michael McGrady
This tells you where the problem is. If you look at the code there you should be able to tell what is going wrong. At 01:33 PM 7/8/2004, you wrote: org.apache.commons.beanutils.PropertyUtils.getPropertyDescriptor(PropertyUtils.java:837)

Re: struts automation

2004-07-08 Thread Michael McGrady
Not sure what you mean here. Presumably those class files already exist? At 01:52 PM 7/8/2004, you wrote: Is there a struts tool out there that will create the class files you name in a struts-config file automatically? It seems to me that would be really useful? --

HELP FROM THE ADMINISTRATOR re: Brian Husted not available

2004-07-08 Thread Michael McGrady
It seems that we have been getting the messages that Brian Husted is not available forever. Can the administrator please solve this? Everytime I send an email to the list I get this back, and others have made the same complaint: Subject: Undeliverable: Re: html:image vs html:submit To: <[EMAI

RE: struts automation

2004-07-08 Thread Michael McGrady
At 02:00 PM 7/8/2004, you wrote: > Is there a struts tool out there that will create the class > files you name in a struts-config file automatically? It > seems to me that would be really useful? > Yes there is, several of them.. I have the following class file named in my struts-config.xml file

RE: struts automation

2004-07-08 Thread Michael McGrady
Oops, forgot the reference: At 02:04 PM 7/8/2004, you wrote: At 02:00 PM 7/8/2004, you wrote: > Is there a struts tool out there that will create the class > files you name in a struts-config file automatically? It > seems to me that would be really useful? > Yes there is, several of them.. I h

RE: struts automation

2004-07-08 Thread Michael McGrady
wrote: > -Original Message- > From: Michael McGrady [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 2:05 PM > To: Struts Users Mailing List > Subject: RE: struts automation > > > At 02:00 PM 7/8/2004, you wrote: > > > Is there a struts tool out

Simplifying struts-config.xml

2004-07-08 Thread Michael McGrady
Is there a way to do the following using less real-estate in struts-config.xml? If not, there should be: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

RE: struts automation

2004-07-08 Thread Michael McGrady
Okay, you meant source code. I thought you meant class. What are you talking about? Compiling? Loading? Admiring? I could learn from you, Barrows. You are a real tool expert, as opposed to a real expert tool. LOL Thanks for the help. Michael At 02:45 PM 7/8/2004, you wrote

RE: struts automation

2004-07-08 Thread Michael McGrady
I must be sick! LOL I like to think it through each time. That leads in the end with me doing something new and really getting into what seems to be mundane in depth. I am a slow learner, I guess, even though I am, of course, just brilliant. ///;-) Thanks. Michael At 04:22 PM 7/8/2004

Re: Simplifying struts-config.xml

2004-07-09 Thread Michael McGrady
learn something from this, eh? Thanks for the response. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Theoretical debate

2004-07-09 Thread Michael McGrady
At 11:24 PM 7/8/2004, you wrote: If you've "cheated" on the separation of concerns issues in your existing app, this is going to seem harder. Boy, HOWDIE! This is so often the case. The whole reason for separation of concerns just jumps out at us during these situations. --

Re: Simplifying struts-config.xml

2004-07-09 Thread Michael McGrady
nyone have a quick reference to some documentation on this "new wildcard support"? Thanks. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Simplifying struts-config.xml

2004-07-09 Thread Michael McGrady
Thanks, Bill Siggelkow At 10:14 AM 7/9/2004, you wrote: http://struts.apache.org/userGuide/building_controller.html#action_mapping_wildcards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

RE: Dynamic extension of web apps

2004-07-10 Thread Michael McGrady
ed. This can also be used, by the way, again, for "skins". This works with, e.g. mapping.getInput(), by the third way. Michael At 02:03 PM 7/8/2004, you wrote: If I understand you correctly (You're looking for a write once, generate HTML, WAP or Voice XML files from that) , I bel

Dynamic lookup tag lib (drop down list reverse)

2004-07-10 Thread Michael Mok
g.class To add the functionality to your JSP you will need to 1) Add the tld to your web.xml. 2) Add the tld to your JSP. This tag also works with indexed beans as droplisttag.java is extended from writetag.java. Regards Michael Mok MAD ART | Lead Technical Architect e| [EMAIL PROTECTED] m| 04

Re: [OT] Re: HSQLDV / STRUTS - (this has nothing to do with Struts)

2004-07-12 Thread Michael McGrady
I did not see your initial post, but to help clear this, let me say that, if you don't want to have to keep a connection to the database, then don't run "all-in-memory". At 05:37 AM 7/12/2004, you wrote: Is this the same post that was sent last week? or week before? I believe I asked you a que

  1   2   3   4   5   6   7   8   9   10   >