Re: Validator later rather than sooner?

2002-10-24 Thread Susan Bradeen
get everything working correctly and then add the validator in after. We did this and it worked well (except for the current bug of the validator not supporting multiple resource bundles.) -Devin -Original Message- From: Susan Bradeen [mailto:SusanB;softlanding.com] Sent

Validator later rather than sooner?

2002-10-24 Thread Susan Bradeen
a little with form validation, but not enough to know if I will get myself in trouble by waiting and switching class sets later on. Thanks, Susan Bradeen -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help

Re: MultiBox problem.

2002-10-25 Thread Susan Bradeen
Kavitha, I am not sure about your specific error, but you should use a String array instead of ArrayList. At least give that a try and see how far you get. There is quite a bit of information on the multibox in the list archives. Susan Bradeen Kavitha ranga [EMAIL PROTECTED] 10/25/2002 01

Checkbox column and paging.

2002-10-28 Thread Susan Bradeen
tags? Thank you, Susan Bradeen -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: bean:write filtering and newlines

2002-11-01 Thread Susan Bradeen
Oleg, See below ... On 10/31/2002 01:08:59 PM oleg.morenkov wrote: hi, the problem is mentioned here http://nagoya.apache.org/eyebrowse/ReadMsg?listName=struts-user;jakarta.apache.o rgmsgId=366811 to which I don't see a clean solution. eg., imagine a form bean was populated with data

request.setAttribute() form confusion

2002-11-11 Thread Susan Bradeen
? request.setAttribute(mapping.getAttribute(), myForm); Thanks, Susan Bradeen -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: request.setAttribute() form confusion

2002-11-11 Thread Susan Bradeen
Nevermind, answering my own question ... actions in the Struts examples don't use the second line of code, so the answer is no, you don't need the two together. Susan On 11/11/2002 01:34:16 PM Susan Bradeen wrote: If I have this code, which appears to be good practice, in the beginning

Re: request.setAttribute() form confusion

2002-11-11 Thread Susan Bradeen
), or is this basically accomplishing the same as the above? request.setAttribute(mapping.getAttribute(), myForm); Thanks, Susan Bradeen -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help

Simulating Client field prompting

2002-11-12 Thread Susan Bradeen
boxes for these fields, since my list of selections is quite large (user name lists, etc). I am wondering ... has anyone has come up with a different (less JavaScript) approach to making a field value selection from another list? Thanks for any ideas, Susan Bradeen -- To unsubscribe, e-mail

Re: html:select and collections

2002-11-12 Thread Susan Bradeen
Gus, I don't think you need the name attribute in the html:select tag. Susan Bradeen On 11/12/2002 03:06:47 PM Gus Delgado wrote: I declare a tag in my jsp like this html:select name=dataEntryForm property=productType html:options collection=productTypes property=value labelProperty=label

RE: Simulating Client field prompting

2002-11-12 Thread Susan Bradeen
the focus on return to the form. If you don't want the javascript have a button after the field with and action of 'Load Related Info' or something. The use can regain the focus manually. Edgar -Original Message- From: Susan Bradeen [mailto:SusanB;softlanding.com] Sent: Tuesday

Re: file upload + WebSphere 4.0 - IOException while reading file element

2002-11-14 Thread Susan Bradeen
larger files. Susan Bradeen Purcell, Dave [EMAIL PROTECTED] 11/14/2002 10:36 AM Please respond to Struts Users Mailing List To: [EMAIL PROTECTED] cc: Subject:file upload + WebSphere 4.0 - IOException while reading file element I apologize

Re: Simulating Client field prompting -- follow up

2002-11-18 Thread Susan Bradeen
name=person property=lastName//td tda href=javascript:promptPerson( 'bean:write name=person property=personID/', 'bean:write name=person property=firstName/', 'bean:write name=person property=lastName/') Select/a /td /tr /logic:iterate /snip Susan Bradeen On 11/12/2002 02

RE: logic:iterate question

2002-12-03 Thread Susan Bradeen
Just a guess, but perhaps try using the type attribute? Like ... logic:iterate id=ele name=myObj property=records scope=page type=your.java.class.for.myObj Susan Bradeen On 12/03/2002 03:40:04 PM Andy Kriger wrote: Yes - I store some data in it and then want to use that data later

