Re: About Action Form

2004-10-16 Thread Frank W. Zammetti
persisted, I don't know)... Session coding will be very easy, and unless your going to have a huge load, there shouldn't be any problem. Only you know all the details though, so you'll have to make the real determination. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex

Re: Seeking advice for buying a Struts book

2004-09-28 Thread Frank W. Zammetti
] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: FW: R: Detecting the previous JSP

2004-09-29 Thread Frank W. Zammetti
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com

Re: back button

2004-10-04 Thread Frank W. Zammetti
-browser it is, and it will not help if they have scripting disabled. But, if those things can be factored out of the equation, this might do the trick for you. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com andy wix wrote: Hi, As usual I think I

Re: Calling JSP directly.

2004-10-04 Thread Frank W. Zammetti
to, forward to your JSP and access it through the form as you normally would in Struts. Certainly will make your life easier later if you need to extend what's being done. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Shabada, Gnaneshwer wrote

Re: Struts /silly question

2004-10-08 Thread Frank W. Zammetti
execute() (passing it all the objects the execute() method of Action A recieved of course) and that's that. I've done this, works just fine. BUT DON'T DO IT! The other posters are dead-on... If there's any way at all you can avoid doing this, do so. You'll thank yourself later. -- Frank W

Re: Migrate xsl into jsp/struts

