struts in netbeans

2002-10-15 Thread Vincent Stoessel
Hello, I am trying to deploy a struts app from NetBeans 3.4. Netbeans attempts to compile all the classes before creating a .war file. The problem is that compilation stops when it cannot find the BodyTagSupport class which is located in javax.servlet.jsp.tagext I tried mounting servlet.jar from

Default method for LookupDispatchAction

2002-10-15 Thread Elderclei R Reami
Hi, I think it's been discussed already, but I couldn't find this info in the archives. I'd like to have a default method for my action derived from LookupDispatchAction. I mean: if I pass no arguments, I'd like to have a default method called. I tried to use the unspecified method like in the

Re: Release date for struts1.1

2002-10-15 Thread Craig R. McClanahan
On Tue, 15 Oct 2002 [EMAIL PROTECTED] wrote: Date: Tue, 15 Oct 2002 13:20:21 -0400 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Release date for struts1.1 Are features frozen? Are bugs all

Re: struts in netbeans

2002-10-15 Thread Eddie Bush
Use ant to build :-) I use NB as my IDE too - and I love it - but I *always* use ant to build ;-) Among other things, this allows me to keep my source/binary files seperate. I setup something like: project/ web/--- my web module root src/ --- my source tree dist/ ---

Releases in Open Source (was RE: Release date for struts1.1)

2002-10-15 Thread Joe Germuska
At 8:52 AM -0700 2002/10/15, Sharon Tam wrote: Yes, I will be forced to revert to strut1.0 if the struts1.1 released version is not available That's really not a good idea. Whoever would pronounce such a rule is very ignorant of the life cycle of open source projects. There are

Re: StoreFront

2002-10-15 Thread micael
Chuck, I don't have a war file in Ch. 16, Chuck. I have a storefront application in Ch. 20. Oddly enough, inside Ch. 16, I found a file that was labelled Ch. 19, which itself was inside a chapter labelled Ch. 16. Can you give me some more directions on this? Micael At 01:35 PM 10/15/2002

RE: StoreFront

2002-10-15 Thread micael
Chuck, Your zipped up war did not come through, Chuck. Is the storefront app in chapter 20 the same as the war? If so, I will just war that up myself. Sometimes the list seems to triage zip files if they have executables inside. That may have happened? Micael At 03:49 PM 10/15/2002

Re: StoreFront

2002-10-15 Thread chuckcavaness
The chapters numbers got all screwed up when they pulled several chapters from the book. I'll send you the latest tonight. I've sent it to several people on the list already. Do me a favor, anyone that wants it, send me a message to [EMAIL PROTECTED] and just say Send Storefront and give me

Re: Damn where is bug in my code????

2002-10-15 Thread kiuma
Please tell me if there is an error in this code kiuma wrote: Hi, now I've the following problem: in my jsp page I have c:set var='allGroups' value='${sessionScope.userEditForm.allGroups}'/ ... c:forEach items=${allGroups} var=permission tr td align='left'

idName of NestedRadioTag

2002-10-15 Thread Roy . Stephan
Hi, Is the idName field supported in the NestedRadioTag? I do not see it in the TLD but the documentation says so. Is there another way of getting the value from another property? Thank you Stephan

Re: idName of NestedRadioTag

2002-10-15 Thread Jeff_Mychasiw
I was wondering something similar myself. I will need to dynamically generate javascript control names. It seems that nested:writeNesting property=controlName/ will produce the full nested control name. Is this the intented purpose of this tag? [EMAIL PROTECTED] on 10/15/2002

RE: JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem

2002-10-15 Thread Theo Harper
Yep, same problem here. It seems to be because JBoss now uses some of the Jakarta-commons code for loading XML files, more specifically common-digester. I raised a bug on sourceforge and am still awaiting a reply. One fix is to change the code in the digester to always use the current threads

Re: [OT] WAS Connection Pool

