Re: ValidatorForm

2004-03-19 Thread Jim Theodoridis
Hi Also U can also use ActionForm but u must use the reset() method - Original Message - From: Theodosios Paschalidis [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, March 19, 2004 6:08 PM Subject: Re: ValidatorForm Hi Sam, reset seems to work fine

Re: File-Upload: Progress-Bar

2004-03-19 Thread Michael McGrady
Check the archives. There has been a lot on this. At 01:31 AM 3/19/2004, you wrote: Hello everybody! I'm up to the task to implement a progress bar for File-Uploads, cause the files that are uploaded to my Webapp can be quite large. Well as usual this problem is not easily solved on the

RE: File-Upload: Progress-Bar

2004-03-19 Thread Matthias Wessendorf
Hi Tim! i didn't tryed it out, but on ORA's ONJAVA is saw an artikel on that http://www.onjava.com/lpt/a/3886 perhaps you got some ideas on it! Cheers, Matthias -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 10:31 AM To: [EMAIL

RE: Can coarse grained ActionForms validate?

2004-03-19 Thread Irving, Dave
PROTECTED] Sent: 19 March 2004 17:42 To: 'Struts Users Mailing List' Subject: Can coarse grained ActionForms validate? Hi, I am using coarse grained action forms that are re-used by various action classes. Each of these action classes serve a different page and retrieves information from

Re: Can coarse grained ActionForms validate?

2004-03-19 Thread Blake Whitmore
. HTH, Blake --- Chan, Jim [EMAIL PROTECTED] wrote: Hi, I am using coarse grained action forms that are re-used by various action classes. Each of these action classes serve a different page and retrieves information from the backend so that the jsp page can show it. Now because

RE: Struts cookbook

2004-03-19 Thread Danilo Gurovich
I think that publication of chapters must happen through Manning's site. I'm contractually bound to work within their parameters concerning publication of materials. I'm sure that the Manning site will announce and publish some teasers as soon as they can, as they are anxious to get the book to

RE: Can coarse grained ActionForms validate?

2004-03-19 Thread Chan, Jim
initialization code to use when validation fails. -Original Message- From: Blake Whitmore [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 9:50 AM To: Struts Users Mailing List Subject: Re: Can coarse grained ActionForms validate? Hi Jim, You can specify multiple form bean mappings

Re: Object insertion semantics

2004-03-19 Thread Laurie Harper
Oops, wrong list; please ignore! :) L. Laurie Harper wrote: What are the expected semantics for object insertion? I'm a bit confused by what I'm seeing here :) Here's some sample code: Player p1 = null, p2 = null, p3 = null; Implementation odmg = OJB.getInstance(); Database db =

RE: Can coarse grained ActionForms validate?

2004-03-19 Thread Blake Whitmore
that is retrieved from backend services, so I need to retrieve this again unless I store it in the session, -Original Message- From: Blake Whitmore [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 9:50 AM To: Struts Users Mailing List Subject: Re: Can coarse grained ActionForms

RE: Progress-Bar Task Delegate

2004-03-19 Thread Wiebe de Jong
To: 'Struts Users Mailing List' Subject: RE: File-Upload: Progress-Bar Hi Tim! i didn't tryed it out, but on ORA's ONJAVA is saw an artikel on that http://www.onjava.com/lpt/a/3886 perhaps you got some ideas on it! Cheers, Matthias -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Dummy ActionForms?

2004-03-19 Thread Blake Whitmore
I'm guessing your DisOrderDetail.jsp's html:form.. tag is wrong. Check the mapping there. --- Theodosios Paschalidis [EMAIL PROTECTED] wrote: Hi all, I am trying to execute an Action using only a dummy form (empty). I have successfully used this in other occasions but it seems to fail

Re: Iterating through a Hashtable of Vectors

2004-03-19 Thread bort
I'm going to add some more the my previous post, and put the whole thing into an understandable context... please bear with me. In addition to the Hashtable mentioned below, I have another Vector (let's call this 'ACCVEC'). ACCVEC contains account numbers as Integer objects. On my JSP page, I

Re: File-Upload: Progress-Bar