2004-10-19 Thread Frank W. Zammetti
in, the JSTL tag Jeff mentioned is almost certainly a preferable option anyway. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Vicky wrote: If you can find code, would be much appreciated. Thank you all for your responses. -Vicky --- [EMAIL

Re: [OT] RE: AspectJ question / lumberjack

2004-10-19 Thread Frank W. Zammetti
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex

Re: Request parameters not making it to Actions?

2004-10-22 Thread Frank W. Zammetti
they could be... I'm proceeding under the belief that they aren't though and therefore an invalid submission is not being made at any point (unless it's a navigation problem, i.e., back, which is still a possibility) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

Re: Request parameters not making it to Actions?

2004-10-22 Thread Frank W. Zammetti
- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 7:35 PM To: Struts Users Mailing List Subject: Re: Request parameters not making it to Actions? Hi David, Nope, no redirects anywhere. When the NPE's occur, as near as I can tell, only some of them are missing (which

Re: [OT] Hosting Companies

2004-10-26 Thread Frank W. Zammetti
Lunarpages.com is quite good too. They're who I'm hosted with. -Original Message- From: Rick Reumann[EMAIL PROTECTED] Sent: 10/26/04 11:21:04 PM To: Struts Users Mailing List[EMAIL PROTECTED] Subject: Re: [OT] Hosting Companies Joe Hertz wrote the following on

[Fwd: Re: Struts-BSF, Struts-Scripting [was Re: Proposal: Javascript-to-Java object conversions]]

2004-10-29 Thread Frank W. Zammetti
is probably useful. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Martin Cooper wrote: Just curious, and I'm sure I'm missing something (which is why I'm asking!), but why would you want to do this when there are XML based solutions

Re: [Fwd: Re: Struts-BSF, Struts-Scripting [was Re: Proposal: Javascript-to-Java object conversions]]

2004-10-29 Thread Frank W. Zammetti
Sorry Struts Users list, this was intended for the Developer's list, I clicked the wrong address in my address book. D'oh! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Frank W. Zammetti wrote: Well, in all honesty, this isn't something

Re: Session invalidation problem

2004-11-08 Thread Frank W. Zammetti
. In this latter case, session will equal null. -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 3:49 PM To: Struts Users Mailing List Subject: Re: Session invalidation problem Another good point, and I'll add code to catch that. But, as I

Re: Session invalidation problem

2004-11-08 Thread Frank W. Zammetti
, as near as I can tell, it shouldn't be possible). Spot anything Brian? Thanks for your effort! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Barnett, Brian W. wrote: Hmm. Can you share a bigger snippet of the code, and point out where

Re: How to disable Enter=Submit on struts form?

2004-11-08 Thread Frank W. Zammetti
, but it's close, a quick Google search should give you the right answer if I'm wrong. Not that this will stop enter working on ANY field, so if that's important, this won't work. You might also be able to check the keyCode onSubmit, but I'm not as sure about that. -- Frank W. Zammetti Founder

Re: Session invalidation problem

2004-11-08 Thread Frank W. Zammetti
at this for probably a month now though off and on, so I'm not too confident. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Barnett, Brian W. wrote: Sorry Frank, but I don't see anything. I suspect there is nothing happening to the session object

Re: talking about paradigms

2004-11-15 Thread Frank W. Zammetti
of XSLT. Power and flexibility always come at costs in this line of work, and XML/XSLT-based solutions I think are a prime example of this. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Dakota Jack wrote: Yet, Bill, that is not the problem

Re: JSP Code for DownloadAction

2004-11-26 Thread Frank W. Zammetti
Did the sample app not help you Jack? What wasn't clear from it? Maybe I can update it to be more helpful... -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Dakota Jack wrote: Anyone have an example of JSP code for DownloadAction? I am

Re: JSP Code for DownloadAction

2004-11-26 Thread Frank W. Zammetti
, it can tell it's a file of some other type, and will either pass it along to a plug-in for display, or ask the user what to do with it. Of course, I just repeated what Andrew said really :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com

Re: JSP Code for DownloadAction

2004-11-28 Thread Frank W. Zammetti
Good info. Thanks Andrew! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Andrew Hill wrote: I wanted to send this link along on Friday as well, but didnt have time to find it as I was trying to get home early. (Fat chance. Still ended up

Re: caching large data in web application

2004-11-28 Thread Frank W. Zammetti
or other, so I can try and expand on things if you need me to. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Dakota Jack wrote: Whatever code updates the database will have to somewhere and somehow notify the code that updates the cache

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Frank W. Zammetti
, or modified images right into an app without having to restart, recompile, WAR or anything else (doesn't generally work for class or library changes, but half way is better than no help at all) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Frank W. Zammetti
on the bigger projects that breaking things up would probably be better. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Eddie Bush wrote: Do people really deploy things to production like this? We generally just publish an EAR or WAR file

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Frank W. Zammetti
form doesn't really make much different vs. a WAR file as far as source control goes. I don't think many people put archives into source control, so in essence what's in source control is already in exploded form. It's eliminating the packaging step is all. -- Frank W. Zammetti Founder and Chief

Re: Tiles or Frames or Both

2004-12-06 Thread Frank W. Zammetti
not the Struts way. Make the decision, as you should any other, on what will truly suit your needs best. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Luiz Esmiralha wrote: Hi Nadia, I would bet on tiles. I avoid frames like the plague

Re: [OT]Threads and Servlets Question

2004-12-06 Thread Frank W. Zammetti
of a great many people reading this, is the simple question, what is actually OK to do with threads in a servlet container and what isn't? Perhaps more importantly, what is the reasoning behind the answers? Any thoughts? (not necessarily just from Craig :) ) -- Frank W. Zammetti Founder

Re: [OT]Threads and Servlets Question

2004-12-06 Thread Frank W. Zammetti
take a stab at in anyway... DON'T spawn threads inside a servlet container unless you really, REALLY have to. It'll tend to save you headaches more times than not. But if you gotta do it, do it with care :) (Am I the King of simplistic double-talk or what?!?) Frank W. Zammetti Founder and Chief

Re: [OT]Threads and Servlets Question

2004-12-06 Thread Frank W. Zammetti
anything, you'll need to deal with each host specifically to see what they'll let you or not let you do. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Andrew Hill wrote: snip DON'T spawn threads inside a servlet container unless you really, REALLY

Re: Best practice question: Properties (ShoppingCart) per user

2004-12-08 Thread Frank W. Zammetti
isn't going to be great, so no worries there. But, the golden rule with Struts to remember is no class-level variables! That's what all this is designed to avoid. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Simon MARTIN wrote: Hi, thanks

Re: Struts or straight HTML button for action w/ no assoc. form?

2004-12-09 Thread Frank W. Zammetti
. I'm not saying go to that extreme, just venture forth with a little caution is all. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Jeff Beal wrote: [EMAIL PROTECTED] wrote: FORM METHOD=LINK ACTION=BuildPostMessageViewAction.do INPUT

Re: Best practice question: Properties (ShoppingCart) per user

2004-12-11 Thread Frank W. Zammetti
have specific questions, I'll try and answer them. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Simon MARTIN wrote: Hi, I'm currently writing a short Struts application without a database (I know that this would be better, but as it is only

test

2004-12-13 Thread Frank W. Zammetti (MLists)
Please ignore me. Just seeing if my web host fixed the webmail problem I've been having. Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Page navigation links

2004-12-17 Thread Frank W. Zammetti
have to decide. I'm not sure something like this exists yet, I'd certainly think it does though. If you have to roll your own, I suspect it wouldn't be too difficult using this approach (assuming I haven't glossed over something that makes it impossible or overly difficult of course!) -- Frank W

Re: external properties

2004-12-17 Thread Frank W. Zammetti
the hard-coding is to you, may not be a big deal. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com liooil wrote: Hello world, What would be the best pratice to get properties from an external file? (I mean this file is not part of my war). I'd like

Re: Preview of an Image and text

2004-12-17 Thread Frank W. Zammetti
. But, if you can do it without touching the server, so much the better I figure. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com uma.k wrote: Hi, I have a form where the user is given the option to select a file to upload(normally gif or jpg

Re: creating a for loop structure for multibox

2004-12-17 Thread Frank W. Zammetti
that particular checkbox is checked or not. I have a personal distaste for taglibs in most cases, I know many people disagree, but I figured you might as well know all your options, then you can choose whickever you prefer from an informed position. -- Frank W. Zammetti Founder and Chief Software

Re: creating a for loop structure for multibox

2004-12-17 Thread Frank W. Zammetti
to change frameworks without touching my presentation layer (within some necessary constraints of course) You make perfectly valid points though, so throw it all into the hopper and make a decision Kedar! :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

Re: creating a for loop structure for multibox

2004-12-17 Thread Frank W. Zammetti
to be just a hair more complicated (not much, but a little). -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Kedar Deshpande wrote: Both solutions seem like they will do the trick. thank you for giving me two choices to deceide from, i guess my choice

Re: creating a for loop structure for multibox

2004-12-17 Thread Frank W. Zammetti
to know that bad :) Eh, I knew I was saying something controversial to begin with :) I'm in the minority with regard to taglibs, I know that. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Jim and Frank. Frank W. Zammetti wrote: Fair enough

Re: Determine the previous action

2004-12-17 Thread Frank W. Zammetti
It actually strikes me as VERY curious that such a thing isn't already done by Struts (if in fact it isn't). Thinking about it, I know that you can get the ActionMapping that was last executed through request... Wouldn't that give you all you need? -- Frank W. Zammetti Founder and Chief

Re: test

2004-12-14 Thread Frank W. Zammetti
. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Guillaume Cottenceau wrote: Frank W. Zammetti (MLists) fzlists 'at' omnytex.com writes: Please ignore me. Just seeing if my web host fixed the webmail problem I've been having. Thanks! No offense

Re: Preview of an Image and text

2004-12-18 Thread Frank W. Zammetti
URI at some point. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com uma.k wrote: Hi Frank, Thanks for the reply. Your solution works good if I have to show preview in the same page but I what if I need to show preview in the next JSP? How do I

Re: returning to correct form after validating a page in a wizard form

2004-12-18 Thread Frank W. Zammetti
already, and return the appropriate forward. I assume I'm missing something because that's too obvious... -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Janice wrote: Here's hoping somebody's still answering questions this close to Christmas :) I

Re: Dynamically adding an ActionMapping

2004-12-19 Thread Frank W. Zammetti
(and completely uninformed I admit because I haven't taken the time to look at any source to see what's currently done)... -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Craig McClanahan wrote: On Thu, 16 Dec 2004 11:21:01 -0500, Chaikin, Yaakov Y

Re: Dynamically adding an ActionMapping

2004-12-19 Thread Frank W. Zammetti
the theory is the same. Or are you telling me that even AFTER the addConfigItem() method exits that the internal structure of the HashMap isn't guaranted to be consistent? That's the only catch I can see, and if THAT'S what your saying, then I concede the point completely :) -- Frank W. Zammetti

Re: Preview of an Image and text

2004-12-19 Thread Frank W. Zammetti
personally, I'd go with something like HTTP2IMmage... My Windows-specific programming these days is limited to PocketPC development, not sure I'd want to get into anything too deep on the desktop these days. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Frank W. Zammetti
Excellent, thank you Jeff! There's more discrete values than I had hoped, but I can still accomplish my goals. Thanks to everyone that has replied thus far! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com [EMAIL PROTECTED] wrote: Frank, Take

Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Frank W. Zammetti
Geez, can't say I even knew there was a JVM for AS/400 :) I think I'm going to hold off supporting that OS with what I'm doing, at least initially. Thanks for the info though, I'll add it to my list, for when the time comes. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex

Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Frank W. Zammetti
It's in the mail :) (Of course, if I can finish what I'm working on tomorrow, I'll release that in lue of beer, and Christmas presents :) It's nothing Earth-shattering, but may come in handy for some folks) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