Re: Struts/Tiles question[2]

2002-12-12 Thread Susan Bradeen
:)). Cedric Thanks, Susan Bradeen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Struts Design (best practices)

2003-02-14 Thread Susan Bradeen
Hi Jason, Pick up a copy of Struts in Action. It is a good read, and it will save you a lot of trial and error time, figuring out how the framework works. There are a few Struts books out now, and all are extremely helpful. Good luck, and welcome to the Struts group! Susan Bradeen On 02

FormFile results in BeanUtils.populate error

2003-02-28 Thread Susan Bradeen
) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) . . . What type mismatch? What could possibly be causing this? I guess this wouldn't be so baffling if my first upload implementation didn't go so smoothly. Any ideas are appreciated. Susan Bradeen

Re: FormFile results in BeanUtils.populate error

2003-02-28 Thread Susan Bradeen
it is On Friday 28 February 2003 3:04 pm, Susan Bradeen wrote: I just got through implementing an upload function into my application, which is working perfectly, and now I am trying to incorporate the same upload functionality into an existing add action in my application. (Struts 1.1b3) My new

Repopulating FormFile field after form validation fails.

2003-02-28 Thread Susan Bradeen
browse and select their file over again? An archive post on the subject: http://marc.theaimsgroup.com/?l=struts-userm=102644179705188w=2 Any comments are appreciated. Susan Bradeen SoftLanding Systems, Inc [EMAIL PROTECTED

Re: OT Filename using file download within an action

2003-03-11 Thread Susan Bradeen
on this. Thanks, Susan Bradeen On 03/10/2003 12:40:26 PM Roland Berger wrote: Hi all Craig has described in the thread File upload/download design question how to download a file from within an action. Others have described how to set the Header so that the browser is promting for the right filename

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-12 Thread Susan Bradeen
Rick, These lessons excellent! Congratulations. I didn't download the .war files, but just walked through the lessons ... very informative without being too involved. I have a feeling your URL will appear quite a lot on this list as a suggested learning resource. Susan Bradeen On 03/11

RE: Re: Specifying comma-delimted Struts Config Files

2003-03-13 Thread Susan Bradeen
elsewhere, not in your config files list. Susan Bradeen On 03/12/2003 05:23:11 PM Michael Cardon wrote: Thanks David, I did, but it still doesn't work. When I start my tomcat server I get the following error: SEVERE: Parsing error processing resource path java.lang.NullPointerException

RE: struts-user Digest 13 Mar 2003 16:26:10 -0000 Issue 2866

2003-03-13 Thread Susan Bradeen
Naren, try sending an empty message to this address ... [EMAIL PROTECTED] or if that doesn't work, send a message *explaining* you'd like to be unsubscribed from the list to this address ... [EMAIL PROTECTED] Susan Bradeen On 03/13/2003 12:11:37 PM Gehlot, Narendra wrote: Can you guys

Using different actionform types before and after a display page.

2003-03-18 Thread Susan Bradeen
by the html form, but this does not seem to work for html:hidden fields. I think I am getting tripped up by an elementary Struts concept (ActionForm instances?), but my brain seems to be up against a brick wall at the moment. Thanks for any clarification. Susan Bradeen

Re: [OT] RE: how to get servletContext from httpsession ? (servlet ap i 2.2)

2003-03-18 Thread Susan Bradeen
I am supporting Websphere 4.03, and also using a class that implements HttpSessionBindingListener. What I have done is create a cleanUp() method within this class that does all my clean up, then valueUnbound() just calls my cleanUp() method. Susan Bradeen On 03/18/2003 04:02:52 PM david chan

RE: Using different actionform types before and after a display page.

2003-03-20 Thread Susan Bradeen
already obvious to most others! or session.getAttribute(ActionFormA.key); Sri Thank you for the help. Susan Bradeen -Original Message- From: Susan Bradeen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 3:23 PM To: [EMAIL PROTECTED] Subject: Using different actionform