2004-03-19 Thread Martin Cooper
Joe Germuska [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 10:31 AM +0100 3/19/04, [EMAIL PROTECTED] wrote: I'm up to the task to implement a progress bar for File-Uploads ... My question: Has anybody done something like this with Struts before and can give me some little

Re: Dummy ActionForms?

2004-03-19 Thread Hubert Rabago
The ClassCastException is in your Action code, so check your code and see what you're casting. Post the code so others can see, too. --- Theodosios Paschalidis [EMAIL PROTECTED] wrote: Hi all, I am trying to execute an Action using only a dummy form (empty). I have successfully used this in

Re: Mapping Forward to new form

2004-03-19 Thread Geeta Ramani
Ciaran: Just create a new formbean and put it in the request before you forward..:) Geeta Ciaran Hanley wrote: I would like to map to a new blank form, how do I do this? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Mapping Forward to new form

2004-03-19 Thread Saul Q Yuan
You can call ((UserForm) form).reset() before forwarding. Saul -Original Message- From: Ciaran Hanley [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 1:52 PM To: Struts User Mailing List Subject: Mapping Forward to new form Hey, I am adding user details to the

Re: Dummy ActionForms?

2004-03-19 Thread Theodosios Paschalidis
this dinstiction!) Thanks for the heads up, I appreciate it. - Original Message - From: Hubert Rabago [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, March 19, 2004 6:39 PM Subject: Re: Dummy ActionForms? The ClassCastException is in your Action code, so check your

RE: File-Upload: Progress-Bar : Mega Upload

2004-03-19 Thread Dhaliwal, Pritpal (HQP)
.. Pritpal Dhaliwal -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 10:39 AM To: [EMAIL PROTECTED] Subject: Re: File-Upload: Progress-Bar Joe Germuska [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 10:31 AM +0100 3/19/04, [EMAIL

Re: validwhen validation question

2004-03-19 Thread Mah R
Is it possisble to use validwhen for date fields like comparing dates? Brendan Richards [EMAIL PROTECTED] wrote: I'm looking at using validwhen for a complex validation. I've got a value that can either be ignored when another parameter is set or is valid when it's a date. A simple date

Re: Peculiar Session Problem Weblogic 8.1

2004-03-19 Thread Prakasan OK
:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: Thursday, March 18, 2004 10:39 AM To: [EMAIL PROTECTED] Subject: Re: Performace Improvement :: Struts based applications Unit test the performance of the model layer. .V Satya Narayan Dash wrote: Hi, I am in the process of improving a struts based

Re: RE: Pls help on shopping cart App

2004-03-19 Thread Prakasan OK
] Sent: Thursday, March 18, 2004 1:36 PM To: Struts Users Mailing List Subject: Re: Pls help on shopping cart App Do your html:text have the indexed=true attribute? On 18 Mar 2004, at 07:07, sougata wrote: Hi All, I have a shopping cart apps.When the user is buying items it is coming

RE: UTF-8 characters in the name of the uploaded document

2004-03-19 Thread Zsolt Koppany
Hi Colm, I know that article, and as I wrote the application does work fine with UTF-8 characters except upload. Zsolt -Original Message- From: Colm Garvey [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 4:20 PM To: Struts Users Mailing List Subject: RE: UTF-8 characters

Re: UTF-8 characters in the name of the uploaded document

2004-03-19 Thread Jason Lea
org.apache.strugs.upload.FormFile exposes a setHeaderEncoding method... Daniel Rabe -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Friday, December 26, 2003 1:33 PM To: Struts Users Mailing List Subject: Re: What is wrong with this upload filename (UTF-8) decoding? I have

Re: Pls help on shopping cart App

2004-03-18 Thread Mark Lowe
Do your html:text have the indexed=true attribute? On 18 Mar 2004, at 07:07, sougata wrote: Hi All, I have a shopping cart apps.When the user is buying items it is coming to mycart .In my mycart page I am showing all the products and the beside that I have a update button by which I can update

RE: Hierarchical Lists

2004-03-18 Thread Freddy Villalba Arias
. -Mensaje original- De: Scherger, Derek [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 17 de marzo de 2004 23:16 Para: 'Struts Users Mailing List' Asunto: RE: Hierarchical Lists You might use something like select id=parent-list.../select select id=child-1 style=display:none;.../select select id

Re: security framework!!!

2004-03-18 Thread Max Cooper
JAAS-based solution. David's problem of entity-based (rather than system-wide) responsibilities is a very common one. -Max - Original Message - From: David Friedman [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 5:48 PM Subject: RE

Re: Problem in Deploying

2004-03-18 Thread Max Cooper
The app probably did not deploy. Consult the server log to figure out why. -Max - Original Message - From: Iwan Soenarto (IT) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 18, 2004 12:18 AM Subject: Problem in Deploying HTTP Status 404 -

Re: Webb access to mailing list

2004-03-18 Thread anuj . upadhyay
check the following link: http://www.mail-archive.com/struts-user%40jakarta.apache.org/ for other list try: http://www.mail-archive.com/lists.html Jon Bohm [EMAIL PROTECTED] on 03/18/2004 08:25:57 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users

Re: Webb access to mailing list

2004-03-18 Thread tiredcasper
yes,if there is a newsgroup ,things will be better. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Webb access to mailing list

2004-03-18 Thread Maik Jablonski
Jon Bohm wrote: Hello, This mailing list is very good and appreciated, but it fills up my hotmail mailbox every second day. Is there a web interface viewing a threaded version of this list, and perhaps with a search function? This list is mirrored by gmane.org as news and as webarchive.

Re: Map-backed Forms and Struts Validator

2004-03-18 Thread Adam Hardy
Hi Derek, from the ppt doc, it looks like validWhen is using a syntax that is designed for checking indexed properties. I haven't used it though. I assume that it would handle nested beans as well, in accordance with the rest of the action form functionality. But again, I don't know. Also it

RE: [FRIDAY]:RE: calling ASP inside a JSP

2004-03-18 Thread Andrew Hill
March 2004 17:21 To: Struts Users Mailing List Subject: RE: [FRIDAY]:RE: calling ASP inside a JSP Shouldn't be a problem. I don't think there's anything in browsers that stop different frames being served from different servers. You'd have a framset page looking something like this. frameset

[OT]Re: Off topic Oracle JDeveloper question

2004-03-18 Thread Duncan Mills
Martin you can ask this on the JDeveloper forum on OTN http://forums.oracle.com/forums/forum.jsp?forum=83 However, I assume you talking about the New Dialog in JDev 9.0.3 / 9.0.4? The option is there in mine - but you'll find it's disabled unless you have a project created to put it into. So

RE: LookupDispatchAction with html:image?

2004-03-18 Thread Dixit, Shashank (Cognizant)
Search for ImageButtonDispatchAction in struts previous messages. It is devoloped by somebody and have put it there. Shashank Dixit jpmc ib , cognizant technology solutions pvt. ltd. Tel: +91 20 2931100 Ext : 2354 Vnet : 22362 Mobile : 98904 25400 An Obstacle is something you see when you

Re: [FRIDAY]:RE: calling ASP inside a JSP

2004-03-18 Thread Adam Hardy
Jong [mailto:[EMAIL PROTECTED] Sent: Thursday, 18 March 2004 08:17 To: 'Struts Users Mailing List' Subject: [FRIDAY]:RE: calling ASP inside a JSP You have JSP, and ASP, and you want to mix them together?!? Reminds me of that Clint Eastwood movie: The Good, the Bad, and the Ugly ;-) -Original

Re: LookupDispatchAction with html:image?

2004-03-18 Thread Mark Lowe
Will this not work then? html:image property=method value=Save page=/image/buttons/en/save.gif / assuming the value is set by nesting bean:message html:image property=method page=/image/buttons/en/save.gif bean:message key=button.save / /html:image

RE: Hierarchical Lists

2004-03-18 Thread Brendan Richards
-exchange.com/Web/Web_Languages/JavaScript/Q_20888121. html -Original Message- From: Freddy Villalba Arias [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 08:25 To: Struts Users Mailing List Subject: RE: Hierarchical Lists I'm envolved in a Project that will be basically lots of this stuff

RE: [OT] 3/18 Struts Tiles Talk by Rick Hightower at VeriSign

2004-03-18 Thread Benz Lim
Will there meeting be video stream (stream cast) for other user? Best Regards, Benz Lim -Original Message- From: Van Riper, Mike [mailto:[EMAIL PROTECTED] Sent: Saturday, March 13, 2004 4:29 AM To: '[EMAIL PROTECTED]' Subject: [OT] 3/18 Struts Tiles Talk by Rick Hightower at VeriSign

Re: action - delegate - facade

2004-03-18 Thread Adam Hardy
Assembler here: http://java.sun.com/blueprints/corej2eepatterns/Patterns/TransferObjectAssembler.html robert -Original Message- From: Nick Wesselman [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 6:28 PM To: Struts Users Mailing List Subject: Re: action - delegate - facade What about

Re: Way tho highlight error form field

2004-03-18 Thread Mark Lowe
You could modify the client-side validation stuff to do this rather than just alerting. An easy way of layering this on is to define a compulsory array of fields and then loop through the form on validation. changing the borderColor style attribute when you have a match between the element

Re: security framework!!!

2004-03-18 Thread Adam Hardy
- Original Message - From: David Friedman [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 5:48 PM Subject: RE: security framework!!! Adam, With my structure, I might have to become a particular reseller, then flip into a customer of his/hers

Re: Validator: Validation based on action path and not by form name

2004-03-18 Thread Adam Hardy
Kamakshya, if you use the ValidatorActionForm instead of the ValidatorForm, then you can do this. Adam On 03/18/2004 08:26 AM Prasad, Kamakshya wrote: Hi All, Is it possible for validation.xml to take action path attribute instead of form name for putting javascript validation rules for a

RE: Validator: Validation based on action path and not by form name

2004-03-18 Thread Prasad, Kamakshya
: Thursday, March 18, 2004 7:19 PM To: Struts Users Mailing List Subject: Re: Validator: Validation based on action path and not by form name Kamakshya, if you use the ValidatorActionForm instead of the ValidatorForm, then you can do this. Adam On 03/18/2004 08:26 AM Prasad, Kamakshya wrote: Hi All

[partly answered] Re: Validator: Validation based on action path and not by form name

2004-03-18 Thread Axel Gross
Hi Kamakshya! yes it is provided. just make it a ValidatorActionForm instead of a ValidatorForm. (check docs for further info) If you use DynaFormBeans, there is a DynaValdaterActionForm, but it never worked for me... hope this help, Axel On 2004-03-18 at 13:40:27 +0900, Prasad, Kamakshya

Re: Validator: Validation based on action path and not by form name

2004-03-18 Thread Axel Groß
path=/resolveAsset Regards Kamakshya -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 7:19 PM To: Struts Users Mailing List Subject: Re: Validator: Validation based on action path and not by form name Kamakshya, if you use

RE: Hierarchical Lists

2004-03-18 Thread McCormack, Chris
I agree. This behaviour looks very suited to a dhtml/js solution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 17 March 2004 19:54 To: [EMAIL PROTECTED] Subject: RE: Hierarchical Lists Short of a reload, I believe only a JavaScript/DHTML function can

RE: calling ASP inside a JSP

2004-03-18 Thread McCormack, Chris
Use the superior JSP to suck in the contents of the ASP (using the link to it) and write it out directly to the frame using javascript or, another jsp that contains the sucked in ASP information in a bean. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

RE: *****SPAM***** How to configure in tomcat5.0

2004-03-18 Thread Marco Mistroni
Hi, I got same frustration that you had I got solved By trying to reuse the webapp examples.. Steps: - define a Datasource in server.xml (following instructions given in tomcat), within the context jsp-examples (one of the webapp that comes along with tomcat - inside

Re: how to submit javascript variable of array type

2004-03-18 Thread Raphaël di Cicco
Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 1:42 PM Subject: RE: how to submit javascript variable of array type Andrew, I used the exact same approach my in my action class, the array from request is yielding null... Any clues.. Thanks so much

RE: action - delegate - facade

2004-03-18 Thread Robert Taylor
other method. robert -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 4:57 AM To: Struts Users Mailing List Subject: Re: action - delegate - facade Downside is though, trying to cram string request parameters into your DTO in your form

Re: *****SPAM***** How to configure in tomcat5.0

2004-03-18 Thread asd
my help word became spam!!!faint. that is more than like a doohickey ,not a solution. i will try it laterly,thx u at first. - Original Message - From: Marco Mistroni [EMAIL PROTECTED] To: 'asd' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, March 18, 2004 7:10 PM Subject: RE

Re: java.lang.VerifyErrror - Illegal stste of Jump or Branch

2004-03-18 Thread Mark Lowe
Why not populate an array and use that ? If doing it in the action seems a little tiresome then JSTL could help. It will be tidier than including a page with a bunch of options in. On 18 Mar 2004, at 13:00, Ramachandran wrote: Hi List, I am facing one problem in a jsp file. In this file, i am

RE: Module switching issue on weblogic 8.1

2004-03-18 Thread sougata
I guess there is some problem in installation .Can u pls send me the apps so that i can try it Thanks Sougata -Original Message- From: Colm Garvey [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 3:26 PM To: [EMAIL PROTECTED] Subject: Module switching issue on weblogic 8.1 hi

RE: Pls help on shopping cart App

2004-03-18 Thread sougata
No it is not like that since I am using weblogic's struts .Anyway I solved that.Thanks for your reply Sougata -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 1:36 PM To: Struts Users Mailing List Subject: Re: Pls help on shopping cart App Do

[SOLVED] - my fault - Re: EL buggy? this shouldn't happen

2004-03-18 Thread Axel Groß
sorry! in my code (on the other machine), I reference once the not existing EL variable crt so the code i posted works as expected sorry again :(( (should have taken a break) regards, Axel On 2004-03-18 at 12:46:41 +0100, Axel Groß wrote: hi all! while trying to figure out how

Re: EL buggy? this shouldn't happen

2004-03-18 Thread Mark Lowe
${testPrimKey[ctr]} or perhaps with the wrappers c:set var=key value=${testPrimKey[ctr]} / ${key} what does that do? On 18 Mar 2004, at 12:46, Axel Groß wrote: hi all! while trying to figure out how indexed/mapped properties work I get some strange behaviour - I'm pretty sure this doesn't

RE: Way tho highlight error form field

2004-03-18 Thread Joao Batistella
, otherwise, normal_class. I know this doesn't exist in Struts but is there something that can do something like this? Thanks -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 18 de março de 2004 10:06 To: Struts Users Mailing List Subject: Re: Way tho highlight

Re: calling ASP inside a JSP

2004-03-18 Thread James Mitchell
This has nothing to do with ASP or JSP specifically. You simply want to use one frame as the target of another's links/posts. This is very easy to do. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Yahoo IM:[EMAIL

Re: Re: Performace Improvement :: Struts based applications

2004-03-18 Thread Satya Narayan Dash
Hi, I have done the testing of the view layer. And what is peculiar is when i am hitting the ServletEngine for the first time, then it takes a lot of time, but subsequent hits take less time. Is it because the ActionServlet is not initiliazed, though I have started the engine? I would like

RE: Re: Performace Improvement :: Struts based applications

2004-03-18 Thread shirishchandra.sakhare
-Original Message- From: Satya Narayan Dash [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:13 PM To: Struts Users Mailing List Cc: Vic Cekvenich Subject: Re: Re: Performace Improvement :: Struts based applications Hi, I have done the testing of the view layer. And what

Re: how to implement such an action?

2004-03-18 Thread Geeta Ramani
Alex: ok, let me state the problem as i understand it: ActionA -- page1.jsp --ActionB if (success in ActionB) forward to success.jsp else forward to ActionA. Your question is how to get the if failure part working. If my understanding of your problem is wrong, please write back and tell us

RE: Performace Improvement :: Struts based applications

2004-03-18 Thread Hibbs, David
But the peformance improvement is not substantial. Can you please give me some tips to improve the performance ? Observe the following steps for performance tuning. 1) Run the app. Identify that there is a performance issue. 2) Narrow down the problem; is the whole app slow, or just

Re: Again Action Chaining

2004-03-18 Thread Ted Husted
On Thu, 18 Mar 2004 15:24:25 +0300, AKostylev wrote: How can I avoid action chaining in such situation... In my application user can set resolution on some demand. For example, there two types of resolutions: bug and not a bug. If user selects not a bug option on form, then nothing happens...

Re: calling ASP inside a JSP

2004-03-18 Thread mohan
Hi James Can u tell me how can acheive this. I have never developed stuff in HTML or ASP. Suppose the link is www.xyz.com/abc/dba.asp, how do we read this stuff into a frame. Please let me know. --Mohan This has nothing to do with ASP or JSP specifically. You simply want to use one frame as

Re: LookupDispatchAction with html:image?

2004-03-18 Thread dilip
try ImageButtonBeanManager from Mitranosoft - Original Message - From: Stefan Burkard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:48 PM Subject: LookupDispatchAction with html:image? hi struts-users is it possible to use the LookupDispatchAction with

RE: calling ASP inside a JSP

2004-03-18 Thread Brendan Richards
/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 13:50 To: [EMAIL PROTECTED] Subject: Re: calling ASP inside a JSP Hi James Can u tell me how can acheive this. I have never developed stuff in HTML or ASP. Suppose the link is www.xyz.com/abc/dba.asp, how do we

Re: adding items to list in a tile definition using extension

2004-03-18 Thread Axel Groß
On 2004-03-18 at 14:11:43 +0100, nicolas De Loof wrote: Hello, Is it possible when extending a tile definition to ADD some items to an existing list (defined by parent tile definition) ? no, not with the current tiles implementation i posted a generic request for solving this a while ago,

RE: calling ASP inside a JSP

2004-03-18 Thread Colm Garvey
Mohan, please go to and read: http://www.w3schools.com/html/html_frames.asp Colm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 13:50 To: [EMAIL PROTECTED] Subject: Re: calling ASP inside a JSP Hi James Can u tell me how can acheive this. I

RE: Way tho highlight error form field

2004-03-18 Thread Colm Garvey
function to read the errors into an array which then either pops up an alert and/or dynamically changes the class of the element in question. HTH Colm -Original Message- From: Joao Batistella [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 12:26 To: 'Struts Users Mailing List' Subject: RE

Re: indexed property problem

2004-03-18 Thread Mark Lowe
try html-el:text name=mappedTest property=testPrimKey(${ctr}) / On 18 Mar 2004, at 14:49, Axel Groß wrote: Hi Mark! thanks for your answer tdtestPrimKey[${ctr}]/td evaluates to as it should to testPrimKey[0], testPrimKey[1].. ( i did a stupid mistake in my code ), On 2004-03-18 at

Re[2]: Again Action Chaining

2004-03-18 Thread AKostylev
Ted, Thursday, March 18, 2004, 4:45:01 PM, you wrote: TH On Thu, 18 Mar 2004 15:24:25 +0300, AKostylev wrote: How can I avoid action chaining in such situation... In my application user can set resolution on some demand. For example, there two types of resolutions: bug and not a bug. If

RE: calling ASP inside a JSP

2004-03-18 Thread mohan
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 13:50 To: [EMAIL PROTECTED] Subject: Re: calling ASP inside a JSP Hi James Can u tell me how can acheive this. I have never developed stuff in HTML or ASP. Suppose the link is www.xyz.com/abc/dba.asp, how do we read

Re: indexed property problem

2004-03-18 Thread Axel Groß
On 2004-03-18 at 15:10:47 +0100, Mark Lowe wrote: try html-el:text name=mappedTest property=testPrimKey(${ctr}) / doesnt exist in struts 1.1,right? should be evaluated anyway... i tried now html:text name=mappedTest property='testPrimKey[0]' / - still input type=text name=testPrimKey[0]

Re: adding items to list in a tile definition using extension

2004-03-18 Thread nicolas De Loof
OK, I've done it another way : I put ALL items used in the webapp in a list : definition name=tile:base putList name=locations item vale=home item vale=catalog ... and I extend it for every page : definition name=tile:search-result extends=tile:base put name=currentLocation

Re: AW: Single Checkbox Required

2004-03-18 Thread as as
messages while debugging your javascript - like mozilla. andreas -Ursprungliche Nachricht- Von: as as [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 17. Marz 2004 19:27 An: Struts Users Mailing List Betreff: RE: Single Checkbox Required Hi, Interesting... yourForm- where do we mention

RE: Module switching issue on weblogic 8.1

2004-03-18 Thread Colm Garvey
be the short-term solution Colm -Original Message- From: sougata [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 12:23 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Module switching issue on weblogic 8.1 I guess there is some problem in installation .Can u pls send me the apps

Re: SOLVED: Multibox problem when defaulted all on

2004-03-18 Thread as as
Mailing List Subject: Re: Multibox problem when defaulted all on I don't think I explained myself quite clearly. WORKS: All the checkboxes on the form default to on. WORKS: User leaves all checkboxes on. WORKS: User turns some of the checkboxes off. DOESN'T WORK: User turns all of the checkboxes

Re: SOLVED: Multibox problem when defaulted all on

2004-03-18 Thread as as
Mailing List Subject: Re: Multibox problem when defaulted all on I don't think I explained myself quite clearly. WORKS: All the checkboxes on the form default to on. WORKS: User leaves all checkboxes on. WORKS: User turns some of the checkboxes off. DOESN'T WORK: User turns all of the checkboxes

Re: SOLVED: Multibox problem when defaulted all on

2004-03-18 Thread as as
Mailing List Subject: Re: Multibox problem when defaulted all on I don't think I explained myself quite clearly. WORKS: All the checkboxes on the form default to on. WORKS: User leaves all checkboxes on. WORKS: User turns some of the checkboxes off. DOESN'T WORK: User turns all of the checkboxes

Re: SOLVED: Multibox problem when defaulted all on

2004-03-18 Thread as as
Mailing List Subject: Re: Multibox problem when defaulted all on I don't think I explained myself quite clearly. WORKS: All the checkboxes on the form default to on. WORKS: User leaves all checkboxes on. WORKS: User turns some of the checkboxes off. DOESN'T WORK: User turns all of the checkboxes

Re: adding items to list in a tile definition using extension

2004-03-18 Thread Axel Groß
nice traditional solution... make the stuff global, then it's sure to be accessible ;) looks like a good way for toggling any parameters on and off maybe should do a tile which does this in a generic way .. just some thoughts.. definition name=tile:toggle:base path=toggleOnOffTile.jsp put

Re: Re: Performace Improvement :: Struts based applications

2004-03-18 Thread Axel Groß
and hence faster. Some server/ServletEngines have the option to precompile jsps. HTH. Regards, Shirish -Original Message- From: Satya Narayan Dash [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:13 PM To: Struts Users Mailing List Cc: Vic Cekvenich Subject: Re

RE: Re: Performance Improvement :: Struts based applications

2004-03-18 Thread McCormack, Chris
on it ? ;) cheers Chris McCormack -Original Message- From: Axel Groß [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 14:43 To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: Re: Performace Improvement :: Struts based applications some IDEs also precompile the pages... axel On 2004-03-18

RE: LookupDispatchAction problem

2004-03-18 Thread Wendy Smoak
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Request[/uploadDocument] does not contain handler parameter named submit i really don't know why this error appears. [I'm currently trying to convince the spam filter to cough up all the messages it quarantined since 3pm yesterday, so this

Re: indexed property problem

2004-03-18 Thread Mark Lowe
I thought you were trying to get a mapped property. What does the structure look like? I cant see what you're drilling to. On 18 Mar 2004, at 15:23, Axel Groß wrote: On 2004-03-18 at 15:10:47 +0100, Mark Lowe wrote: try html-el:text name=mappedTest property=testPrimKey(${ctr}) / doesnt exist

RE: Problem with tiles:insert ignore=true'

2004-03-18 Thread Paul, R. Chip
No, the ignore attribute means an exception won't get thrown if the tiles attribute is not present, as it would be if you left out the put tag all together. It can't help that a valid attribute was specified that points to a nonexistant file. -Original Message- From: Scherger, Derek

RE: Problem with tiles:insert ignore=true'

2004-03-18 Thread Scherger, Derek
Thanks! That actually works even better for what I'm trying to do. Cheers, Derek -Original Message- From: Paul, R. Chip [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 9:32 AM To: 'Struts Users Mailing List' Subject: RE: Problem with tiles:insert ignore=true' No, the ignore

Re: indexed property problem

2004-03-18 Thread Axel Groß
i was trying to figure out how to use indexed properties. in the end I want to pass a collection of name/value pairs to the form, which the user can edit and then check those and maybe pass the new values to business logic. at the moment i'm trying to do this with two String[], one called keys the

Re: indexed property problem

2004-03-18 Thread Axel Groß
went through the beanutils code to find the reason for the ArrayIndexOutOfBounds. found that it doesn't use my setter method, which would adjust the array size, but just my getter method (which returns an array, which isn't big enough); moving over to lists instead so i suppose my html was

Re: how to implement such an action?

2004-03-18 Thread chiu alex
. Regards, Alex From: Geeta Ramani [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: how to implement such an action? Date: Thu, 18 Mar 2004 08:20:50 -0500 Alex: ok, let me state the problem as i understand

Re: html:link /action does not contain handler parameter ...

2004-03-18 Thread Chris Huisman
Oh ya if you didn't realize it already, I am using LookupDispatchAction for my Action. Another question: could the request be getting lost on the way to the server b/c of the frames? I don't think this is the case since the request of the frame the link is in should get sent to the server

Re: Executing Struts-layout

2004-03-18 Thread Khalid K.
Just take a close look at the stack trace and read it from buttom up, and see where the code fails...Usually it is something like: NullPointerException com.blablah.myAction (myAction:30) which means the nullpointerexception happened at line 30 of myAction or whatever class you are calling..

RE: Dynamic Messages

2004-03-18 Thread Wiebe de Jong
Messages from your resource file can have parameters. Resource file: user.added={0} successfully added Action: errors.add(ActionErrors.GLOBAL_ERROR, new ActionError(user.added, bean.name)); messages.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage(user.added, bean.name)); You could

Re: An Action that only call a forward

2004-03-18 Thread mike barretta
if you look at the struts-example.war it has the same functionality with the /welcome forward. defined like this: forward name=welcome path=/welcome.do/ action path=/welcome type=org.apache.struts.actions.ForwardAction

RE: Dynamic Messages

2004-03-18 Thread Brendan Richards
Jong [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 17:37 To: 'Struts Users Mailing List' Subject: RE: Dynamic Messages Messages from your resource file can have parameters. Resource file: user.added={0} successfully added Action: errors.add(ActionErrors.GLOBAL_ERROR, new ActionError(user.added

Re: Way tho highlight error form field

2004-03-18 Thread atta-ur rehman
BaseHandlerTag in struts need some real refactoring! hope this helps. ATTA - Original Message - From: Joao Batistella [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 18, 2004 4:25 AM Subject: RE: Way tho highlight error form field But, how about server

Re: [OT] Dealer Locator / Zip Code Lookup

2004-03-18 Thread Martin Gainty
The problem is that ZipCode roughly corresponds to GPS Coordinates The algorithm you will need to deploy would be to locate a dealer by either Zip Code GPS Coordinates After you have extracted selected record items from the DB you can then populate a Tag such as selectmany_listbox Is this what you

RE: [OT] 3/18 Struts Tiles Talk by Rick Hightower at VeriSign

2004-03-18 Thread Van Riper, Mike
-Original Message- From: Benz Lim [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:11 AM To: Struts Users Mailing List Subject: RE: [OT] 3/18 Struts Tiles Talk by Rick Hightower at VeriSign Will there meeting be video stream (stream cast) for other user? Benz, I wish

RE: [OT] Dealer Locator / Zip Code Lookup

2004-03-18 Thread Jerry Jalenak
12:33 PM To: Struts Users Mailing List Subject: Re: [OT] Dealer Locator / Zip Code Lookup The problem is that ZipCode roughly corresponds to GPS Coordinates The algorithm you will need to deploy would be to locate a dealer by either Zip Code GPS Coordinates After you have extracted

Re: Database backed forms

2004-03-18 Thread Nick Heudecker
I'm not sure if this would work, as dynamic forms have their configurations frozen when the application starts up. You would have to simply write your own version of the dynamic form class, overriding any behavior that you wish to change. I don't think this would be too hard to do. On

<    1   2   3   4   5   6   7   8   9   10   >