[OT] Request an app test (free beer!)

2004-12-20 Thread Frank W. Zammetti
on wouldn't hurt). If you could just post your OS and what the result was, I would greatly appreciate it. Thanks in advance! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com

Re: Accessing my form from an included page

2004-12-22 Thread Frank W. Zammetti
more than one. Well, it IS late, that's for sure... I have to get ready for six hours of traffic tomorrow driving to New York. I should probably get some sleep. I'm pretty sure BOTH our brains hurt :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

Re: Why download messages twice??

2004-12-28 Thread Frank W. Zammetti
I'm seeing the same thing actually, have been for over a week. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com James Mitchell wrote: No, it's just you. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017

Re: Which methodology is better?

2004-12-29 Thread Frank W. Zammetti
-forward answer, either way. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Jim Barrows wrote: -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 12:44 AM To: user@struts.apache.org Subject

Re: create text fields/radio buttons dynamically by reading from db

2005-01-03 Thread Frank W. Zammetti
ugly :) If you don't use them much now though, this really doesn't seem so bad. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com James Mitchell wrote: No, you will not be able to use the struts tags to generate these (html:text, html:radio

[OT] WinCVS problem (free beer!)

2005-01-05 Thread Frank W. Zammetti
the expertise of these lists. Thanks a lot! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [OT] WinCVS problem (free beer!)

2005-01-05 Thread Frank W. Zammetti
expect to see if it was doing what Glenn suggested). It's weird, I can move the window around no problem, but I can't do anything with any part of the interface (and large parts of the interface get erased when I move any window over it, typical Windows frozen app syndrom) -- Frank W. Zammetti

