RE: Still: Blank pages after three submits

2004-09-14 Thread Matthias Wessendorf
Karsten, Craig added just this statement to http://issues.apache.org/bugzilla/show_bug.cgi?id=30696 Fixing this is going to require someone to provide a reproducible test case that always causes the problem, so that it can be debugged. It's almost impossible for me to deal with problems that d

port getting changed on Oralcle 9i AS 9.03

2004-09-14 Thread Kalra, Ashwani
Hi, I am facing strange problem on Oracle 9i AS 9.03 version on HP and unix boxes. When I save or submit the jsp, the port is getting changed. I noticed it has something to do with HTML:Base or html:html tag. Did any body faces such problem. Pls let me know Thanks & Regds Ashwani This me

write bean without propertys with primitve Datatypes

2004-09-14 Thread Claudia Woestheinrich
HI, I have a question. I want to user the iterate tag like: ? here the property code is an other bean The Beans-Code: public class Entity(){ private Code code; private String name; publich Entity(){} public String getName(){ return name; } public Co

Re: [Gmail] - All gone,

2004-09-14 Thread Khay Ong
May I have gmail invitation? Regards, Khay Ong Hari Haran wrote: I have 6 more to go , and have decided all will be given to struts users groups. so guys mail me fast. -Hari On Tue, 14 Sep 2004 10:01:42 +0800, Big Chiz <[EMAIL PROTECTED]> wrote: chk ur mail On 13 Sep 2004 07:47:45 -, vineesh

RE: port getting changed on Oralcle 9i AS 9.03

2004-09-14 Thread Sachin Bhutada
hi ashwini, If the problem is in those two tags, remove those struts tags and put html tags instead. sachin xoriant, mumbai -Original Message- From: Kalra, Ashwani [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 1:08 PM To: Struts Users Mailing List Subject: po

RE: write bean without propertys with primitve Datatypes

2004-09-14 Thread Matthias Wessendorf
Claudia, will help, btw. do you know the nested-taglib of struts? Regards, Matthias > -Original Message- > From: Claudia Woestheinrich [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 14, 2004 10:43 AM > To: [EMAIL PROTECTED] > Subject: write bean

Re: Re: Re: [Gmail] - All gone,

2004-09-14 Thread Jitender K Chukkavenkata
Return Receipt Your Re: Re: Re: [Gmail] - All gone, document :

java.net.SocketException: Connection reset by peer: socket write error

2004-09-14 Thread Björn Ingimundarson
I have an application where you login and see a menu of things to do and items you have registered. When the user logs in I use redirect=true in the action to send him to the menu. I do this to prevent "This page has expired" when the user presses back button later when browsing to get back to

Re: SPAM-LOW: [OT] Gmail invites, 2 available.

2004-09-14 Thread dangmp
Return Receipt Your Re: SPAM-LOW: [OT] Gmail invites, 2 available. document :

Re: SPAM-LOW: Re: Re: [Gmail] - All gone,

2004-09-14 Thread dangmp
Return Receipt Your Re: SPAM-LOW: Re: Re: [Gmail] - All gone, document :

Re: Re: Re: [Gmail] - All gone,

2004-09-14 Thread dangmp
Return Receipt Your Re: Re: Re: [Gmail] - All gone, document :

RE: write bean without propertys with primitve Datatypes

2004-09-14 Thread VAN BROECK Jimmy
very simple. just do this: Greets Jimmy Jimmy Van Broeck Consultant BT CITS DE POST - LA POSTE ICT-Development WTC II - Kantoor 307 email: [EMAIL PROTECTED] -Original Message- From: Claudia Woestheinrich [mailto:[EMAIL PROTECTED] Sent: dinsdag 14 september 2004 10:43 To: [

Re: Creating a Struts Plugin,

2004-09-14 Thread Ovidiu EFTIMIE
I use something like this OCIConfig is the configuration read from struts-config.xml public class OCIPlugin implements PlugIn{ protected static Log log = LogFactory.getLog(OCIPlugin.class); public void init(ActionServlet servlet,ModuleConfig config) throws ServletException{ try{ OracleOCIConnecti

How can I know the version of common-validator.jar included in struts 1.1

2004-09-14 Thread Chris
Howdy, I want to download and the common-validator.jar 's source code , so I want to know the common-validator 's version to download the right source. But can not get the version number by examine struts1.1's binary distro. Could anybody give me a hint? Regards Chris ---

Re: html:cancel usage

2004-09-14 Thread andy wix
Hi, Just for the record, I have contrived a particularly nasty work-around for this problem and share it in case anyone ever ends up as desperate as me! To recap, I have 3 buttons on a form including a cancel button for which there should be no validation. Because I have implemented a LookupDis

Re: crystal report10

2004-09-14 Thread Nicholas L Mohler
Kevin, I think it depends on how you're deploying your reports. Are you deploying your reports using Crystal's "E-Portfolio"? If so, I've haven't tried this, so I can't be much help. Are you deploying via jsp? If so, then your action mapping just needs to point to the jsp/tile that calls and s

RE: [OT] Gmail invites, 2 available.

2004-09-14 Thread Pilgrim, Peter
What is this damn GMAIL thing! Send me an invite whenever at peter.pilgrim at csfb dot com -- Peter Pilgrim Operations/IT - Credit Suisse First Boston, 10 South Colonnade, London E14 4QJ, United Kingdom Tel: +44 (0)207 883 4447 ===

RTEXPR in struts html tags

2004-09-14 Thread andy wix
Hi, I can't get struts tags to accept expressions. There was the previous example I wrote to the list about (Re: tag) and now I am trying to get the focus attribute of the tag take an expression such that I can identify which text element should get focus following a validation error. If I i

RE: RTEXPR in struts html tags

2004-09-14 Thread Paul McCulloch
Could it be that you are using html-el rather than html? Paul > -Original Message- > From: andy wix [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 14, 2004 12:30 PM > To: [EMAIL PROTECTED] > Subject: RTEXPR in struts html tags > > > Hi, > > I can't get struts tags to accept expre

Struts and Macromedia Flash

2004-09-14 Thread Lorenzo Sicilia
Hi to all, I am a newbie of struts but I love it. I have read some book about it and I understand the goal. I would like use it with Macromedia Flash. I need translate my xml data input from flash to actionForm and trasform error output in xml. Some one can tell me the target classes that I need

RE: Advantages of J2EE w. Struts vs .NET ASP.NET

2004-09-14 Thread Nail, Evan Burke
Good Points.. One thing I might add is that the Title mentioned J2EE w Struts vs .Net and I don't think this is a fair comparison. Struts has a steep learning curve but when used you have a good MVC type model with all the benefits. IMHO (I'm also 98% J2EE) With .Net Out of the box, you wont

[CURIOUS-OT] 44 bytes in notepad txt file

2004-09-14 Thread Henrique VIECILI
Hi guys, today i was creating a single file with a single property on it and got this strange behavior: 1. Opened notepad.exe 2. Wrote this line: html.src.img.procura=imagens/botProcurar.gif 3. Saved the file: html.properties 4. Opened html.properties and 'voilà'... the characters were shown as

Re: How can I know the version of common-validator.jar included in struts 1.1

2004-09-14 Thread Hubert Rabago
It's in the manifest.mf of the jar file. It's version 1.0.2. Hubert On Tue, 14 Sep 2004 18:25:32 +0800, Chris <[EMAIL PROTECTED]> wrote: > Howdy, > > I want to download and the common-validator.jar 's source code , > so I want to know the common-validator 's version to download > the right so

Re: BeanUtils Class Cannot Be Found!

2004-09-14 Thread Caroline Jen
The error occurred at the compilation time: SendMessage.java:17: package org.apache.commons.beanutils does not exist. The java code on line 17 is: import org.apache.commons.beanutils.BeanUtils; and the commons-beanutils.jar is in the c:\jakarta-tomcat-5.0.27\webapps\AppName\WEB-INF\lib director

R: Advantages of J2EE w. Struts vs .NET ASP.NET

2004-09-14 Thread Amleto Di Salle
Hi, M$ had done a good job with .Net because they copied ideas form Java/J2EE! :-) BR /Amleto -Messaggio originale- Da: Nail, Evan Burke [mailto:[EMAIL PROTECTED] Inviato: martedì 14 settembre 2004 14.55 A: Struts Users Mailing List Oggetto: RE: Advantages of J2EE w. Struts vs .NET ASP

RE: Advantages of J2EE w. Struts vs .NET ASP.NET

2004-09-14 Thread Pilgrim, Peter
> -Original Message- > From: Nail, Evan Burke [mailto:[EMAIL PROTECTED] > > Good Points.. > > One thing I might add is that the Title mentioned J2EE w > Struts vs .Net and I don't think this is a fair comparison. > Struts has a steep learning curve but when used you have a > good MVC t

load balancing and definition of a request

2004-09-14 Thread Woodchuck
hihi all, there was another thread talking about load balancing / clustering and session affinity so now i'm curious to understand more about this. given the following typical setup: - one load balancing (dispatcher) server 'in front' of everything and receives all initial requests (LB) - mul

[SUCCESS] Struts London Networking BOF #3 / 13 Sept 2004 / Venue [THE GRIF IN]

2004-09-14 Thread Pilgrim, Peter
Hi I am pleased to announce that the Third Birds of Feather Struts London Networking is took place in the West End, London at "The Griffin" pub @ 19:15GMT General Topics (*) Migrating to Eclipse SDK 3.0 (*) Not paying Borland new year-on-year license fees for latest and greater JBuilder. (*)

Re: Need example of using DynaActionForm with ArrayList (1.1)

2004-09-14 Thread Matt Bathje
Antony Paul wrote: Hi all, Sorry if it is a repost. Using Struts 1.1. I have an ActionForm in which displays an array of items. I want to use DynaValidatorForm here which uses ArrayList as property holders. I am able to pre-populate the form. I have trouble in displaying the values and

The Tag and Drop Down Menu

2004-09-14 Thread Caroline Jen
To make it simple, there is a JavaBean. This JavaBean has two properties: label and value. Because I have a number of label and value pairs, I have a Collection of this JavaBean(s). To create a drop down menu, I do the following: How do I use the tag to do the same thing?

Re: Advantages of J2EE w. Struts vs .NET ASP.NET

2004-09-14 Thread Vic
Pilgrim, Peter wrote: The trouble with RIA is that there is no universal defacto browser technology. There are lots of interesting solutions for rich functionality. My gut feeling it is gooing to take a twentieth-first century equivalent of Netscape and Microsoft to really push forward a next gener

RE: [CURIOUS-OT] 44 bytes in notepad txt file

2004-09-14 Thread VAN BROECK Jimmy
Got it on my system also (Windows 2000) I can only think on a bug in Notepad?? -Original Message- From: Henrique VIECILI [mailto:[EMAIL PROTECTED] Sent: dinsdag 14 september 2004 15:04 To: Struts Users Mailing List Subject: [CURIOUS-OT] 44 bytes in notepad txt file Hi guys, today i wa

Re: Advantages of J2EE w. Struts vs .NET ASP.NET

2004-09-14 Thread Anders Jacobsen
> As for pluses and minuses... The minuses with all things Thank you all for con/pros. Especially frank´s comments are very intresting. But please keep the thread alive. I think there are other who consider this an interesting subject, though it might be a little outdebated. Andere Jacobsen

RE: Trying to come up with a Mapping-Dispatch combo Action

2004-09-14 Thread Durham David Contr 805 CSPTS/SCE
> >Well, if you look at this line: > > > >newAction = ''; > > > >It looks like JavaScript is being used to generate an . > > > > I read this as trying to use to generate JavaScript. Considering that "action" was a parameter passed to a javascript function... Here's the original code: fun

Re: [CURIOUS-OT] 44 bytes in notepad txt file

2004-09-14 Thread Matt Bathje
I think I remember seeing a very similar thing somewhere else, and it turned out to be a notepad bug. The bug was that it was saving the file used ASCII as its default encoding but when you double clicked to open it, it tries to guess the encoding, and used a differnet one (in this case it appe

Re: BeanUtils Class Cannot Be Found!

2004-09-14 Thread Bryce Fischer
How are you compiling? Command line? IDE? Eclipse? When compiling, the jar file needs to be in your classpath. just putting it in lib directory works for Tomcat when executing, but doesn't automatically put it in your classpath. Caroline Jen wrote: The error occurred at the compilation time: Se

RE: load balancing and definition of a request

2004-09-14 Thread Paul McCulloch
It sounds like you may have a misunderstanding of the interaction between your browser and a web server. Let's just talk static content first. You request a URL for an html page; the server sends the page back to you. That's a request. Now if the html page you recieved contains 2 pictures then yo

Re: BeanUtils Class Cannot Be Found!

2004-09-14 Thread Caroline Jen
Okay, I see what the problem is now. Thanks. --- Bryce Fischer <[EMAIL PROTECTED]> wrote: > How are you compiling? Command line? IDE? Eclipse? > When compiling, the > jar file needs to be in your classpath. just putting > it in lib directory > works for Tomcat when executing, but doesn't > auto

RE: load balancing and definition of a request

2004-09-14 Thread Paul McCulloch
>Now let's think about a web application. In this case we have > the idea of > may sessions - but theses are just a way for the server & browser to I've no idea what may sessions are. I probably meant to say " In this case we may have the idea of sessions". Paul *

Re: Kind of out of topic, but... AOP in j2ee

2004-09-14 Thread Leandro Melo
Thanks vic! --- Vic <[EMAIL PROTECTED]> escreveu: > > You should check out Spring Framework. One of their > major features is > AOP so check there on that. > > (I like your idea about agents (check > managebility.org, click open > source and find agents) and design paters book by > GoF. For

please wait page... like NWA.com

2004-09-14 Thread tj . herring
Northwest airlines (www.nwa.com) and other similar sites have a very nice "Please wait/searching" page concept. When searching for a flight, it sends you to a Please Wait/searching page that continues to load until the search has finished. (Sorry it is hard to describe... it's easier to just chec

RE: BeanUtils Class Cannot Be Found!

2004-09-14 Thread VAN BROECK Jimmy
This means that this library isn't on your classpath when your compiling your application. When you are compiling, the compiler isn't automagically including the WEB-INF/lib dir, because he doesn't know you are developping a webapp. If you are using an ide try setting in your project options, t

Re: please wait page... like NWA.com

2004-09-14 Thread Wayne Fuller
On Tue, 14 Sep 2004 09:32:16 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Northwest airlines (www.nwa.com) and other similar sites have a very nice > "Please wait/searching" page concept. When searching for a flight, it > sends you to a Please Wait/searching page that continues to load un

Re: please wait page... like NWA.com

2004-09-14 Thread machemc
Would something like this work if you put an img reference in the "please wait" page, that actually did the search process, and put its results in a session object, before returning an image to the page? Then the page could have an onLoad function to bounce to the results display page, which pu

Re: please wait page... like NWA.com

2004-09-14 Thread Håkon T Sønderland
Wayne Fuller wrote: The way we have implemented it is with javascript. You set the href for the window and then submit the form. Sorry for being a complete clueless newbie, but could you expand a bit on this? I don't have the concepts quite clear enough to understand what you mean. Thanks, Håkon

AW: Kind of out of topic, but... AOP in j2ee

2004-09-14 Thread Gleichmann, Mario
Hi Leandro, JBoss AOP is another source (http://www.jboss.org/products/aop) where you could find some ideas about 'AOP in J2EE'... One interesting feature is the Posibility to declare some Annotations (check the new Sun's Tiger Release for more information about Metadata/annotations - http://java.

RE: Advantages of J2EE w. Struts vs .NET ASP.NET

2004-09-14 Thread Pilgrim, Peter
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic > Sent: 14 September 2004 14:48 > To: [EMAIL PROTECTED] > Subject: Re: Advantages of J2EE w. Struts vs .NET ASP.NET > > > Pilgrim, Peter wrote: > > > > The trouble with RIA is that there is no universal defacto >

Re: please wait page... like NWA.com

2004-09-14 Thread Yves Sy
One way to do this is: 1. Start a thread on your search action that does the actual retrieval and processing of the data. At the end of the thread's execution, place a flag in the session that you will check for later on to see if the search/processing is done. 2. Right after starting the thread,

Re: Advantages of J2EE w. Struts vs .NET ASP.NET

2004-09-14 Thread Vic
Agreed. The only "advancment" is past was applet, now it's Web Start. .V Pilgrim, Peter wrote: -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Sent: 14 September 2004 14:48 To: [EMAIL PROTECTED] Subject: Re: Advantages of J2EE w. Struts vs .NET ASP.NET Pilgrim, Peter

Re: please wait page... like NWA.com

2004-09-14 Thread Wayne Fuller
On Tue, 14 Sep 2004 17:05:58 +0200, Håkon T Sønderland <[EMAIL PROTECTED]> wrote: > Sorry for being a complete clueless newbie, but could you expand > a bit on this? I don't have the concepts quite clear enough to > understand what you mean. > > Thanks, > Håkon That's quite alright, no need to a

RE: Advantages of J2EE w. Struts vs .NET ASP.NET

2004-09-14 Thread Daniel Perry
Having been exposed to both .NET and java i have to say i've prefered java. My main reasons are: 1. java is free so learning it as a student was cheaper (well, legally anyway!) 2. the amount of free stuff out there for java. There is soo much available! Show this to most .NET developers and t

Re: please wait page... like NWA.com

2004-09-14 Thread Håkon T Sønderland
Wayne Fuller wrote: On Tue, 14 Sep 2004 17:05:58 +0200, Håkon T Sønderland <[EMAIL PROTECTED]> wrote: Sorry for being a complete clueless newbie, but could you expand a bit on this? I don't have the concepts quite clear enough to understand what you mean. Thanks, Håkon That's quite alright, no ne

RE: Advantages of J2EE w. Struts vs .NET ASP.NET

2004-09-14 Thread Frank Zammetti
1. java is free so learning it as a student was cheaper (well, legally anyway!) .Net is free as well. You can go download the SDK, same as with Java, and off you go. True, VS.Net costs, but VS.Net is NOT .Net. The one point that is absolutely true though is that .Net only runs on Windows, henc

Re: Trying to come up with a Mapping-Dispatch combo Action

2004-09-14 Thread Michael McGrady
Don't worry, David, this is a list for exchanging ideas. Yours are appreciated. However, I think you are mistaken in this instance. I am fairly sure that is the case, since this code has been run and works. Please correct me if I am wrong, but I think that you think that somehow the is go

Re: [CURIOUS-OT] 44 bytes in notepad txt file

2004-09-14 Thread Terry Roe
Henrique, I saved the file as Unicode from Notepad and it restored the text just fine when I reopened it in Notepad. TR Henrique VIECILI wrote: Hi guys, today i was creating a single file with a single property on it and got this strange behavior: 1. Opened notepad.exe 2. Wrote this line: html.s

Re: please wait page... like NWA.com

2004-09-14 Thread Andrew Close
On Tue, 14 Sep 2004 18:45:47 +0200, Håkon T Sønderland <[EMAIL PROTECTED]> wrote: > OK, thanks, I think I understood that. > However, does not this page then stay up there even after the action is > completed and you go to your result page? > > My problem is that the struts page I'm developing is

Re: Trying to come up with a Mapping-Dispatch combo Action

2004-09-14 Thread Rick Reumann
Durham David Contr 805 CSPTS/SCE wrote the following on 9/14/2004 10:05 AM: Considering that "action" was a parameter passed to a javascript function... Here's the original code: function swapAction( formName, action) { formAction = document.getElementById( formName ).action; newAction =

Re: please wait page... like NWA.com

2004-09-14 Thread Yves Sy
The "threading stuff" only sounds intimidating but its actually simple. In the execute() method of your action class, all you need to do is go something like: new Thread() { public void run() { //your processing logic Business.processWhatever(); //place flag in sess

Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Terry Roe
Greetings, I find it interesting that most of the recent activity on this mailing list has to do with items such as .NET, AOP, Flash, Crystal Reports, and even Notepad! I don't mind the off topic posts, as they are usually at least tangentially related to the topic of this list and are interest

RE: Trying to come up with a Mapping-Dispatch combo Action

2004-09-14 Thread Durham David Contr 805 CSPTS/SCE
> Please correct me if I am wrong, but I think that you think that somehow > the is going to show up in the > response object and be present in the JavaScript on the page, which > would be bad. However, that is not the case. What shows up on the page > is the result of . The JSP page is > going

Re: Advantages of J2EE w. Struts vs .NET ASP.NET

2004-09-14 Thread Vic
Frank Zammetti wrote: Yep, tie-in to Windows is I think clearly the one big disadvantage to .Net. And here is a day in a life of Java RiA: http://madbean.com/blog/2004/17/totallygridbag.html C# Express does not look so bad. Go Mono! .V -- Please post on Rich Internet Applications User Interface

Re: Trying to come up with a Mapping-Dispatch combo Action

2004-09-14 Thread Michael McGrady
Rick and David, DAVID I cannot see what you are getting at, David. What is the problem? I ran your code without incident. I assume that the result is what Rick wants. Please state what you think the problem is. Apparently you don't think the problem is JavaScript will have to run taglib cod

Struts Validator with DispatchAction...help!...newbie

2004-09-14 Thread O. Oke
Can anyone please tell me how to use the Struts Validator with DispatchAction. This article in bugzilla does not seem to deal with the issue: http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=8633 Thank you. Ola _

Re: Validation for Two Levels of Indexed Properties (was: Off Topic Post Air Time vs. Struts Answers)

2004-09-14 Thread Hubert Rabago
Terry, I share your concern about OT messages drowning out valid Struts questions. However, in this particular case, it could be a matter of not a whole lot of people having experience with the problem. For the situation you have, I have to say I just avoided it when I encountered it. At the ti

Re: Trying to come up with a Mapping-Dispatch combo Action

2004-09-14 Thread Kris Schneider
I'm guessing David's getting at how to properly construct a request-time value for a tag attribute. If you're using a scripting expression, everything must be contained within "<%=" and "%>". If you're using an EL-enabled tag, then you can do something like: "/${action}.do" (assuming "action" is a

Re: Trying to come up with a Mapping-Dispatch combo Action

2004-09-14 Thread Michael McGrady
Kris Schneider wrote: I'm guessing David's getting at how to properly construct a request-time value for a tag attribute. If you're using a scripting expression, everything must be contained within "<%=" and "%>". If you're using an EL-enabled tag, then you can do something like: "/${action}.do" (a

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
Hubert, Thank you for your response. At present, I am using the Validator for my first level of indexed properties and custom validation for the second level. I'd really like to use the Validator for everything as it makes it much easier for maintenance and makes the code clearer when you don

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Nick Heudecker
Terry: I agree with you that struts-user is mostly noise, although you phrased it much better than I did. I know it's frustrating to have your question go unanswered, but I really don't think it's intentional. There is so much cruft on this list, with the same questions asked repeatedly, that yo

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Michael McGrady
Nick Heudecker wrote: Terry: I agree with you that struts-user is mostly noise, although you phrased it much better than I did. I know it's frustrating to have your question go unanswered, but I really don't think it's intentional. There is so much cruft on this list, with the same questions aske

RE: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Geeta Ramani
Hi Nick/all: This may be relevant to this topic, but the "Search" feature for the Struts archives seems to be broken..? I just get a "Text search not available for this list" regardless of what I do/how I search. I used this link: http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED] s.apac

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Hubert Rabago
Well, it's good to know you already have a solution working. Just fyi, my guess on the two layers not being supported is based on the example on http://struts.apache.org/userGuide/dev_validator.html#validwhen : test ((orderLines[].partNumber == null) or (*

Re: Trying to come up with a Mapping-Dispatch combo Action

2004-09-14 Thread Kris Schneider
You mean the thing that starts " and are great for generating URLs to be used by JavaScript code that needs to interact with web apps. One of the reasons they're so useful is that they have built-in support for URL rewriting (encoding of session info). BTW, in an earlier note, Rick was thinking of

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread jmoran
Hello, One of my co-workers was looking into something like this and was not able to find a solution. She ended up modifying commons-validator. Below is a copy and paste from her cvs commit for Field.java 1. handle nested indexed lists 2. continue validating until all errors have been found -

C:out and LazyValidatorActionForm

2004-09-14 Thread Seaman, Sloan
I'm trying to use c:out to display the contents of a form bean that is of type: I set a form value like so: DynaBean df = (DynaBean)_form; df.set("accessionDate", new java.util.Date()); I thought that doing a would do it but I keep getting an error that it can't find .map How do I go about g

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
Jonathan, Yes, I would be very interested in learning more about number one on the list (handle nested indexed lists). I'd also like to know if she ever looked into JavaScript validation of indexed properties. That's another item that I've posted here. I did receive a response that it is bas

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
Hubert, I'd LOVE to be able to work on creating some nested indexed property validation code! However, I am lone developer working on a "not small" multi-tier application. I have to write almost all the code (I have some part-time help) from front to back, so I have zero extra time for "fun s

Re: C:out and LazyValidatorActionForm

2004-09-14 Thread Kris Schneider
It's not a DynaActionForm, so it doesn't inherit the "map" property, and it doesn't appear to define one of its own: ActionForm ^ __|__ | | ValidatorForm DynaActionForm ("map" property defined here) ^ | BeanValidat

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Matt Bathje
Might I suggest (to everybody, not just Terry) that when you come up with a solution to these or other things, you either put it into the struts wiki (http://wiki.apache.org/struts) Or do it in a generic enough manner that you can put in a bugzilla report with the new code, and it could be adde

RE: C:out and LazyValidatorActionForm

2004-09-14 Thread Seaman, Sloan
That's what I thought. I even tried LazyValidatorActionMap but that didn't seem to do it either... Ah well... -- Sloan -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 3:53 PM To: Struts Users Mailing List Subject: Re: C:out and LazyV

FOP for PDF

2004-09-14 Thread Jirole, Amar
I am planning to use fop for rendering my objects in PDF. Is it production ready. Does anyone have any experience either way? Thanks in Advance -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 8:06 AM To: 'Struts Users Mailing List'

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Terry Roe
Geeta, I, too, am disappointed that none of the mailing list searches for The Apache Software Foundation appear to work. Given the fact that one "should not" post a question until one has attempted a thorough search for an answer, it seems utterly ridiculous that you can't do a search through

RE: C:out and LazyValidatorActionForm

2004-09-14 Thread Kris Schneider
The Struts tags are BeanUtils-enabled, so should work... Quoting "Seaman, Sloan" <[EMAIL PROTECTED]>: > That's what I thought. > > I even tried LazyValidatorActionMap but that didn't seem to do it either... > > Ah well... > > -- > Sloan > > > -Original Message- > From: Kris Schneide

RE: FOP for PDF

2004-09-14 Thread Jarnot Voytek Contr AU/SC
Yes, but you'd be far better off discussing it on the FOP list... -- Voytek Jarnot "Racing makes heroin addiction look like a vague longing for something salty." - Peter Egan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 14, 2004 3:0

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Matt Bathje
I usually use http://marc.theaimsgroup.com/?l=struts-user as the main archive of struts-user that I search. It seems to work best out of the available options. Matt Terry Roe wrote: Geeta, I, too, am disappointed that none of the mailing list searches for The Apache Software Foundation appear t

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread dhay
Have you tried: http://www.mail-archive.com/[EMAIL PROTECTED]/ Works fine for me! cheers, David |-+> | | Terry Roe| | | <[EMAIL PROTECTED]| | | om> | | |

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread dhay
H (blush) - just realised that it's a little out of date. Still a little useful though...?! - Forwarded by David Hay/Lex/Lexmark on 09/14/2004 04:09 PM - |-+> | | David Hay| | || |

RE: FOP for PDF

2004-09-14 Thread Jirole, Amar
I already did that. But I feel its like going to republican convention and asking whether I should vote for Bush or Kerry. I sent this mail out to this list because I am hoping I will get more balanced comments here. Thanks -Amar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
Matt, Thank you for your comments. Could you point me to where you posted your workaround for nested validation? Thanks, TR Matt Bathje wrote: Might I suggest (to everybody, not just Terry) that when you come up with a solution to these or other things, you either put it into the struts wiki (

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Matt Bathje
Unfortunatley not, because my workaround was to re-work the class so it wasn't necessary. The user interface for that area became a little bit "clunkier" but it was the quickest thing to do at the time. Matt Terry Roe wrote: Matt, Thank you for your comments. Could you point me to where you po

Page with two forms and different sets of errors

2004-09-14 Thread Adrian Kamiński
Hi, I have two forms on one page: First form is the regular registration form, second is small login form in the corner of the page. I want to display errors for each form in different places on the page (for first form above it, and for

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
Matt, In my case, it wouldn't be very useful to provide the source code for my workaround as it would require too much background information. However, here is a summary of what I did to validate my second level of nested properties... First, I use the Validator to validate as much of the form

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Michael McGrady
Terry Roe wrote: Geeta, I, too, am disappointed that none of the mailing list searches for The Apache Software Foundation appear to work. Given the fact that one "should not" post a question until one has attempted a thorough search for an answer, it seems utterly ridiculous that you can't do a

Re: The Tag and Drop Down Menu

2004-09-14 Thread Jason Lea
Something like this in JSP1.2: assuming the Struts form bean is called 'formbean' and the property is called 'property' selected> or in JSP2.0: ${item.label} Caroline Jen wrote: To make it simple, there is a JavaBean. This JavaBean has two properties: label and

Re: Trying to come up with a Mapping-Dispatch combo Action

2004-09-14 Thread Michael McGrady
Kris Schneider wrote: You mean the thing that starts " and are great for generating URLs to be used by JavaScript code that needs to interact with web apps. One of the reasons they're so useful is that they have built-in support for URL rewriting (encoding of session info). BTW, in an earlier note

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Terry Roe
Michael, I think we're all here trying to help each other. Comments of dissatisfaction or frustration should be used as an impetus to improve things. Waving the "open source" flag because something isn't done as well as it might be doesn't seem very constructive. There's a big push to legiti

Validator with DispatchAction...help!...newbie

2004-09-14 Thread O. Oke
Can anyone please tell me how to use the Struts Validator with DispatchAction. This article in bugzilla does not seem to deal with the issue: http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=8633 Thank you. Ola ___

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Michael McGrady
Terry Roe wrote: Michael, I think we're all here trying to help each other. Comments of dissatisfaction or frustration should be used as an impetus to improve things. Waving the "open source" flag because something isn't done as well as it might be doesn't seem very constructive. There's a bi

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Matt Bathje
I think Ted Husted (one of the gurus who occasionally reads this list for those who don't know) has stated it best - it all depends on what itches need scratching. None of the "core" struts or validator developers have a need for multi-level indexed validation, so it isn't done. None of the "co

Re: Validator with DispatchAction...help!...newbie

2004-09-14 Thread Matt Bathje
O. Oke wrote: Can anyone please tell me how to use the Struts Validator with DispatchAction. This article in bugzilla does not seem to deal with the issue: http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=8633 Thank you. Ola Ola - we more information to be able to help you. I can't

Using a Quartz Scheduler in a Struts Web Application

2004-09-14 Thread Nikola Banovic
Hello, Can you please give me a list of Quartz plug-ins for Struts you recommend? I'm not after any particular feature so any Quartz plug-in qualifies. Thank you. Nikola - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

  1   2   >