Re: Problems with Websphere 4.0

2003-03-20 Thread Susan Bradeen
for information on that. I believe IBM might have issued a patch to handle those issues, but I am not sure your issue falls in a similar category. Perhaps if someone on the list has an IBM link for WS 4.0x patches, they could share it with you? Sorry I couldn't be of more help. Susan Bradeen On 03/20

Re: Accessing resource properties

2003-03-21 Thread Susan Bradeen
Something like this? bean:define id=myValue bean:message key=whatever.from.your.message.resources/ /bean:define Then use %= myValue % where you need to. Susan Bradeen On 03/21/2003 06:05:14 AM Mohan Radhakrishnan wrote: Hi Is there a way to store what is returned by bean:message

RE: WebSphere Application Developer / Log4J, duplicate messages?? ?

2003-03-21 Thread Susan Bradeen
Have you got a commons-logging.properties file? Susan Bradeen On 03/21/2003 08:42:54 AM Cook, Graham wrote: This is the log4.properties file:- # Create a single console appender that logs INFO and higer #log4j.rootLogger=INFO, stdout # Create a console appender that logs ERROR's

RE: WebSphere Application Developer / Log4J, duplicate messages?? ?

2003-03-21 Thread Susan Bradeen
Try putting this in your system properties ... - D options in the config for your server instance, I guess you'd call it, and see if that makes a difference. Susan Bradeen On 03/21/2003 09:04:53 AM Cook, Graham wrote: commons-logging.properties :- org.apache.commons.logging.LogFactory

Re: Struts 1.1 w/ WSAD 5.0

2003-03-24 Thread Susan Bradeen
Same here ... my app does not seem to be affected either. Susan Bradeen David Graham [EMAIL PROTECTED] 03/24/2003 11:15 AM Please respond to Struts Users Mailing List To: [EMAIL PROTECTED] cc: Subject:Re: Struts 1.1 w/ WSAD 5.0 I got the same error

RE[2]: [Design] User Customisable Views

2003-03-24 Thread Susan Bradeen
just hiding/showing stuff depending on whats set in your prefs...) snip Susan Bradeen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: Arguments

2003-03-27 Thread Susan Bradeen
Have you found this site yet? ... http://www.strutskickstart.com Under Downloads (in the sidebar), there's a Selling Struts to Management powerpoint presentation that might be helpful. Susan Bradeen On 03/27/2003 04:58:51 AM Joao Batistella wrote: Thanks! This is good. But I also have

Display tag conflict with lookup()

2003-03-28 Thread Susan Bradeen
(); this.loadDefaultProperties(); snip } Can anyone shed some light on this? Susan Bradeen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Display tag conflict with lookup()

2003-03-28 Thread Susan Bradeen
Bradeen On 03/28/2003 02:31:53 PM Susan Bradeen wrote: I have been using the Display tag for quite a while, but now I am trying to implement the dynamic columns feature, meaning passing an array of column names so the display:table shows only those columns. Does anyone else have this working

Re: [OT] overwhelmed [was] Re: Does a degree matter?

2003-03-31 Thread Susan Bradeen
feel very much behind the 8-ball. Susan Bradeen [EMAIL PROTECTED] On 03/31/2003 08:03:22 AM Becky Norum wrote: On Sun, 2003-03-30 at 23:44, Rick Reumann wrote: Does anyone else ever wake up going Man, I feel overwhelmed. Too much too learn, not enough time. I started this computer stuff

Re: logic:notEmpty

2003-03-31 Thread Susan Bradeen
if it is notEqual? Hope this helps, Susan Bradeen On 03/31/2003 09:01:50 AM Sloan Seaman wrote: I want to use the logic:notEmpty tag to test if a collection I have is empty or not. The Collection is in the pageContext under the variable name barcodeList. The Docs for notEmpty say that name

Re: logic:notEmpty

2003-03-31 Thread Susan Bradeen
Oops, sorry about that ... I was thinking of the wrong tag! Yes, I use notEmpty, and use both name and property attributes. Susan Bradeen On 03/31/2003 09:19:18 AM Susan Bradeen wrote: I have used this tag, but I usually reference the name (formbean) and property together. At the very least