Re: [OT] WinCVS problem (free beer!)

2005-01-05 Thread Frank W. Zammetti
. Just curious, I'll know for sure in the morning :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Lucas González Pearson wrote: This might sound stupid... but have you tried reinstalling it? - Original Message - From: Frank W. Zammetti

Re: [OT] WinCVS problem (free beer!)

2005-01-06 Thread Frank W. Zammetti
that capability. With that in mind, TortoiseCVS seems the past of least resistance for me. Thanks for your help! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Daniel Perry wrote: Give tortoisecvs a try. I personally prefer it to wincvs. http

Re: ActionHelpers with FZLISTS

2005-01-06 Thread Frank W. Zammetti
); } return (instance); } -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Please explain Struts Chain

2005-01-06 Thread Frank W. Zammetti
Command objects from the sequence, the ones corresponding to the preprocessing steps I do now) for a normal request. Just curious at this point, but your quick writeup here was very informative, so I figured I'd ask :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex

Re: Please explain Struts Chain

2005-01-06 Thread Frank W. Zammetti
like I do now from the chain Command, but that seems contrary to the whole idea to me. Eh, I feel like I've hijacked this thread now, so let me get off this topic for now. Thanks for your insight though Joe! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

Re: Q. Should a J2EE architect be an HTML expert

