RE: getParameter() returns null on multipart requests

2003-11-24 Thread Terry Brick
Thank you very much.. some good ideas! I'll give it shot. __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

getParameter() returns null on multipart requests

2003-11-22 Thread Terry Brick
Hello, When I submit a multipart form to my action I am unable to get use getParameter() on the request object to get my form field values. As I understand it struts is supposed to automatically create a MultipartRequestWrapper which allows you to do this for multipart requests... I've seen some

RE: getParameter() returns null on multipart requests

2003-11-22 Thread Terry Brick
Message- From: Terry Brick [mailto:[EMAIL PROTECTED] Sent: Saturday, November 22, 2003 1:08 PM To: [EMAIL PROTECTED] Subject: getParameter() returns null on multipart requests Hello, When I submit a multipart form to my action I am unable to get use getParameter() on the request object

ANYONE Know How To Validate Nested Form Beans?

2003-09-01 Thread Terry Brick
Hello, I'm using struts 1.1. I thought this would be relatively simple, but I can't figure it out. I've checked my book Programming Jakarta Struts and searched the archives. All got from the archives is a bunch of people asking this same question, but NO responses. Please help if you've got

Re: ANYONE Know How To Validate Nested Form Beans?

2003-09-01 Thread Terry Brick
Thank you much for your response. Two things 1) Sorry, I left out a big piece of detail. I'm interested in doing this validation only on the server side (no javascript). Yet I still can't get it to work. Are you saying that I'm doing it correctly as show here? field

RE: ANYONE Know How To Validate Nested Form Beans?

2003-09-01 Thread Terry Brick
Well it seems to be a mystery still whether it does or does not. Sounds like Mark has done it but he's checking to see if it was custom or using built in functionality. I guess it was just an assumption on my part that it DID have it built in because it seems pretty fundamental/basic to me...

RE: Please Help With Simple Tiles Problem

2003-08-14 Thread Terry Brick
Thanks for your response. Your assumption is correct in that my design is not very static and therefore need the ability of dynamic embedded tiles (so the first solution would not work). However, you did give me some good ideas and insight into how Tiles works. What I got out of all of this is

Extending Tiles Role Attribute

2003-08-10 Thread Terry Brick
Hi, I really need to ability to specify multiple roles in my tiles tags (using the role attribute) like we can with Actions. I did a quick text search on the struts source and it looks like maybe it's using Strut's RequestProcessor. In case anyone has done this, I'm just hoping someone can point

RE: Please Help With Simple Tiles Problem

2003-08-01 Thread Terry Brick
of the form_page. dave -Original Message- From: Terry Brick [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:55 PM To: Struts Users Mailing List Subject: Re: Please Help With Simple Tiles Problem Ok, I've finally gotten this to work. However, I don't think it's

Please Help With Simple Tiles Problem

2003-07-31 Thread Terry Brick
I'm using struts 1.1 and having trouble with a simple Tile function. I've searched the archives and doc, but for some reason I just can't seem to get a grip on a lot of this tile stuff. All I want to do is embed a tile within a tile within a page. Here's what I have now: tiles-defx.xml

Re: Please Help With Simple Tiles Problem

2003-07-31 Thread Terry Brick
from struts but is incorporated in struts 1.1. Here is the website of the originator of tiles. Part way down the page are some example tiles war files that I found helpful. http://www.lifl.fr/~dumoulin/tiles/ Barry - Original Message - From: Terry Brick To: Sent: Thursday, July 31, 2003

Re: Please Help With Simple Tiles Problem

2003-07-31 Thread Terry Brick
Ok, I've finally gotten this to work. However, I don't think it's the right solution and it's certainly not one I'm happy with. But maybe by showing how I'm getting it to work, that will better communicate to people what I'm trying SO HARD to do. This works: definition name=page path=page.jsp/