Re: logic:notEmpty

2003-03-31 Thread Susan Bradeen
if that is what you are looking for? Susan Bradeen On 03/31/2003 10:02:44 AM Sloan Seaman wrote: But what isf the collection is directly inside of the page scope and not a value within a bean that is inside of the page scope? The name attribute is to get the value from the bean defined in the scope

Re: logic:notEmpty

2003-03-31 Thread Susan Bradeen
- Original Message - From: Susan Bradeen [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, March 31, 2003 10:27 AM Subject: Re: logic:notEmpty I think there may be a few issues here ... First of all, notEmpty, I believe, checks for whether

Re: Action change in form

2003-04-01 Thread Susan Bradeen
Raj, Maybe document.form.action=act; should be document.form.action=action; since your setAction function has 'action' as a parameter instead of 'act'? Susan Bradeen On 04/01/2003 06:57:22 AM Raj Atchutuni wrote: I am trying to submit the form with different actions basing on the user

DynaActionForm with logic:present

2003-04-01 Thread Susan Bradeen
type=java.lang.String / /form-bean I haven't been able to find an example using this tag and this form type together. Can anyone please point me to an example of this? And, as usual, other suggestions and corrections to the above are greatly appreciated. Susan Bradeen [EMAIL PROTECTED

Re: DynaActionForm with logic:present

2003-04-01 Thread Susan Bradeen
missed some glaring negative issue in doing this, please someone feel free to share it with me. Thanks, Susan On 04/01/2003 01:18:56 PM Susan Bradeen wrote: Can I use logic:present with DynaActionForm properties? If my form property is null, I don't want the property text box, to display

Re: DynaActionForm with logic:present

2003-04-01 Thread Susan Bradeen
logic:empty - Original Message - From: Susan Bradeen [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 3:32 PM Subject: Re: DynaActionForm with logic:present It appears (I am sure I missed some docs about this somewhere

RE: Resetting checkboxes in a multipage form

2003-04-03 Thread Susan Bradeen
Sandra, Check out this thread in the archives ... http://marc.theaimsgroup.com/?l=struts-userm=101885294932468w=2 Hope it's somewhat helpful. Susan Bradeen On 04/03/2003 04:51:38 AM Heligon Sandra wrote: it is not that a simple problem of Javascript because the difficulty is to integrate

Too many bean:define tags

2003-04-04 Thread Susan Bradeen
the ApplicationResources.properties file in an ActionForm? Then perhaps I could set these values within a form bean instead? Perhaps I have made this way too difficult from the beginning? Thank you, Susan Bradeen [EMAIL PROTECTED

Re: File upload (multipart forms) on WebSphere. Can or not?

2003-04-04 Thread Susan Bradeen
Sorry, I can't give you much insight to your exception, but I *can* say that File upload works. I am using File upload on both WAS 5.0 and 4.0. Off the top of my head, I can't think of anything special I had do to make it work. Susan Bradeen On 04/04/2003 12:39:07 AM Andrew Hill wrote: My

RE: [OT] Re: 12 month contract - Toronto - immediate start

2003-04-04 Thread Susan Bradeen
I agree this has been a highly entertaining thread! Kept me laughing all afternoon. Happy Friday! :) Susan Bradeen Chen, Gin [EMAIL PROTECTED] 04/04/2003 03:41 PM Please respond to Struts Users Mailing List To: 'Struts Users Mailing List' [EMAIL PROTECTED] cc

RC2 and double context root.

2003-06-10 Thread Susan Bradeen
. Sorry to bring negative news to the table. Please let me know if more information is needed to get this figured out. Btw, not surprisingly, WebSphere 5.0 works perfectly, as some of you have no doubt already discovered. Thank you, Susan Bradeen [EMAIL PROTECTED

Re: Is it possible to use struts 1.1 with WebSphere 4?

2003-06-11 Thread Susan Bradeen
Andrew, Sounds like something is amiss in your test app. I have been running my app built around Struts 1.1 with WebSphere 4 for a long time. Are you are using the latest jar files ... RC2? Even with the trouble I ran into yesterday with the RC2 struts.jar, I can get my app to load and do

[OT] RE: Is it possible to use struts 1.1 with WebSphere 4?

2003-06-11 Thread Susan Bradeen
David, I am having limited issues with WAS 4 and RC2, looks the html:rewrite tags are not resolving correctly. Are you using the system property com.ibm.websphere.sendredirect.compliance=true for WAS 4? Susan Bradeen On 06/11/2003 09:33:57 AM Hibbs, David wrote: I've got production apps

RE: [OT] RE: Is it possible to use struts 1.1 with WebSphere 4?

2003-06-11 Thread Susan Bradeen
: Susan Bradeen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 9:32 AM To: Struts Users Mailing List Subject: [OT] RE: Is it possible to use struts 1.1 with WebSphere 4? David, I am having limited issues with WAS 4 and RC2, looks the html:rewrite tags are not resolving

RE: [OT] RE: Is it possible to use struts 1.1 with WebSphere 4?

2003-06-11 Thread Susan Bradeen
=/change.do , which isn't right either. Although, you might be right that it could work under my RC2 conditions. :) Thanks, David. Susan --David -Original Message- From: Susan Bradeen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 12:54 PM To: Struts Users Mailing

Re: Multiple Struts-config files ???

2003-06-13 Thread Susan Bradeen
an action in each file named the same, then the one in the last file will be used. Hope that helps, Susan Bradeen /init-param init-param param-nameconfig/private/param-name param-value/WEB-INF/struts-config-private.xml /param-value /init-param struts-config-public.xml

RE: accessing VO by next view...

2003-06-20 Thread Susan Bradeen
Hi Rajat, A quick read through this simple, but very good, tutorial will probably answer a number of basic questions. http://www.reumann.net/do/struts/main Hope that helps, Susan Bradeen On 06/20/2003 11:23:10 AM Rajat Nayer wrote: Dear All, Please respond.. I was expecting some good

Re: Problem encountered after installing Struts 1.1 Release Candidate 2.

2003-06-24 Thread Susan Bradeen
the system explorer) from the downloaded binaries, then refresh my project in WSAD, then rebuild the project. This process has worked well for me. Susan Bradeen JP. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Unable to do search on struts-user list

2003-06-24 Thread Susan Bradeen
This seems to happen once in a while. Try this archive instead: http://marc.theaimsgroup.com/?l=struts-user Susan Bradeen On 06/24/2003 10:49:24 AM Shah, Shrihas (OFT) wrote: Hi : Did anybody is having problem with searching the struts-user list?. I just type any type of search

Re: Help me to convince my boss to use Struts!!!

2003-06-26 Thread Susan Bradeen
grateful for it. Hope that helps, Susan Bradeen On 06/26/2003 11:00:09 AM Alen Ribic wrote: thx Ted. Could you perhaps give me some really strong points as to why they would benefit from switching over to Struts or do you believe that switching over to Struts would only merely be debatable? I

request.getContextPath() and Tiles

2002-12-17 Thread Susan Bradeen
. All suggestions are greatly appreciated. Thanks, Susan Bradeen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: request.getContextPath() and Tiles

2002-12-17 Thread Susan Bradeen
=false forward name=success path=.showList/ /action This is more information than you asked for, but hope it helps. Thanks for your response. Susan Bradeen On 12/17/2002 12:30:51 PM Cedric Dumoulin wrote: What URL do you use to call the page or action in which you do

Re: request.getContextPath() and Tiles

2002-12-17 Thread Susan Bradeen
Please see below ... On 12/17/2002 02:12:23 PM Susan Bradeen wrote: Hi Cedric, Currently, I am using an html:link from a simple navigation bar JSP tile to get to this page. snip from navbar.jsp tdhtml:link page=/showlist.dobean:message key=main.list//html:link/td /snip which

Re: request.getContextPath() and Tiles

2002-12-18 Thread Susan Bradeen
to work. Susan Bradeen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Passing parameters with requestURI of display:table tag

2003-01-09 Thread Susan Bradeen
for the presence of a ? in the url, which should cause the page parameter to get added on the end like page=2. However, this is not happening. Hopefully, I am missing something basic. Has anyone had experience with this? I hope my question is clear, I could really use some help! Thanks, Susan

RE: Passing parameters with requestURI of display:table tag

2003-01-09 Thread Susan Bradeen
' html:rewrite page='/myAction.do' paramName='myField'/ /bean:define display:table requestURI='%= pagingRequestURI %' ... However in the rewrite you'll need myField to be a scoped variable (bean). -Original Message- From: Susan Bradeen [mailto:[EMAIL PROTECTED]] Sent

Re: QUESTIONS: Ed Hill's Display Custom Tag Library

2003-01-09 Thread Susan Bradeen
Rick and Tim, Thank you for your contributions! Susan Bradeen On 01/09/2003 04:06:25 PM Rick Reumann wrote: You can check out Tim's latest updates to the display tag and get the latest jar and source code here: http://timgolden.com/taglib/ Both of us have tried also to get a hold of Ed

Display values after validation (was RE: action input)

2003-01-17 Thread Susan Bradeen
But by using an action path for input instead of a JSP, isn't the ActionForm reset, so you no longer have your form values to show in the JSP again? How do you redisplay the incorrect values the user typed into the JSP? Susan Bradeen On 01/16/2003 03:22:14 PM Mark Galbreath wrote: Try

RE: Display values after validation (was RE: action input)

2003-01-17 Thread Susan Bradeen
Yep, works fine. Quite impressive, saves some work. I ended up having an issue with a custom record lock when trying to fetch information for editing a second time. Not a Struts issue! Thank you to all who replied. Susan Bradeen Mark Galbreath [EMAIL PROTECTED] 01/17/2003 09:32 AM Please

DynaValidatorForm with validate()

2003-01-29 Thread Susan Bradeen
forward name=success path=.login/ forward name=cancel path=.main/ /action Any suggestions? Susan Bradeen SoftLanding Systems, Inc [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: DynaValidatorForm with validate()

2003-01-29 Thread Susan Bradeen
Thank you, Sri! Susan Bradeen SoftLanding Systems, Inc [EMAIL PROTECTED] Sri Sankaran [EMAIL PROTECTED] 01/29/2003 02:47 PM Please respond to Struts Users Mailing List To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject:RE: DynaValidatorForm

Multiple struts-config files without Modules

2003-02-03 Thread Susan Bradeen
that reference it in another config file, seems to work fine. Does Struts somehow actually consider the three files to be one? I started using this for organizational purposes mainly, but I am curious if there are any pitfalls that I should be aware of. Any comments are appreciated. Susan

DynaActionForm and hashmap property

2002-10-03 Thread Susan Bradeen
Hi All, My question is in regard to submitting a JSP form that contains form fields displayed by iterating over a hashmap. I have defined a DynaActionForm in my Struts-config file in which, besides numerous String properties, I have one hashmap. form-bean name=profileform

Re: EL and the developer's roadmap

2002-10-03 Thread Susan Bradeen
I'm with you Vincent! I am really enjoying getting into Struts, but wow, the new stuff comes up fast! I just got a copy of Goodwill's book last week, and am looking forward to other references coming out next month. I can't wait until I don't feel like such a newbie! A roadmap is a very handy

RE: Struts project

2002-10-09 Thread Susan Bradeen
Mastering Jakarta Struts by James Goodwill is also a very good resource for a beginner. Susan Bradeen Andrew Hill [EMAIL PROTECTED] 10/09/2002 09:37 AM Please respond to Struts Users Mailing List To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject

Re: Virtual [FRIDAY]

2003-07-03 Thread Susan Bradeen
Oh yeah, thanks a lot Simon ... one day for us, vs a whole month for you!!! Glad you cheered *yourself* up! :-) Susan Bradeen On 07/03/2003 11:21:13 AM Simon Kelly wrote: I don't get another holiday till the 14th Aug. Rub it in why don't you!!! Of course that day off will actually

Re: multi-user development

2003-07-07 Thread Susan Bradeen
in struts-config-pear will replace something with the same name in struts-config-apple.) Not sure how all this might differ if you were using modules. Hope that helps, Susan Bradeen Any insight would be really appreciated. Thanks! /greg -- Gregory F. March-=-http://www.gfm.net

Re: [FRIDAY] What do you call a deer without eyes?

2003-07-11 Thread Susan Bradeen
it on dinner table is not the best practice :-) LOL! I thought Dinner was a great answer. Susan Bradeen Jing - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Please Help: ActionForm Re-Population

2003-07-15 Thread Susan Bradeen
(mapping.getInput()); }// end validate And set validate=false in your edit action mapping. Susan Bradeen This appears to be the best practice in this situation anyone else have any feedback? Thanks again, Aaron Dirk Markert wrote: Hello Aaron

