Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Vic
I did not see any posts about this on the Tomcat user list. The group there is very good. .V Chuck Chopp wrote: Wendy Smoak wrote: Have you asked on tomcat-user? If you think Tomcat is misbehaving, they may have more insight into what it could be. Yes, I've posted some inquiries there as well.

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Chuck Chopp
Wendy Smoak wrote: Have you asked on tomcat-user? If you think Tomcat is misbehaving, they may have more insight into what it could be. Yes, I've posted some inquiries there as well. It is looking like the Tomcat implementation on OpenVMS is damaged and I'm taking up the discussion over on comp

RE: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Chuck Chopp > Sent: Friday, September 03, 2004 3:43 PM > To: [EMAIL PROTECTED] > Subject: Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS > > > Jim Barrows wrote: > > > You've elimated the OS & Security Manager.

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Chuck Chopp
Jim Barrows wrote: You've elimated the OS & Security Manager. That leaves us with a version of the VM that knows about WEB-INF or Tomcat. It's possible Tomcat is doint something weird based on OS. I back-rev'd down to JDK v1.4.1 from JDK v1.4.2 on OpenVMS and the problem still occurs. The Tomca

Re: Hibernate VS ibatis, which is better?

2004-09-03 Thread Ted Husted
On Thu, 02 Sep 2004 10:33:44 -0500, David Durham wrote: > Way to shut down a perfectly good thread, Ted.  -)  BTW, I read > your book.  When's the book covering 2.0 due? 2.0 of what? :) As it stands, my only plan is to work on open-source documents. Lately, I've been working on an update of Clin

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Wendy Smoak
From: "Chuck Chopp" <[EMAIL PROTECTED]> > I would expect that there would be some sort of explicit exclusion affecting > "WEB-INF" and that this should appear somewhere in the Tomcat configuration > files. So far, I've been unable to find any references to "WEB-INF" that > involves anything secur

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Chuck Chopp
Brett Connor wrote: Hmm, I'm getting a half relevent memory flash here. Weblogic took some time to catch on to the fact that JSPs could be under WEB-INF even though the client could not directly get them from there, I think it was not explicit in the JSP spec in the very earliest of days. I don'

RE: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Chuck Chopp > Sent: Friday, September 03, 2004 1:35 PM > To: [EMAIL PROTECTED] > Subject: Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS > > > Jim Barrows wrote: > > > Any of the security manager related files.

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Chuck Chopp
Jim Barrows wrote: Any of the security manager related files. I don't know what they are off the top of my head. That's what it sounds like to me anyway, since Tomcat does not normally exclude WEB-INF, it's something outside tomcat. I would expect that there would be some sort of explicit exclusi

Re: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Bill Siggelkow
Jim -- if you create your own subclass of ActionMapping and use the set-property it *will be* per path. Jim Barrows wrote: Yeah, but I wanted this on a per path basis, not per class. That way the web designer could configure the wizard any which way without geting into the Spring config.

Re: Still more / Re: ValidatorResults are empty? (in Struts 1.2.2 with the new Commons Validator)

2004-09-03 Thread Niall Pemberton
Casey, Sorry about that, I submitted the patch that screwed up the results map. I've just applied a change to FieldChecks that should resolve this. The code freeze for the Struts 1.2.3 release is 6pm Pacific Time today - so it should be available soon in that distro. Niall - Original Message

RE: [OT-Friday] Group Sing-along