2005-01-07 Thread Frank W. Zammetti
as you can. Generalists are FAR more valuable in my experience than those that know one or two things like the back of their hand. Better to have a good grounding in a wide variety of disciples. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com

Re: JSP bean

2005-01-07 Thread Frank W. Zammetti
with the situation where you can't alter the beans' source. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Jim Douglas wrote: Frank, You're using it from an ActionFormI have this problem in a class where I am implementing a Tiles

Re: Attributes, Parameter or Class

2005-01-08 Thread Frank W. Zammetti
for instance. Expose a thread-safe getter method and your all set. Of course, that implies that you have some identifiable ID to look up for each user, and I'd think userID would be it :) That aside though, wouldn't just storing it in session do what you want? -- Frank W. Zammetti Founder

Re: Attributes, Parameter or Class

2005-01-08 Thread Frank W. Zammetti
Maybe it's simple, like I thought it might be, maybe it's not. I gave him the simple answer, you gave him a not-so-simple answer. Maybe we helped, maybe we didn't, he'll have to come back with more details if not. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies

Re: Attributes, Parameter or Class

2005-01-08 Thread Frank W. Zammetti
initially asked, but feel free to inquire further if not. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Jim Douglas wrote: I can connect and authenticate via a database no problem. My problem is I can't compile because of this line

Re: Attributes, Parameter or Class

2005-01-09 Thread Frank W. Zammetti
of the story :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Wendy Smoak wrote: From: Jim Douglas [EMAIL PROTECTED] I simply want to access an UserID from anywhere in an web-app. JSP, method of any class file, servlet or otherwise...etc. ( Passing

Re: flexbible JSP

2005-01-09 Thread Frank W. Zammetti
the ActionForm associated with the request, and access that in your JSP. Also, most people will tell you to use the taglibs instead of scriplets (everyone except me actually, but in this case you might be better off listening to them). -- Frank W. Zammetti Founder and Chief Software Architect

Re: I'm going back to just using regular Actions.. a question

2004-09-17 Thread Frank W. Zammetti (MLists)
that). It's just what I've settled on... Works for me. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Fri, September 17, 2004 2:41 pm, Rick Reumann said: After thinking about the flavors of Dispatch actions I use, and after having used them as my

Re: I'm going back to just using regular Actions.. a question

2004-09-17 Thread Frank W. Zammetti (MLists)
Forgot to mention, although you probably guessed... Any other class specific to the app that doesn't fit any of the categories (things like helper classes used in may different Actions) are in com.company.project. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies

Re: I'm going back to just using regular Actions.. a question

2004-09-17 Thread Frank W. Zammetti (MLists)
to NOT do what feels natural after so many years :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Fri, September 17, 2004 2:57 pm, Rick Reumann said: Frank W. Zammetti (MLists) wrote the following on 9/17/2004 2:54 PM: I personally use #3

Re: Action mapping Path resolution

2004-09-18 Thread Frank W. Zammetti (MLists)
set. Hope this helped! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Sat, September 18, 2004 5:07 am, Ryan julius said: Hi, I am trying to master, Struts. I am creating a struts application with the following settings, and I am

Re: Where to put the business logics?

2004-09-21 Thread Frank W. Zammetti (MLists)
and will also allow you target other types of clients without changing your business code. To most it seems an obvious point, but I've seen the rule broken many times, and 99% of the time it wasn't necassery. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