2002-10-15 Thread Kris Schneider
All you can do with WLS is define the driver class. You can't define a data source class to replace the one it uses internally. As for creating and binding an instance of OracleConnectionCacheImpl, here are the basic steps: OracleConnectionPoolDataSource ds = new

RE: Can't find my classes.

2002-10-15 Thread Gekka
I accidentally deleted the last mail, Greg, but I've upgraded to struts 1.1b2 now, rebuilt the application, cleared caches and the works. Still the same error. Maybe the debug output from struts might help: --- Orion/1.5.2 initialized register('-//Apache Software

RE: DAO or ... ? [Scanned for known viruses]

2002-10-15 Thread Dan Cancro
Would it better/worse to move the getValueObject() method out of CustomerForm.java, so you could use DynaActionForms and not have to write CustomerForm.java? Maybe it could go in a reusable class that knows how to get various ValueObjects from various DynaActionForms. Thanks, Dan

RE : idName of NestedRadioTag

2002-10-15 Thread Roy . Stephan
In the HtmlRadioTag, the idName indicates the name of the bean to get the value from. I don’t think that is what you are looking for. Stephan -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mardi 15 octobre 2002 14:21 À : Struts Users Mailing List Objet 

RE: Validating Nested Form

2002-10-15 Thread James Mitchell
I don’t recall Struts supporting ‘dynamically generated’ fields. Have you tried your own ‘dynamically generated’ JavaScript? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Sriram Hariharan [mailto:[EMAIL PROTECTED]] Sent:

Re: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-10-15 Thread Daniel Jaffa
Please post your config.xml file. The file can be located under \bea\wlserver6.1\config\nameofApp Also try to get into the console for that port, if u can get it weblogic is still up. Make sure that weblogic is not running as a service, this has gotten several people running weblogic on nt

RE: DAO or ... ? [Scanned for known viruses]

2002-10-15 Thread Kevin . Bedell
Not sure - I didn't really look at that in the design. I liked how this approach allowed me to modify the form bean and/or the Value Object without having to make any changes to the Action class. I was trying to create an instructive example, not so much create the ultimate design. We had

RE: Damn where is bug in my code????

2002-10-15 Thread Karr, David
You might try using a more specific title line. We'd all be better off if you asked a direct question, as opposed to having us scan all of your code for anything that might be wrong. Is this code not working? If not, what is happening? Are you getting any specific error messages? Are you

RE: JSTL Struts BasicPortal

2002-10-15 Thread John Menke
You need to use Postgres in this version. What operating system are you running? It's easy on Linux get an RPM. Windows is harder http://www3.us.postgresql.org/docs/faq-mswin.html -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002

Structure Advice for logic:iterate

2002-10-15 Thread Adam Sherman
(Newbie alert!) I need to present data like this Heading One One Two Three FourFiveSix Heading Two Seven Eight Heaging Three NineTen Eleven Etc. Anyone for some advice on how to nest logic:iterate tags, and the data structure to put in the request scope? Thanks,

Sub Application ?

2002-10-15 Thread Emmanuel Boudrant
Hi, I want to know anymore about struts sub-application, where I can found some documentation about it ? Thx, -emmanuel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -- To

RE: Structure Advice for logic:iterate

2002-10-15 Thread Wendy Smoak
Adam wrote: I need to present data like this Heading One One Two Three Four FiveSix Heading Two Seven Eight Heaging Three Nine Ten Eleven Etc. Not enough info... are the 'one' 'two' 'three' things all of the same type? Will there always be exactly three columns two

Re: Checkbox won't stay checked! [ Was: Damn where is bug in mycode???? ]

2002-10-15 Thread Eddie Bush
Karr, David wrote: You might try using a more specific title line. We'd all be better off if you asked a direct question, as opposed to having us scan all of your code for anything that might be wrong. Is this code not working? If not, what is happening? Are you getting any specific error