2004-09-03 Thread Jim Barrows
> -Original Message- > From: Bryce Fischer [mailto:[EMAIL PROTECTED] > Sent: Friday, September 03, 2004 1:15 PM > To: Struts Users Mailing List > Subject: Re: [OT-Friday] Group Sing-along > > Jim Barrows wrote: > > > > > > >>-Original Message- > >>From: news [mailto:[EMAIL PROT

RE: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Jim Barrows
> -Original Message- > From: Bryce Fischer [mailto:[EMAIL PROTECTED] > Sent: Friday, September 03, 2004 1:14 PM > To: Struts Users Mailing List > Subject: Re: ARRR!!! I'm being stupid again > > > Jim Barrows wrote: > > > > > > >>-Original Message- > >>From: news [

Re: [OT-Friday] Group Sing-along

2004-09-03 Thread Bryce Fischer
Jim Barrows wrote: -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Friday, September 03, 2004 1:04 PM To: [EMAIL PROTECTED] Subject: Re: [OT-Friday] Group Sing-along Jim Barrows wrote: -Original Message- From: news [mailto:[EMAIL PROTEC

Re: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Bryce Fischer
Jim Barrows wrote: -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Jim, I know it seems like its unrelated but its really not ... when you create an element you are really defining an instance of ActionMapping (which extends ActionConfig). One of the

RE: [OT-Friday] Group Sing-along

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow > Sent: Friday, September 03, 2004 1:04 PM > To: [EMAIL PROTECTED] > Subject: Re: [OT-Friday] Group Sing-along > > > Jim Barrows wrote: > > > > >>-Original Message- > >>From: news [mailto:[EMA

RE: Page refresh

2004-09-03 Thread meena r
Well ,this requires that the end-user's browser has a java plug-in installed. We are trying to look at approaches where there wouldn't be any addtln set up required on the client side. Thanks Meena --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: meena r

Re: [OT-Friday] Group Sing-along

2004-09-03 Thread Bill Siggelkow
Jim Barrows wrote: -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Friday, September 03, 2004 12:57 PM To: [EMAIL PROTECTED] Subject: [OT-Friday] Group Sing-along Okay -- its Friday and I thought we could have a group sing-along -- I'll start --

RE: [OT-Friday] Group Sing-along

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow > Sent: Friday, September 03, 2004 12:57 PM > To: [EMAIL PROTECTED] > Subject: [OT-Friday] Group Sing-along > > > Okay -- its Friday and I thought we could have a group sing-along -- > I'll start

[OT-Friday] Group Sing-along

2004-09-03 Thread Bill Siggelkow
Okay -- its Friday and I thought we could have a group sing-along -- I'll start - Ohhh ... I am a lumberjack and I'm okay ... (now everybody else join in...) ---

RE: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow > Sent: Friday, September 03, 2004 12:46 PM > To: [EMAIL PROTECTED] > Subject: Re: ARRR!!! I'm being stupid again > > > Jim, I know it seems like its unrelated but its really not > ... when

Re: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Bill Siggelkow
Jim, I know it seems like its unrelated but its really not ... when you create an element you are really defining an instance of ActionMapping (which extends ActionConfig). One of the "properties" of the ActionMapping is the type of the Action. Another is the path, whether to validate or not -

RE: Page refresh

2004-09-03 Thread Jim Barrows
> -Original Message- > From: meena r [mailto:[EMAIL PROTECTED] > Sent: Friday, September 03, 2004 12:29 PM > To: Struts Users Mailing List > Subject: Page refresh > > > Hi, > > I am currently working on a Struts based project where > we have a requirement to fetch details/images from t

RE: Datagrid lige funktionallity

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Anders Jacobsen > Sent: Friday, September 03, 2004 12:22 PM > To: [EMAIL PROTECTED] > Subject: Re: Datagrid lige funktionallity > > > >You've already been pointed at the displaytag, however, > something else you > mi

Re: Datagrid lige funktionallity

2004-09-03 Thread Vic
I think Java is more typing, but still higher overall project productivity. Tools get you to be 90% compleate, but then the last mile is a killer. (and sometimes the 90% compleate has to be re-done to get that last mile). Use displaytag a lot and you will get used to it. .V Anders Jacobsen wrote:

Page refresh

2004-09-03 Thread meena r
Hi, I am currently working on a Struts based project where we have a requirement to fetch details/images from the server(Webshere 5.0) and display to it to the user without allowing the page to re-fresh. We are in the process of seeing whether we can use Iframes or Xml-Rpc for remote scripting. Wo

Re: Datagrid lige funktionallity

2004-09-03 Thread Anders Jacobsen
>You've already been pointed at the displaytag, however, something else you might want to think about. Most of the sites I've seen developed in .NET screem they've been developed by a Windows >developer... mostly because the UI is lacking and in some cases, it's using a table list like the

RE: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow > Sent: Friday, September 03, 2004 11:42 AM > To: [EMAIL PROTECTED] > Subject: Re: ARRR!!! I'm being stupid again > > > Hmmm ... don't know where I originally linked these synapses > but he

RE: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Jim Barrows
> -Original Message- > From: Kris Schneider [mailto:[EMAIL PROTECTED] > Sent: Friday, September 03, 2004 11:33 AM > To: Struts Users Mailing List > Subject: RE: ARRR!!! I'm being stupid again > > > Not sure if it's *explicitly* part of any official docs, but > it can be inf

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Brett Connor
Chuck Chopp wrote: I did some more testing with adding additional JSPs to my test webapp. Here's what I have /index.jsp /login.jsp /success.jsp /Form/page01.jsp /WEB-INF/form/page02.jsp /WEB-INF/page03.jsp I have "index.jsp" set up as my welcome page. It uses the tag "logic:redirect" to redirect

Re: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Bill Siggelkow
Hmmm ... don't know where I originally linked these synapses but here's a wiki page -- http://wiki.apache.org/struts/ActionMapping - Bill Jim Barrows wrote: -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Friday, September 03, 2004 10:08 AM To: [EMAI

RE: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Kris Schneider
Not sure if it's *explicitly* part of any official docs, but it can be inferred from the struts-config DTD. The comment for includes: The "action" element describes an ActionMapping object... The comment for includes: When the object representing the surrounding element is instantiated, the ac

Re: form bean for jsp form with indexed text property

2004-09-03 Thread dhay
Look in the archives. There's tons of stuff on this there. I posted a full working example recently too. |-+> | | "viji.george"| | | <[EMAIL PROTECTED]| | | nd.com> | | |

RE: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow > Sent: Friday, September 03, 2004 10:08 AM > To: [EMAIL PROTECTED] > Subject: Re: ARRR!!! I'm being stupid again > > > The in nested applies to the ActionMapping > object not the Action.

Re: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Martin Gainty
To quote Fawcette- "It doesn't take much to be a bean. A class just needs a public constructor that takes no arguments and get and set methods for each significant property such that a property named foo will have getFoo() and setFoo() methods. Technically, it must just support introspection, but t

RE: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Chuck Chopp > Sent: Friday, September 03, 2004 10:03 AM > To: [EMAIL PROTECTED] > Subject: Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS > > > Jim Barrows wrote: > > > What other configuration files do I need t

Re: Redirect to action

2004-09-03 Thread Chuck Chopp
Jim Barrows wrote: -Original Message- From: Ciaran Hanley [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 8:13 AM To: Struts User Mailing List Subject: Redirect to action The struts logic user documentation shows the use of a redirect to an action is permitted http://struts.a

Re: forwarding to an action w/o an input JSP

2004-09-03 Thread Chuck Chopp
Wendy Smoak wrote: From: "Chuck Chopp" <[EMAIL PROTECTED]> That's the part that's getting me. I'm using JDK versions that are only a "-" dash away from each other. I've got JDK v1.4.2-5 on WinXP and JDK v1.4.2-2 on OpenVMS. They're running on different hardware (I assume) and definitely under di

Re: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Bill Siggelkow
The in nested applies to the ActionMapping object not the Action. Jim Barrows wrote: I'm trying to use the set-property tag in the struts-config file. I know I'm being stupid, but what exactly is it? It's not finding the property to set. Okay if I have in my struts-config.xml:

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Chuck Chopp
Jim Barrows wrote: I've seen issues with Linux where just because the server was started under a user who had rwx permissions on a file, for some reason the thread doing the rwx didn't. Havne't seen that in a while and I don't if it was the Linux did threads, Java did threads, or the way Java d

ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Jim Barrows
I'm trying to use the set-property tag in the struts-config file. I know I'm being stupid, but what exactly is it? It's not finding the property to set. Okay if I have in my struts-config.xml: and this in my action class: public class LoanAppWizardAction

Re: JSP tag in a tag

2004-09-03 Thread Bill Siggelkow
Essentially -- the c:set so tag does not create a scripting variable like the bean:define tag -- not an issue for you since you it looks like you're using the html-el tags. Bill Siggelkow Dean A. Hoover wrote: Thanks. Is that equivalent to: ddrivetip(''); ?? -

Re: [general] managing common files

2004-09-03 Thread Craig McClanahan
On Fri, 3 Sep 2004 12:16:57 -0400, Dan Allen <[EMAIL PROTECTED]> wrote: > I want to get some feedback on how other developers handle the > management of certain common files across multiple project trees. > > I am developing about a dozen different web modules right now, each > with its own projec

Re: [OT] Setting up a struts project in IDEA

2004-09-03 Thread Lucas Gonzalez Pearson
Denis, place the cursor over the TLD reference ( it will be probably in RED )... and then press ALT + ENTER and idea will take care of everything for you. (It will add it to the project resources list) Exitos Lucas - Original Message - From: "Denis Avdic" <[EMAIL PROTECTED]> To: "Struts

Re: [general] managing common files

2004-09-03 Thread Ovidiu EFTIMIE
Have you tested Maven ? http://maven.apache.org On Fri, 3 Sep 2004 09:26:37 -0700, Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Dan Allen [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 03, 2004 9:17 AM > > To: Struts Users Mailing List > > Subject:

RE: [general] managing common files

2004-09-03 Thread Jim Barrows
> -Original Message- > From: Dan Allen [mailto:[EMAIL PROTECTED] > Sent: Friday, September 03, 2004 9:17 AM > To: Struts Users Mailing List > Subject: [general] managing common files > > > > The response I most anticipate is to have a target in build.xml that > reaches out to a common

[general] managing common files

2004-09-03 Thread Dan Allen
I want to get some feedback on how other developers handle the management of certain common files across multiple project trees. I am developing about a dozen different web modules right now, each with its own project tree. However, certain resources are used in all of the projects, such as build

Re: Struts & bean property capitalization - minor problem

2004-09-03 Thread Craig McClanahan
On Fri, 03 Sep 2004 06:59:10 +, Janne Mattila <[EMAIL PROTECTED]> wrote: > Reading the specification clarified how things work, thank you. It's much > nicer to know the reason why things happen than just what immediate fix > would solve the problem. It seems that if bean.getEMail() is a given,

RE: Redirect to action

2004-09-03 Thread Jim Barrows
> -Original Message- > From: Ciaran Hanley [mailto:[EMAIL PROTECTED] > Sent: Friday, September 03, 2004 8:13 AM > To: Struts User Mailing List > Subject: Redirect to action > > > The struts logic user documentation shows the use of a > redirect to an action > is permitted > > > > h

Re: forwarding to an action w/o an input JSP

2004-09-03 Thread Wendy Smoak
From: "Chuck Chopp" <[EMAIL PROTECTED]> > That's the part that's getting me. I'm using JDK versions that are only a > "-" dash away from each other. I've got JDK v1.4.2-5 on WinXP and JDK > v1.4.2-2 on OpenVMS. They're running on different hardware (I assume) and definitely under different opera

RE: Tiles in Rows and Columns (Problem Solved)

2004-09-03 Thread Jim Barrows
> -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Friday, September 03, 2004 6:41 AM > To: Struts Users Mailing List > Subject: RE: Tiles in Rows and Columns (Problem Solved) > > > Thanks, Jim, for your support. I made a stupid > mistake. The "View Source" he

RE: forwarding to an action w/o an input JSP

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Chuck Chopp > Sent: Thursday, September 02, 2004 6:47 PM > To: [EMAIL PROTECTED] > Subject: Re: forwarding to an action w/o an input JSP > > > Jim Barrows wrote: > > > I would immediately suspect either the JVM, or t

RE: forwarding to an action w/o an input JSP

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Chuck Chopp > Sent: Thursday, September 02, 2004 6:39 PM > To: [EMAIL PROTECTED] > Subject: Re: forwarding to an action w/o an input JSP > > > Wendy Smoak wrote: > > > Good list! Add to that, you're working with ope

RE: Staying relative

2004-09-03 Thread Jim Barrows
> -Original Message- > From: Dave Bender [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 6:38 PM > To: [EMAIL PROTECTED] > Subject: Staying relative > > > > /app1/areas/group1/section1 > /app1/areas/group1/section2 > /app1/areas/group1/section3 > ... > /app1/areas/

Still more / Re: ValidatorResults are empty? (in Struts 1.2.2 with the new Commons Validator)

2004-09-03 Thread Casey Forbes
Okay - I started tapping out this question too soon and jumped to the wrong conclusion. My applications are still broken but it isn't the fault of commons-validator. It looks like the resolution to this bug is the thing that is hurting me: http://issues.apache.org/bugzilla/show_bug.cgi?id=26413

Re: JSP tag in a tag

2004-09-03 Thread Dean A. Hoover
Thanks. Is that equivalent to: ddrivetip(''); ?? Dean Hoover Bill Siggelkow wrote: You are on the right track, Dean. Do something like the following: ddrivetip(''); Bill Siggelkow Dean A. Hoover wrote: I'm using JSTL and struts and I'm not sure how to stuff an fmt:message into an ht

RE: How long does it take to master appfuse?

2004-09-03 Thread Jim Barrows
> -Original Message- > From: struts Dude [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 6:03 PM > To: Struts Users Mailing List > Subject: Re: How long does it take to master appfuse? > > > > - Original Message - > From: "Jim Barrows" <[EMAIL PROTECTED]> > To:

Re: [OT] Setting up a struts project in IDEA

2004-09-03 Thread DGraham
TLDs: In my foo.jsp, I have: <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> Settings>Resources 1. Configure External Resources>Add         a. URI = /WEB-INF/struts-logic.tld         b. PATH = C:\vss\PhoenixWeb\web\WEB-INF\struts-logic.tld What other problems are you having? Denn

RE: forwarding to an action w/o an input JSP

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Chuck Chopp > Sent: Thursday, September 02, 2004 4:20 PM > To: [EMAIL PROTECTED] > Subject: Re: forwarding to an action w/o an input JSP > > > Jim Barrows wrote: > > > Back, next and reload will do to a struts app wh

Re: JSP tag in a tag

2004-09-03 Thread Bill Siggelkow
You are on the right track, Dean. Do something like the following: ddrivetip(''); Bill Siggelkow Dean A. Hoover wrote: I'm using JSTL and struts and I'm not sure how to stuff an fmt:message into an html:link Here's the partial JSP: ');" onmouseout="hideddrivetip();"> Jasper barfs on

Re: ValidatorResults are empty? (in Struts 1.2.2 with the new Commons Validator)

2004-09-03 Thread Bill Siggelkow
Hmmm ... looking at the Validator.validate() method it seems it should only return an empty ValidatorResults if there is no Form configuration associated with the ValidatorForm object. public ValidatorResults validate() throws ValidatorException { Locale locale = (Locale) this.getPar

JSP tag in a tag

2004-09-03 Thread Dean A. Hoover
I'm using JSTL and struts and I'm not sure how to stuff an fmt:message into an html:link Here's the partial JSP: ');" onmouseout="hideddrivetip();"> Jasper barfs on this with: EditEmail.jsp(35,162) equal symbol expected I figure its because all of the JSP custom tags get resolved at the same time

Sorry / Re: ValidatorResults are empty? (in Struts 1.2.2 with the new Commons Validator)

2004-09-03 Thread Casey Forbes
Agh. I'm blind. Disregard my message and have a good weekend. Casey On Fri, 3 Sep 2004, Casey Forbes wrote: Hi all, This is sort of a commons-validator question but I know that there are some folks here that know all about the validator... I just upgraded to Struts 1.2.2 from 1.1 and I broke all of

Redirect to action

2004-09-03 Thread Ciaran Hanley
The struts logic user documentation shows the use of a redirect to an action is permitted http://struts.apache.org/userGuide/struts-logic.html#redirect But when I use it I get the following error: "Attribute action invalid for tag redirect according to TLD" This is where I call the

ValidatorResults are empty? (in Struts 1.2.2 with the new Commons Validator)

2004-09-03 Thread Casey Forbes
Hi all, This is sort of a commons-validator question but I know that there are some folks here that know all about the validator... I just upgraded to Struts 1.2.2 from 1.1 and I broke all of my applications :( It looks like ValidatorForm.getResultValueMap() will always return an empty map becau

Re: [OT] Setting up a struts project in IDEA

2004-09-03 Thread David Durham
Denis Avdic wrote: Is there anyone out there using IDEA 4.5 that has a list of settings, paths and other things that need to be set in order for all the bells and whistles to work? I've got it installed and I can't stand what they did with Projects. With 3.0, it was easy to add a project and add

[OT] Setting up a struts project in IDEA

2004-09-03 Thread Denis Avdic
Hello, I switched to IntelliJ IDEA 4.5 recently and I finally got an opportunity to set up a pure struts project for a demo. I unpacked struts-blank, and guessed at various settings IDEA asked me when I tried to set up a project. Now I can't get the IDE to recognize the tld's anywhere, I am not

compile with jspc in ant for tomcat 5

2004-09-03 Thread Gilbert, Antoine
Hi I'am trying to compile some jsp of a dir with this kind of ant code :

wildcard mappings & tiles

2004-09-03 Thread Nicolas De Loof
Hello, I've submitted a patch that extends use of wildcard mappings to tiles definitions. Please Wildcard users, could you try it and give me feedback ? You can download a patched struts build at http://loof.free.fr/struts-1.2.3-wildcardtiles.jar Nico. Our name has changed. Please update

Re: never, ever bury an exception!

2004-09-03 Thread Andrew Hill
Yep. If theres one thing I hate its spending hours on a friday night tracing through some other developers code to find why something in the api they expose doesnt work and eventually coming to: catch(Throwable t) { return null; } deep in the bowels of it and knowing that I cant even fix i

RE: Staying relative

2004-09-03 Thread Joe Germuska
At 8:22 AM -0500 9/3/04, Dave Bender wrote: Joe, Thanks for the reply. I'll take a look at modules this morning. That seems like a good solution. If I understand them correctly, I can create six different modules that all point to the same collection of actions and they'd all keep the users 'i

RE: Tiles in Rows and Columns (Problem Solved)

2004-09-03 Thread Caroline Jen
Thanks, Jim, for your support. I made a stupid mistake. The "View Source" helps in diagnosing problems. --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Caroline Jen [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 02, 2004 12:41 PM > > To: Struts

RE: Staying relative

2004-09-03 Thread Paul-J Woodward
Have you thought of making a common superclass for your actions - that class could implement the all session tracking functionality you need. Paul Global Equity Derivatives Technology Deutsche Bank [/] Office +44 (0)20 754 55458 Mobile +

Re: [OT] someone using Outlook 2003, please tell me it can't be this LAME...

2004-09-03 Thread Bryce Fischer
My big issue with Outlook, is that its support for IMAP leaves a lot to be desired. With IMAP, deleting is a two part process, marking message as deleted, and purging. Outlook has no way to automatically purge deleted messages, and it drives me nuts. Every other IMAP client I have seen does thi

RE: Staying relative

2004-09-03 Thread Dave Bender
Joe, Thanks for the reply. I'll take a look at modules this morning. That seems like a good solution. If I understand them correctly, I can create six different modules that all point to the same collection of actions and they'd all keep the users 'in their own spot.' On your second point,

Re: Staying relative

2004-09-03 Thread Joe Germuska
Dave: One way to get Struts to rewrite action paths with more context is to use modules; if your users really stay "within" an area, then using Modules to partition your app will result in all Struts URL rewriting to prepend the paths with both the servlet context path and the module context pa

RE: Jboss database config?

2004-09-03 Thread Marco Mistroni
Hello, Not sure if it helps, but did u remember to add a realm entry in the login-config.xml file? And, as well, add an entry to your ds.xml.. Regards marco -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: 27 August 2004 19:12 To: Struts U

form bean for jsp form with indexed text property

2004-09-03 Thread viji.george
Hi friends, i have a jsp page in which many records that are retrieved from a db are stored in an collection. i think, to put the value in the text property i will have to use indexed property, but what do i do for the form bean??? Is the following code true :   i suppose nameList is an Array

Re: never, ever bury an exception!

2004-09-03 Thread Brett Connor
Koon Yue Lam wrote: Hi !! I agree with all of you but still have a question. If my application is divided into a few layers, say: Web <---> BizDelegate --- <---> EJB |__<--> DAO / server side program My practice is catch all SQLException in DAO(s), but never thro

Re: Indexed Property!!

2004-09-03 Thread Fulco
Maybe you should expose your problem with some more details ;o) RamKumar wrote: Hi, Indexed property methods are not getting called if i use expression language in html:multibox tag. Why is this?. I am using tomcat 5.0. Any clues, thanks, Ramkumar ---