RE: HOW TO: set up a pager with struts

2001-11-14 Thread Chuck Stern
If possible can you post an example to the list. I've been struggling with this same problem. Thanks! -Original Message- From: storck [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 5:09 AM To: 'Struts Users Mailing List'; 'Oleg V Alexeev' Subject: AW: HOW TO: set up a

RE: Nested Beans on form not being updated

2001-06-21 Thread Chuck Stern
-Original Message- From: Chuck Stern [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 1:24 AM To: Struts-User Subject: Nested Beans on form not being updated Hi, I have a form with multiple beans on it but the nested beans are not getting updated when I change the data and submit. I use dot

RE: unable to programmatically perform a submit

2001-06-21 Thread Chuck Stern
Hi, I've spent some time on this problem as well and it is very strange. I wasn't using an image map but instead just trying to get a HREF link to submit. I tried having an onclick that called a javascript function that did a submit as well as a submit in the onclick itself. I tried using

Nested Beans on form not being updated

2001-06-18 Thread Chuck Stern
Hi, I have a form with multiple beans on it but the nested beans are not getting updated when I change the data and submit. I use dot notation to display the data from the beans and populate the form, that works great. After submitting, the nested beans are set to null. I've tried putting the

Help with define tag

2001-06-11 Thread Chuck Stern
Hi, I think I'm missing something here. I have a bean that is available to my page in the request scope. Within that I have another bean that has properties I want to display. I'm trying to use the define tag to get a reference to the embedded bean and I'm getting the infamous:

Anyone have the Struts Validator example working?

2001-06-05 Thread Chuck Stern
Hi, I would like to try David Winterfeldt's validator for a new project I'm working on but I can't seem to get it to work with Orion 1.51. The default welcome page comes up and I can see the validator initializing. I get the following when trying to go to the registration example page:

RE: Anyone have the Struts Validator example working?

2001-06-05 Thread Chuck Stern
, the problem was in the web.xml. Check that the load-on-startup values for the ActionServlet and for the ValidatorServlet are correct. Hope this help, Giustino De Vincentiis -Messaggio originale- Da: Chuck Stern [mailto:[EMAIL PROTECTED]] Inviato: martedì 5 giugno 2001 12.26 A: Struts-User

RE: Anyone have the Struts Validator example working?

2001-06-05 Thread Chuck Stern
-on-startup2/load-on-startup David --- Chuck Stern [EMAIL PROTECTED] wrote: Thanks, that worked. chuck -Original Message- From: DeVincentiis Giustino [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 7:06 AM To: [EMAIL PROTECTED] Subject: RE: Anyone have the Struts Validator

RE: Anyone have the Struts Validator example working?

2001-06-05 Thread Chuck Stern
param-value2/param-value /init-param init-param param-namevalidate/param-name param-valuetrue/param-value /init-param load-on-startup1/load-on-startup /servlet Am I missing sth? Thanks in advance! Chris -Original Message- From: Chuck Stern [mailto