urgent - data-source and container managed datasource

2004-03-16 Thread Janice
configuration in struts-config.xml that tells it to look at the container, so that the username and password aren't in it?? If I can provide more information, I will. Time is running a bit short, so I'd really, really appreciate a quick response. Janice

urgent - data-source and container managed datasource

2004-03-16 Thread Janice
A big thank you to Richard and Shyam! I have things working again and am back on track to get this app deployed!! Janice - Original Message - From: Janice To: [EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 11:56 AM Subject: urgent - data-source and container managed datasource Hi

Can I do this with tiles?

2004-03-03 Thread Janice
/ put name=breadcrumb value=/jsp/common/breadcrumb.jsp?bc=/adminMain/adminProject/clients/ So, can I do this kind of logic in my tiles-def.xml? Thanks in advance, Janice - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

need help converting from session to request scope

2004-02-24 Thread Janice
in advance, Janice - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

need help converting from session to request scope

2004-02-24 Thread Janice
. Obviously I'm missing something big here. Is the following thinking flawed: I can pass a formBean from ActionA via request to the .jsp to use and then when the user submits I will get a new formBean back via request? Thanks again for your help, Janice

Re: need help converting from session to request scope

2004-02-24 Thread Janice
of just hogging the session memory. I guess this is why I was told this stuff had to be in the session... it all makes sense now. Back to the drawing board. Janice - Original Message - From: Janice To: [EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 2:03 PM Subject: need help

preview form

2004-02-16 Thread Janice
Hi Gang, I have a form that the client would like to be 'previewed' before users can submit. The plan is to have a form with a button that takes the user to the exact same form, but with all the form elements set to readonly. From there the user can go back to the editable form or can submit.

Re: preview form

2004-02-16 Thread Janice
out (I just hope the users can still read it!). Then from there the user can either accept or reject the values entered or changed. Cheers, Janice - Original Message - From: Janice To: [EMAIL PROTECTED] Sent: Monday, February 16, 2004 1:03 PM Subject: preview form Hi Gang, I have a form

Re: 'response has already been committed' on protected page when I expected the login form?

2004-01-26 Thread Janice
in the same directory that does use tiles, I still get the 'response has already been committed' in the body tile. If I remove the protection from the directory, the page works just fine. Thanks in advance for any help, Janice - Original Message - From: Janice [EMAIL PROTECTED] To: [EMAIL

'response has already been committed' on protected page when I expected the login form?

2004-01-23 Thread Janice
that even when I called the .jsps directly it didn't work either. I feel a little lost here... the how-tos make it sound so easy, but I can't even get the silly form to show up! Thanks in advance, Janice - To unsubscribe, e-mail

Issues when reusing a DynaValidatorForm

2004-01-16 Thread Janice
a really generic description of name and description. Thanks in advance, Janice - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Issues when reusing a DynaValidatorForm

2004-01-16 Thread Janice
... so far its looking like this: form name=simpleForm field property=code depends=required arg0 key=common.validate.code/ /field . But I want the key to be page specific. Thanks, Janice

re: ClassCastException coming from DynaValidatorForm.validate()- bug or a feature?

2003-12-19 Thread Janice
, instead of page, it worked. Would this be a bug or just a feature that I missed the documentation for? Janice - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ClassCastException coming from DynaValidatorForm.validate()

2003-12-18 Thread Janice
), and the error still happens, so I don't think its got anything to do with my code in there. I would really, really appreciate some insight into this problem! Janice ps: Seasons' Greetings! - To unsubscribe, e-mail: [EMAIL PROTECTED

re: validatation : the select field and checkbox field origin value lost...

2003-11-28 Thread Janice
the values on the form that were changed have gone back to their defaults. What you probably want to do instead is specify the .jsp page that you would normally forward to upon success (like myForm.jsp). hth, Janice - To unsubscribe, e

re: Getting ArrayList of objects from my form bean into my drop down list - solution

2003-11-28 Thread Janice
Just in case some other newbies are doing the same thing, this was my solution: html:select property=projCodeName bean:define id=codes name=projectForm property=projCodeNames/ html:options collection=codes property=name labelProperty=name/ /html:select Its making a new bean on the .jsp page

Getting ArrayList of objects from my form bean into my drop down list

2003-11-27 Thread Janice
or not understanding? Thanks in advance, Janice (Victoria, BC) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

(newbie asking advice) in which order do I call my .do and .jsp?

2003-11-21 Thread Janice
value=../projectTypeCode/project_type_code_list_body.jsp / /tiles:insert So, like I said, I was doing it differently before, and I'm not sure why. I was calling my .jsp page, which was calling the .do from the tiles:put. It worked ok, but I suspect this is the better way. TIA, Janice

Re: (newbie asking advice) in which order do I call my .do and .jsp?

2003-11-21 Thread Janice
Thanks Rick, While that wasn't exactly what I was asking, I think you gave me a better answer than what I was looking for :) That makes so much more sense than what I was doing!! Janice

validation occuring before form is loaded, why?

2003-11-18 Thread Janice
Thank you Richard and Susan, I feel silly, of course I didn't have validate=false on the mapping for displaying the form. But now I do and its finally validating!!! Janice (now if only I can figure out how to get the tiles to work, I can really get to work

what is the right way to test whether execute() is called after validate()?

2003-11-18 Thread Janice
(); form.reset(mapping, request); } } And it works, but testing whether Submit has been pressed seems kinda nasty. I'd like to learn a better way. Thanks in advance, Janice - To unsubscribe, e-mail: [EMAIL PROTECTED

wanted: library for making one jsp page work for many forms

2003-11-06 Thread Janice
Hi Gang, I'm going to be developing a couple of applications in struts, which I am new to. I will need dozens of simple forms for maintaining things like code tables in the database. It seems silly to me to have a distinct .jsp page for each of these forms. I was wanting to build one .jsp page