Re: Where to build dropdown lists?

2003-07-15 Thread Susan Bradeen
On 07/15/2003 08:47:14 AM Rick Reumann wrote: On Tue, Jul 15,'03 (02:32 PM GMT+0200), Adam wrote: I designed a system where I can specify in my action which dropdown lists I require with a method call. I route my failed validate requests thro' the action (using the action mapping input

Re: Where to build dropdown lists?

2003-07-15 Thread Susan Bradeen
On 07/15/2003 10:04:13 AM Adam Hardy wrote: Susan Bradeen wrote: I also use a method call to retrieve my dropdown lists, but I gave up using an action as the input mapping parameter. I didn't see how I could implement it without putting a returning from validation check

Re: [OT] Redirecting forwards under WAS 4.0.4

2003-07-17 Thread Susan Bradeen
corrected this, but you also need to set a system property to make WAS redirect properly. I think the system property is com.ibm.webshpere.sendredirect.compliance=true Hope this helps, Susan Bradeen []'s - ventura

Re: [newbie] Problem with Action Mapping

2003-07-24 Thread Susan Bradeen
On 07/24/2003 08:22:44 AM struts user wrote: Hi, I am new to Struts, i am facing the following a problem with the action mappings. Here are my code snippets related to mapping the action In web.xml servlet-mapping servlet-nameaction/servlet-name

Re: LookupDispatchAction

2003-08-14 Thread Susan Bradeen
. Has anyone used it and/ or have an example illustrating its use? Ted Husted's Tip 3 helped me get started with LookupDispatchAction ... http://husted.com/struts/tips/index.html Susan Bradeen Many Thanks Nalini

[OT] Re: [Validator] The Validator Wiki needs you !

2003-08-18 Thread Susan Bradeen
continuously add new pages for a specific text link. Is that basically all there is to it? Thanks, Susan Bradeen -Rob Adam On 08/18/2003 06:08 AM Robert Leland wrote: There is now a Commons Validator Wiki ! Beware this is only a shell to start collecting tips, FAQs

Re: Resetting of Checkbox when using logic:iterate Tag

2003-08-22 Thread Susan Bradeen
Are you using the reset() method of your ActionForm to set the checkbox to null or false? http://jakarta.apache.org/struts/faqs/newbie.html#checkbox Susan Bradeen On 08/22/2003 12:32:17 PM Raghu.Ramakrishnan wrote: Hi, I have one issue, that is I have some checkboxes within my

Re: Not able to Retain Values in Screens in case of Error - WEBSPHERE

2003-08-27 Thread Susan Bradeen
of Tomcat and Websphere are you running? Does the generated source of the tags between Tomcat and Websphere show any discrepancies? Susan Bradeen Need ur help asap. Regards. DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely

RE: Not able to Retain Values in Screens in case of Error - WEBSP HERE

2003-08-28 Thread Susan Bradeen
kind, so that the formbean properties are wiped out? I can't really make sense of it. Susan Thanks. -Original Message- From: Susan Bradeen [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 2:08 AM To: Struts Users Mailing List Subject: Re: Not able to Retain Values

RE: Get URL

2003-08-28 Thread Susan Bradeen
() + moreOfYourParams %' / /bean:define display:table width=100% border=1 pagesize=10 name=SQLList requestURI=%=pagingRequestURI% display:column property=gim2index title=Index / ... Susan Bradeen On 08/28/2003 08:17:40 AM Robert Taylor wrote: You could build the appropriate URL before populating

[OT] Profiling web apps

2003-09-02 Thread Susan Bradeen
of any books out there that touch on this topic? Thanks a lot, Susan Bradeen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: error pages, actions, and tiles

2003-09-12 Thread Susan Bradeen
First of all, unless they are email typos, you've got 404s and 400s in your definitions. Should the 400s be 404s? Susan Bradeen On 09/12/2003 11:41:49 AM Dan Snider wrote: Hello, I am using Struts 1.1 and Tiles and I would like to forward error-pages to a tile-composing action

RE: error pages, actions, and tiles

2003-09-12 Thread Susan Bradeen
=org.apache.struts.actions.ForwardAction parameter=.error.404.page path=/error/404 / Dan -Original Message- From: Susan Bradeen [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 12:25 PM To: Struts Users Mailing List Subject: Re: error pages, actions, and tiles

Re: Mapping/Path Question

2003-09-12 Thread Susan Bradeen
directory worked because it is in the default module, but the wireless one doesn't work because it is in a separate module. Maybe?? Susan Bradeen On 09/12/2003 03:29:01 PM Hunter Hillegas wrote: I gave that a try and ended up with identical results. Thanks for trying. Hunter From: Robert

Re: Mapping/Path Question

2003-09-15 Thread Susan Bradeen
:58:28 PM Hunter Hillegas wrote: No, I am only using the default module in this web-app. Should I use a different module for the wireless part? Would that be the best way to handle it? Hunter From: Susan Bradeen [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED

RE: error pages, actions, and tiles

2003-09-15 Thread Susan Bradeen
): jakarta-tomcat-4.1.24-LE-jdk14 jakarta-tomcat-4.0.6-LE-jdk14 Are other people not forwarding to error pages to actions/tiles? Thanks, Dan -Original Message- From: Susan Bradeen Sent: Friday, September 12, 2003 4:02 PM To: Struts Users Mailing List Subject: RE: error

Re: Passing variables for logic:iterate

2003-09-15 Thread Susan Bradeen
go through comment out parts of your JSP code and try again iterations to find what is causing the error. Not very elegant, but it has worked for me. Susan Bradeen Thanks! /greg -- Gregory F. March-=-http://www.gfm.net:81/~march-=- AIM:GfmNet

RE: Action Form Design Question

2003-09-22 Thread Susan Bradeen
links, and page forwards ... as is often a requirement for my application. Susan Bradeen I think when you here others speak of chaing as bad, they mean using actions as business components and trying to use (or reuse) them in a sequence. This type of logic or use of objects should

Re: Struggling with Struts: Forms, submits and links

2003-09-23 Thread Susan Bradeen
I don't remember what was discussed previously, but sounds like you just want a hyperlink ... can you make use of html:link/ in your table column for this? The Display Tag library easily allows you to do what you are describing. Susan Bradeen On 09/23/2003 09:29:19 AM Gregory F. March wrote

RE: [Poll] action mappings

2003-09-25 Thread Susan Bradeen
+1. We found that #2 worked best for our current application. On 09/25/2003 03:42:52 AM shirishchandra.sakhare wrote: My choce would be #2. We are doing a quite a big struts project here and i have seen both the approaches being used here.And from my experience,I thik that apprioach 2

Re: Websphere and Struts modules

2003-09-30 Thread Susan Bradeen
Is your application really not working? I get these same errors for my default module (I'm not using different modules), but my application is correct and works fine. It seems that WebSphere tries to get overly helpful with its syntax validation at times. Susan Bradeen On 09/30/2003 01:24:17

Re: data disappearing in jsp

2003-10-06 Thread Susan Bradeen
manner, you shouldn't have to do this. HTH, Susan Bradeen Thanks, Krishna - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Preparing Multiple DynaValidatorForm's with one action

2003-10-06 Thread Susan Bradeen
with a nullpointer... i could forward to another action which prepares the actionform for the next view... is there another way i could do this? Forwarding to another action which prepares the next view is probably the most common (and perhaps the most recommended?) way to do it. HTH, Susan

  1   2   >