Anyone Using DynaValidatorForm and Tiles with success?

2002-10-15 Thread Madel,Kurt
Dynamic JavaScript does not seem to be working with this combination. Anyone had success with this? Thanks Kurt Madel Programmer, CSMi (703) 823-4300 ext. 170 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Request v Page scope?

2002-10-15 Thread Howard Miller
Hi, Can somebody explain (slowly) the difference between Request scope and Page scope - I particularly don't understand what the intended purpose of Page scope is. HM -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Structure Advice for logic:iterate

2002-10-15 Thread Adam Sherman
On 10/15/02 12:33:11 -0700, Wendy Smoak wrote: Adam wrote: I need to present data like this Heading One One Two Three Four FiveSix Heading Two SevenEight Heaging Three Nine Ten Eleven Etc. Not enough info... are the 'one' 'two' 'three' things all of the same

Re: Sub Application ?

2002-10-15 Thread Eddie Bush
Have you tried: http://jakarta.apache.org/struts/userGuide/index.html Emmanuel Boudrant wrote: Hi, I want to know anymore about struts sub-application, where I can found some documentation about it ? Thx, -emmanuel -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

RE: Request v Page scope?

2002-10-15 Thread Chappell, Simon P
In a nutshell (I'll let someone else explain the slow version) the page scope is for information that only literally exists for the duration of time taken to render a page. This is obviously not a very long period of time and not terribly useful in Struts, but it is a defined scope according

logic:iterate adds lines to the html consumed by the browser?

2002-10-15 Thread Jeff Born
I have the following line tr valign=bottomlogic:iterate name=headerLinks id=headerLink scope=request property=linkstd valign=bottomA HREF=/ics/bean:write name=headerLink property=baseHref/.doimg valign=bottom alt=bean:write name=headerLink property=altText/ border=0 src=/ics/images/bean:write

RE: Structure Advice for logic:iterate

2002-10-15 Thread Adam Sherman
On 10/15/02 15:46:06 -0400, Adam Sherman wrote: Adam wrote: I need to present data like this Heading One One Two Three FourFiveSix Heading Two Seven Eight Heaging Three NineTen Eleven I think maybe I'm trying to do the structuring in the presentation

Re: Sub Application ?

2002-10-15 Thread Emmanuel Boudrant
Yes ;( --- Eddie Bush [EMAIL PROTECTED] a écrit : Have you tried: http://jakarta.apache.org/struts/userGuide/index.html Emmanuel Boudrant wrote: Hi, I want to know anymore about struts sub-application, where I can found some documentation about it ? Thx, -emmanuel --

RE: Request v Page scope?

2002-10-15 Thread Howard Miller
What was that about scriptlets?? ...thanks Simon, HM On 15 Oct 2002 at 14:53, Chappell, Simon P wrote: In a nutshell (I'll let someone else explain the slow version) the page scope is for information that only literally exists for the duration of time taken to render a page. This is

RE: Anyone Using DynaValidatorForm and Tiles with success?

2002-10-15 Thread Madel,Kurt
The reason this wasn't working is because I was using: html:link href=# onclick=javascript:document.projectDetailForm.submit() Submit /html:link Instead of the html:submit tag. Anyone have dynamic JavaScript validation working with html:link style submits? Kurt Madel Programmer, CSMi

RE: Request v Page scope?

2002-10-15 Thread Howard Miller
E it was a joke :) Please excuse my twisted British humor! HM On 15 Oct 2002 at 16:14, Adam Sherman wrote: On 10/15/02 21:09:28 +0100, Howard Miller wrote: What was that about scriptlets?? Scriptlets are embedded bits of Java code in your JSP pages. They are a Bad Thing(tm),

FW: Struts forms best practice

2002-10-15 Thread Padma Ginnaram
-Original Message- From: Padma Ginnaram Sent: Tuesday, October 15, 2002 10:04 AM To: '[EMAIL PROTECTED]'; 'David Winterfeldt' Subject: RE: Struts forms best practice I was going thru the new version of the validator framework used in struts 1.1. The

RE: Struts forms best practice

2002-10-15 Thread Bachan Sadanandan
Hi, I would like to know the future of Struts once JSF(Java Server Faces ) final Draft is released. Any thoughts / info on the same. Regards, Bachan -Original Message- From: Padma Ginnaram [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 1:16 PM To: 'Struts Users Mailing

RE: Request v Page scope?

2002-10-15 Thread Chappell, Simon P
That would explain why I thought it was funny ... being a British chap myself and all that. (Never appologise for your British humour, these yankees don't have any humour of their own, so they should be grateful that we share any of ours with them! ;-) Simon -Original Message- From:

RE: Structure Advice for logic:iterate

2002-10-15 Thread Sri Sankaran
Adam: Learn how to use the Nested extension. If you are using Struts 1.0 you can find it at http://www.keyboardmonkey.com/next/index.jsp. It is a part of Struts 1.1. Then, apply something like below. Create a form bean that has a collection of Day objects each of which in turn has a

Re: Sub Application ?

2002-10-15 Thread Eddie Bush
Recently? What questions did you have that weren't answered there? If you haven't looked recently look again - if you have then just ask your questions. Emmanuel Boudrant wrote: Yes ;( --- Eddie Bush [EMAIL PROTECTED] a écrit : Have you tried:

(sigh!) another pre-populate question

2002-10-15 Thread Howard Miller
Sorry if I keep asking variatons on the same question. I have a JSP called dosomething and an associated action called dosomething Action. I want to pre-load the form, but this page can be called from all over the place, so my previous page calls the action for the dosomething page directly,

RE: (sigh!) another pre-populate question

2002-10-15 Thread Chappell, Simon P
Howard, Remember what I said about Scriptlets? Well, calling an action with a mode is worse and you'll be forced to watch Emmerdale farm until the cows come home as punishment! (Gotta give these folks some humour, even if they won't understand it :-) Here's what I do, for what it's worth:

Re: Structure Advice for logic:iterate

2002-10-15 Thread Antoni Reus
Hi, what about a list_date_shedule list_date_shedule : - date_shedule * date_shedule :- Date list_city list_city :- city * city :- String To get the three columns you should do something like: logic:iterate id=dateShedule name=listDateShedule ... output date open table or tr

RE: Request v Page scope?

2002-10-15 Thread Adam Sherman
On 10/15/02 15:23:44 -0500, Chappell, Simon P wrote: That would explain why I thought it was funny ... being a British chap myself and all that. (Never appologise for your British humour, these yankees don't have any humour of their own, so they should be grateful that we share any of ours

RE: Struts forms best practice

2002-10-15 Thread Chappell, Simon P
All application servers using Struts will spontaneously self destruct and civilization as we know it will cease to exist. Or maybe you could take a look at a post by Papa Strut Craig about three to four weeks ago that gave a very clear explanation of the relationship between Struts and JSF.

RE: Structure Advice for logic:iterate

2002-10-15 Thread Adam Sherman
On 10/15/02 16:25:32 -0400, Sri Sankaran wrote: (FYI: With the version in Struts 1.1 and indexed properties, you may be able to avoid the % % ugliness) This all makes quite a lot of sense. Could you elaborate on indexed properties? Thanks, A. -- Adam Sherman President Chief Technologist

RE: Struts forms best practice

2002-10-15 Thread Bachan Sadanandan
I am searching for the same , not able to find out any idea about the dates... -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 1:43 PM To: Struts Users Mailing List Subject: RE: Struts forms best practice All application servers

RE: Request v Page scope?

2002-10-15 Thread Chappell, Simon P
When America can compete with Monty Python, America may have an opinion on humour! :-P Simon -Original Message- From: Adam Sherman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:42 PM To: Struts Users Mailing List Subject: RE: Request v Page scope? On 10/15/02 15:23:44

RE: (sigh!) another pre-populate question

2002-10-15 Thread Howard Miller
Simon (we meet again).. Sounds very interesting, but I'm not quite there: Firstly I'm not entirely sure what you mean by separating view and edit pages. I'm actually trying to write what I think of as an edit page (it basically is setting up some parameters for a graph). But I need to load

RE: Request v Page scope?

2002-10-15 Thread James Mitchell
Hey! That’s Mr. Yankee to you pal!! :) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 4:24 PM To: Struts Users Mailing List; [EMAIL PROTECTED]

[OT] British Humor? (was RE: Request v Page scope?)

2002-10-15 Thread Jerry Jalenak
The funniest thing that I've seen come out of Britain in a long time has got to be Eddie Izzard. If you ever get a chance to see one of his concert videos, do so. 'Dressed to Kill' and 'Definite Article' are far and away to of the most ROFL concerts I've ever seen. Jerry -Original

RE: Request v Page scope?

2002-10-15 Thread Miller, Jason
joke type=dumb I never knew professional baseball players were interested in web applications. /joke That would explain why I thought it was funny ... being a British chap myself and all that. (Never appologise for your British humour, these yankees don't have any humour of their own, so

Re: Request v Page scope?

2002-10-15 Thread John Owen
When Britain stops using Monty Python as their only reference of humor, they can get today's jokes. - Original Message - From: Chappell, Simon P [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 3:44 PM Subject: RE: Request v Page scope?

RE: (sigh!) another pre-populate question

2002-10-15 Thread Chappell, Simon P
Howard, Keep asking questions, you'll get there. :-) Which part of the homeland do you live in? I was raised mostly in Cornwall, graduated from Plymouth University and lived for a few years in Wiltshire before crossing the pond and marrying one of the few Yanks with a sense of humour. :-)

RE: Structure Advice for logic:iterate

2002-10-15 Thread Sri Sankaran
With the nested extension that is available for 1.0 (or at least the version I am using), one cannot get the index into an iteration (i.e. ask what is item number?) hence you have to keep track of it using embedded Java code. I recall reading that that is no longer the case in Struts 1.1.

RE: (sigh!) another pre-populate question

2002-10-15 Thread Howard Miller
Ahead of you, got it and using it Still in Blighty (Scotland in fact), just working far too late!! HM On 15 Oct 2002 at 15:53, Chappell, Simon P wrote: Howard, Keep asking questions, you'll get there. :-) Which part of the homeland do you live in? I was raised mostly in Cornwall,

[OT - BRITISH HUMOUR?]

2002-10-15 Thread Dave Derry
Monty Python was great..but SOAP was absolutely FABULOUS!!! Dave D - Original Message - From: Chappell, Simon P [EMAIL PROTECTED] When America can compete with Monty Python, America may have an opinion on humour! :-P Simon -Original Message- From: Adam

RE: Request v Page scope?

2002-10-15 Thread Chappell, Simon P
We do get today's jokes, but the reason that we don't laugh is that they usually aren't funny! -Original Message- From: John Owen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:51 PM To: Struts Users Mailing List Subject: Re: Request v Page scope? When Britain stops

RE: Request v Page scope?

2002-10-15 Thread Chappell, Simon P
Huh? You'll have to explain that one, as I can't find anything approaching humour in there. -Original Message- From: Miller, Jason [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:49 PM To: 'Struts Users Mailing List' Subject: RE: Request v Page scope? joke type=dumb I

using OR condition with logic tags

2002-10-15 Thread Sukhenko, Mikhail (Contr)
Hey, guys! Do any of you know how to set up an OR condition with logic:equal tags? i.e. : logic:equal name=foo value=1 OR logic:equal name=foo value=2 Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Struts 1.1 Release

2002-10-15 Thread Bachan Sadanandan
Hi all, Any idea when Struts 1.1 would be ready for Production .??? Thanks ! Bachan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Struts 1.1 Release

2002-10-15 Thread Chappell, Simon P
Were you subscribed to the mailing list earlier today when this was discussed? Struts 1.1 will be released when it's released. Period. No variation from that. That said, even the beta versions of Struts far exceed other software in terms of usefulness and reliability, so don't worry about

Re: Struts 1.1 Release

2002-10-15 Thread David Graham
Wow, 2 of these questions in one day! Please don't ask this again, search the archives or the jakarta site for the release policy. David From: Bachan Sadanandan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]

RE: Struts 1.1 Release

2002-10-15 Thread Steven Leija
OK guys, be gentle... -Original Message- From: Bachan Sadanandan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 4:54 PM To: Struts Users Mailing List Subject: Struts 1.1 Release Hi all, Any idea when Struts 1.1 would be ready for Production .??? Thanks ! Bachan -- To

RE: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-10-15 Thread Nekkalapudi, Viplava
I didn't make any change to the config.xml when migrating to Struts 1.1 B2. I couldn't go to weblogic console with the same port 51300, which it is complaining no longer available for listening. If I manually change my listen port to some thing else (51315) in the config.xml, then server boots

RE: Struts 1.1 Release

2002-10-15 Thread Bachan Sadanandan
Thanks .I wanted to know how stable it is .??? Thanks for your feedback... -Original Message- From: Chap October 15, 2002 2:58 PM To: Struts Users Mailing List Subject: RE: Struts 1.1 Release Were you subscribed to the mailing list earlier today when this was discussed? Struts 1.1

RE: Struts 1.1 Release

2002-10-15 Thread Wendy Smoak
Any idea when Struts 1.1 would be ready for Production .??? Is this like when the guy asks for water in the movie 'Coyote Ugly'? ;) http://jakarta.apache.org/struts/userGuide/kickstart.html#release -- Wendy

RE: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-10-15 Thread Kevin . Bedell
If I manually change my listen port to some thing else (51315) in the config.xml, then server boots properly. So the problem is fixed. This new server cannot be on the same port as the old one. --- This e-mail

RE: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-10-15 Thread Nekkalapudi, Viplava
But this may be the temporary solution in our development environment. We are trying to get a solution if any one encountered the same problem and resolved it. Anyway thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 5:05 PM To:

Users clicking twice

2002-10-15 Thread Tim Sawyer
Hi, We have a problem with users clicking two links on a page, and our app falls over. The user clicks a link on the first page, then whilst that page is being processed by the struts servlet, they click another on the first page. How has everyone else got around this problem? ta, Tim.

Re: Users clicking twice

2002-10-15 Thread David Graham
Does this happen on every combination of 2 clicks or just some? What do those actions do? David From: Tim Sawyer [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts List [EMAIL PROTECTED] Subject: Users clicking twice Date: 15 Oct 2002 23:13:25 + Hi,

Re: using OR condition with logic tags

2002-10-15 Thread Eddie Bush
logic:equal name=foo value=1 !-- Stuff for when foo == 1 -- /logic:equal logic:equal name=foo value=2 !-- Stuff for when foo == 2 -- /logic:equal -- OR -- JSTL Approach 1 c:choose c:when test=${foo == 1} !-- Stuff for when foo == 1 -- /c:when c:when test=${foo == 2}

RE: Struts 1.1 Release

2002-10-15 Thread Kosh . Podder
I totally understand and agree with the release policy, but I think it's worth remembering that a lot of these questions are driven by the constraints of users' environments - e.g. in corporate environments like ours, there any many people like myself continually fighting to get great open

RE: Users clicking twice

2002-10-15 Thread James Higginbotham
You might be able to use the transaction token (?) to ensure that a request is always valid. The docs have more info on this. I haven't tried it, just read about it in the past. Course, the first thing your action should do is invalidate the token to help the back-to-back presses. James

RE: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-10-15 Thread Kevin . Bedell
There must be something about this I don't understand. Are you planning on trying to add a new server in your production environment and put it on a port that conflicts with an existing server? Two servers cannot be on the same port. This is how weblogic works. If you're going to only have

RE: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-10-15 Thread Nekkalapudi, Viplava
We are just migrating to Struts 1.1 B2 from Struts 1.0.2 in the development environment on desktop. There are no servers running on my machine. Only thing is I can start the server from my desktop using ANT build scripts. The 2/3 applications I am talking about is one application with Struts

RE: Struts 1.1 Release

2002-10-15 Thread Bachan Sadanandan
Hi Kosh , I understand your concern and we are also facing the same dilemma about using the Beta Version and also future of Struts in the light of JSF release. Thanks ! Bachan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:26 PM

RE: Struts 1.1 Release

2002-10-15 Thread Kevin . Bedell
I totally understand and agree with the release policy, but I think it's worth remembering that a lot of these questions are driven by the constraints of users' environments - e.g. in corporate environments like ours, there any many people like myself continually fighting to get great

RE: Struts forms best practice

2002-10-15 Thread Padma Ginnaram
-Original Message- From: Padma Ginnaram Sent: Tuesday, October 15, 2002 10:04 AM To: '[EMAIL PROTECTED]'; 'David Winterfeldt' Subject: RE: Struts forms best practice I was going thru the new version of the validator framework used in struts 1.1. The

RE: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-10-15 Thread Kevin . Bedell
I figured something like this. If you're going to have 2 severs, they need to be on different ports - no way around this. If you can restart one server using an Ant target - then modify your Ant script to give you targets for two servers. Nekkalapudi, Viplava [EMAIL PROTECTED] on

RE: Struts forms best practice

2002-10-15 Thread Padma Ginnaram
I tried posting this to struts-user group, trying one more time. -Original Message- From: Padma Ginnaram Sent: Tuesday, October 15, 2002 4:43 PM To: '[EMAIL PROTECTED]' Subject: RE: Struts forms best practice -Original Message- From:

Problem with Radio Button

2002-10-15 Thread Chris Sargent
I am having a problem with the html:radio tag. I am using the 1.1-b2 release of Struts and I am using the radio tag within an iterate tag as follows: logic:iterate id=appointment name=timesheetForm property=timesheet.user.appointmentData type=Appointment tr td

Re: Request v Page scope?

2002-10-15 Thread Brian Alexander Lee
I thought the British were too busy having sexual intercourse with cabin boys to busy themselves with humor. BAL - Original Message - From: Chappell, Simon P [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 5:29 PM Subject: RE: Request v

What it will take for a 1.1 release... (was RE: Struts 1.1Release)

2002-10-15 Thread Joe Germuska
Struts committers are volunteers. That is, they get no compensation for their work on Struts. Therefore, is it so surprising that their primary motivation is pride in their work? This means that they are in no hurry to release too early. Also, as volunteers, they are likely to devote their

Re: Request v Page scope?

2002-10-15 Thread Craig R. McClanahan
On Tue, 15 Oct 2002, Howard Miller wrote: Date: Tue, 15 Oct 2002 20:45:10 +0100 From: Howard Miller [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: struts Users Mailing List [EMAIL PROTECTED] Subject: Request v Page scope? Hi, Can

RE: Struts 1.1 Release

2002-10-15 Thread Craig R. McClanahan
On Tue, 15 Oct 2002 [EMAIL PROTECTED] wrote: Date: Tue, 15 Oct 2002 18:46:01 -0400 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Struts 1.1 Release I totally understand and agree with the

Re: Struts 1.1 Release

2002-10-15 Thread V. Cekvenich
[EMAIL PROTECTED] wrote: I totally understand and agree with the release policy, but I think it's worth remembering that a lot of these questions are driven by the constraints of users' environments - e.g. in corporate environments like ours, there any many people like myself

Re: Struts 1.1 Release

2002-10-15 Thread Kevin . Bedell
IMO, That could not possibly be a source of failure. I and others had 1.02 projects just fine! Statistically 80% of projects fail due to requirements, so that would be my first guess. (More numbers? most projects fail period, and that 99% of code in production is written by 1% of

I would like to iterate though a Collection of beans and needs some help?

2002-10-15 Thread Matt Vredenburg
I have a collection of beans (a bean for each row within the database) and would like some guidance on how to use the Iterate tag to walk through them. Or more yet, can it be done using Iterate tag? An example would be great! Thanks, Matt

question about using ConvertUtils

2002-10-15 Thread Rick Reumann
Craig, I'm still having a bit of trouble trying to use BeanUtils to copy java.util.Date properties. It appears that it will work fine by default with java.sql.Date but isn't set up by default for java.util.Date (which I'm using for Dates in my business bean). I build a class implements Converter

html:select element's data in session

2002-10-15 Thread atta ur-rehman
Dear all, To show a drop down list I'm using html:select tag and storing a collection object in the session to fill this list up. Everything works fine. My only question is that when would this list would be removed from the session? Would Struts framework remove it or it would be there

RE: HTTP Status 500 - What does the following mean?

2002-10-15 Thread James Mitchell
** I’m moving this back onto the struts-user list in case others might find it useful ** How familiar are you with MessageResources? See, the framework stores the MessageResources implementation objects in the request scope during the request (prior to calling your action class). It is set in

RE: Struts 1.1 Release

2002-10-15 Thread Andrew Hill
I am rather of the opinion that the struts versioning nomenclature is a wee bit on the humble side. This beta release of 1.1 is pretty stable. I dont see why you cant just loosen up your standards a bit and call it 1.1 , then when all the bugs are fixed call that 1.2 , etc... For 'bigger' or more

RE: Request v Page scope?

2002-10-15 Thread Andrew Hill
Scriptlets are Bad. N'kay? -Original Message- From: Howard Miller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 04:09 To: struts Users Mailing List Subject: RE: Request v Page scope? What was that about scriptlets?? ...thanks Simon, HM On 15 Oct 2002 at 14:53,

RE: I would like to iterate though a Collection of beans and needs some help?

2002-10-15 Thread Benjamin Simpson
Matt, When you download the struts dist you can find an example by following this path: jakarta-struts-dist\web\exercise-taglib\logic-iterate.jsp In your email you mentioned a Collection of beans. I assume you mean to say that you have an implementation of java.util.Collection of some beans.

Newbie Questions / Direction

2002-10-15 Thread Robert Hendley
I am a php developer mainly. And am in the learning curve for JSP/Servlet development. I am sold on Stuts, I have read 20+ articles on Struts and have found them helpful. My problem is information overload. I am trying to port a php application to Struts that manages inventory and invoicing. I am

RE: Newbie Questions / Direction

2002-10-15 Thread James Mitchell
Hi Robert, Struts does not provide any type of support for data storage or retrieval, those details are left to the developer. In fact, discussion of such topics on this list often lead to pissing contests over EJB vs. RowSet. I (personally) use OJB (http://jakarta.apache.org/OJB) not only for

RE: Damn where is bug in my code????

2002-10-15 Thread Andrew Hill
I cant be bothered reading the code, but my guess is Yes. btw: Do we get a prize if we guess correctly? -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 02:07 To: Struts Users Mailing List Subject: Re: Damn where is bug in my code Please

RE: Release date for struts1.1

2002-10-15 Thread Andrew Hill
sigh/ Ive answered this so many times but once again here it is: The 12th of April 2156 at 15:28 in the afternoon. Or perhaps even sooner if its ready before then... ;-) -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 23:41 To: Struts

  1   2   3   >