Re: Where to put the business logics?

2004-09-21 Thread Frank W. Zammetti (MLists)
Thanks for defining POJO Dennis! I've seen that floating around lately and wasn't sure what it meant. Glad it's not something new I'll have to learn :) (Leave it to the tech industry to invent an acronym for something that doesn't need an acronym at all! :) ) -- Frank W. Zammetti Founder

Re: Where to put the business logics?

2004-09-21 Thread Frank W. Zammetti (MLists)
of people will tell you that separating your business logic from your Actions is a good architectural approach, but there are some valid reasons for not bothering with the extra effort, and only you can decide. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

Re: Action Granularity

2004-09-21 Thread Frank W. Zammetti (MLists)
in one package myself, but it's certainly a debatable point. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Tue, September 21, 2004 2:49 pm, Felipe Victolla said: Hi, I want to know the opinion of the another developers of this list

Re: Need Best Practices Thoughts on Actions

2004-09-22 Thread Frank W. Zammetti (MLists)
though... A little more client-side scripting, but a less verbose struts-config.xml. Matter of taste either way. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Wed, September 22, 2004 10:03 am, James Mitchell said: You won't be guaranteed

Re: Forward to a file on hard drive

2004-09-22 Thread Frank W. Zammetti (MLists)
? -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Wed, September 22, 2004 1:23 pm, [EMAIL PROTECTED] said: This doesn't work either. I get a 404 for a local resource or an outside url. I don't want to hardcode the document.location but I

Re: Forward to a file on hard drive

2004-09-22 Thread Frank W. Zammetti (MLists)
that it's an HTML document) and render it to the response manually. I THINK that will get you what you need... -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Wed, September 22, 2004 2:00 pm, [EMAIL PROTECTED] said: Frank W

Re: Forward to a file on hard drive

2004-09-22 Thread Frank W. Zammetti (MLists)
PROTECTED] [EMAIL PROTECTED] wrote: Frank W. Zammetti (MLists) [EMAIL PROTECTED] wrote on 09/22/2004 01:34:07 PM: Are you actually trying to FORWARD to the file or is your intention to initiate download of the file? FORWARD Your specifying an HTML file though, so I assume you want

Re: Forward to a file on hard drive

2004-09-22 Thread Frank W. Zammetti (MLists)
Ok, seems like my brain is asleep earlier than usual today... I agree, if that is indeed the case, the redirect should in all probability work as Hubert says. I would expect it to until I saw otherwise anyway. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

RE: Forward to a file on hard drive

2004-09-22 Thread Frank W. Zammetti (MLists)
things that is likely to help someone down the road when they find it in the archives :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Wed, September 22, 2004 3:54 pm, [EMAIL PROTECTED] said: Thank you for the help. This worked

Re: Back Button Woes!!!!

2004-10-11 Thread Frank W. Zammetti
Set controller cache=false / in struts-config... When the user triess to go back, they'll get a page expiration notice. Not the most user-friendly idea, but it'll stop most data corruption issues. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

Re: OT Re: Back Button Woes!!!!

2004-10-11 Thread Frank W. Zammetti
site, but if your talking internal applications where you have even some level of control over the clients touching your app, I'm surprised more people aren't taking this approach. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Eddie Bush

Re: [OT] AJAX (XMLHTTP) doesn't work with Ampersand

2005-09-06 Thread Frank W. Zammetti
for AppendValues(), because it has to be where the problem is then. Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Tue, September 6, 2005 10:43 am, [EMAIL PROTECTED] said: Here you go Frank: AJAX CODE: function getNewXMLHttpRequest

Re: [OT] AJAX (XMLHTTP) doesn't work with Ampersand

2005-09-06 Thread Frank W. Zammetti
it didn't). -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Tue, September 6, 2005 12:09 pm, Richard Yee said: Is the ampersand part of the XML message being sent back to the browser from the servlet? If so, you need to escape the ampersand

[OT] Java Web Parts .9 is out

2005-09-06 Thread Frank W. Zammetti
I know there are a number of folks in both the Struts and Tomcat communities using Java Web Parts now, so it might not be all *that* off-topic... v.9 was just released. There is one new piece in the mix that, I think, might be of interest to some... it's called the DependencyFilter. It's

Re: Problem with a Frameset and Struts (replacing frameset with tiles?)

2005-09-07 Thread Frank W. Zammetti
is *not* difficult, but you may not even ned that added complexity, however little it may be. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Wed, September 7, 2005 2:13 am, gollinger said: Hi! thank you very much for your answer. Do you think

Re: Forwarding to the previous page

2005-09-07 Thread Frank W. Zammetti
to you, the theory is the same. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Wed, September 7, 2005 12:22 pm, Tremal Naik said: 2005/9/7, Duane Rosengartner [EMAIL PROTECTED]: This works very well for me. a class=button href

Re: Forwarding to the previous page

2005-09-07 Thread Frank W. Zammetti
On Wed, September 7, 2005 12:44 pm, Michael Jouravlev said: Consider standard for Struts pre/post actions. You have showForm.do - JSP - submitForm.do - smthElse.do. The preceding action for smthElse.do is submitForm.do, so calling it does not make sense, since it would try to submit a

Re: To maintain combobox selected

2005-09-08 Thread Frank W. Zammetti
On Thu, September 8, 2005 4:20 pm, Wendy Smoak said: From: Pablo Wawrzyniak [EMAIL PROTECTED] How can I do that a combobox is selected after reload the jsp page? Do you mean how can you ensure that the selected item before the submit is selected again? If so... Wow, am I missing something,

Re: To maintain combobox selected

2005-09-08 Thread Frank W. Zammetti
Good! As much as I truly hate being wrong about anything, this is one of those times I'm glad I am :) Frank Laurie Harper wrote: Frank W. Zammetti wrote: On Thu, September 8, 2005 4:20 pm, Wendy Smoak said: From: Pablo Wawrzyniak [EMAIL PROTECTED] How can I do that a combobox

Re: JSF - Shale transition

2005-09-09 Thread Frank W. Zammetti
anyway. It doesn't try to treat JSF as purely a component architecture. Craig McClanahan Regards, Kaleb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W

Re: Who decides?

2005-09-10 Thread Frank W. Zammetti
community-driven project will listen to the community. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Who decides?

2005-09-10 Thread Frank W. Zammetti
expandable or fixable. Why is there so much seeming resistance to doing this I wonder? Frank Craig McClanahan wrote: On 9/10/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: Craig McClanahan wrote: I hope you'll find my comments useful in furthering this kind of discussion. But I'm

Re: AW: Who decides?

2005-09-10 Thread Frank W. Zammetti
Leon Rosenberg wrote: I think they 'de facto' are stateless singletons? I mean the controller only creates one instance, and you shouldn't create another :-) That is how it currently works, and Craig has in the past explained the decision. It made perfect sense 4+ years ago when he first

Re: AW: AW: Who decides?

2005-09-10 Thread Frank W. Zammetti
, and changing the current codebase to do it is pretty close to trivial, regardless of how one decides to actually implement it. Frank Leon Rosenberg wrote: -Ursprüngliche Nachricht- Von: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 10. September 2005 18:47 An: Struts

Re: Who decides?

2005-09-10 Thread Frank W. Zammetti
? If so, I for one look forward to the 1.3 release even more than I did before :) Frank Ted Husted wrote: On 9/10/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: Over the past few months there have been a number of people who have attempted to evolve Struts to catch up in some ways with what

Re: Who decides?

2005-09-11 Thread Frank W. Zammetti
As my wife likes to say, cool beans :) Frank Ted Husted wrote: Speaking for myself, yes. On 9/10/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: Ted, I read what you wrote here with interest. I consider myself a champion of backwards compatibility... in fact, within the past month I recall

  1   2   3   4   5   6   7   8   9   10   >