Re: Need some help

2003-09-18 Thread Natalie D Rassmann
Ruben, After many trials, I finally got the page attribute to work. This is what I did. I am using a DynaValidatorForm so I created my own Form class and extended DynaValidatorForm. I only have one method in there; the validator method. Here is a copy of my source code public class

RE: Need some help

2003-09-18 Thread Ruben Carvalho
: Natalie D Rassmann [mailto:[EMAIL PROTECTED] Enviada: qui 18-09-2003 14:26 Para: Struts Users Mailing List Cc: Assunto: Re: Need some help Ruben, After many trials, I finally got the page attribute to work. This is what I

RE: Need some help

2002-07-18 Thread Jon.Ridgway
Hi Asit, For testing have a look at http://strutstestcase.sourceforge.net/. For object mapping the commons-digester provides xml - object mapping. Ted Husted provides links to OR mapping tools that work with struts on his site, see http://www.husted.com/struts/links.htm#data_access Jon Ridgway

Re: Need some help

2002-07-18 Thread Craig R. McClanahan
On Thu, 18 Jul 2002, Asit Kumar Padhi wrote: Date: Thu, 18 Jul 2002 15:29:28 +0530 From: Asit Kumar Padhi [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Need some help All, I am new to the Struts

Re: Need some help

2002-07-18 Thread avinash
hi , i don't know how some people say that they are new to the new and can ask such complex questions. ;-) is it humility ? - Original Message - From: Asit Kumar Padhi [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, July 18, 2002 3:29 PM Subject: Need

Re: Need some help

2002-07-18 Thread hemant
No, it is a trivialize the complexity tactic which makes you feel good momentarily. all in jest hemant - Original Message - From: avinash [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, July 19, 2002 1:14 AM Subject: Re: Need some help hi , i don't

Re: Need some help with generateToken

2002-05-22 Thread Jefferson Rodrigues de Oliveira e Silva
I've got a question here. When you say somewhere in the Action, which action do you refer to ? The action that catches the form, or the action that forwards control to the form ? Thanks Jefferson Ted Husted wrote: Not much to it really. Before forwarding to the form that needs to be part

Re: Need some help with generateToken

2002-05-17 Thread Daniel Jaffa
Sorry they are methods not classes. isTokenValid, saveToken, generateToken - Original Message - From: Daniel Jaffa [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, May 17, 2002 1:55 PM Subject: Need some help with generateToken Ok, I have searched

Re: Need some help with generateToken

2002-05-17 Thread Ted Husted
Not much to it really. Before forwarding to the form that needs to be part of the transaction, just call saveToken(request); somewhere in the Action. If the form the Action forwards to uses the Struts html:form tag, it will write out the token for you as a hidden field, so there's nothing

RE: Need some help with generateToken

2002-05-17 Thread Daniel Jaffa
Thank you very much. Daniel Jaffa Java Developer -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 3:58 PM To: Struts Users Mailing List Subject: Re: Need some help with generateToken Not much to it really. Before forwarding to the form

RE: need some help.......

2001-06-14 Thread Jiten Mohanty
5:18 PMTo: [EMAIL PROTECTED]Subject: RE: need some help... "jas" is not in "session" scope - the iterator is creating it for each iteration (must be page scope?) - try it without the "scope": bean:write name="jas" property="at

RE: need some help.......

2001-06-14 Thread Niall Pemberton
ges in the archive which talk about it. Niall -Original Message-From: Jiten Mohanty [mailto:[EMAIL PROTECTED]]Sent: 15 June 2001 00:30To: [EMAIL PROTECTED]Subject: RE: need some help... Niall Thanks for a quick response.I tried but got the following error.

RE: need some help.......

2001-06-14 Thread Niall Pemberton
Title: need some help... "jas" is not in "session" scope - the iterator is creating it for each iteration (must be page scope?) - try it without the "scope": bean:write name="jas" property="attr"/ Niall -Original Message-From: Jiten Mohanty [mailto:[EMAIL PROTECTED]]Sent: 14

RE: need some help.......

2001-06-14 Thread Craig R. McClanahan
- From: Jiten Mohanty [mailto:[EMAIL PROTECTED]] Sent: 15 June 2001 00:30 To: [EMAIL PROTECTED] Subject: RE: need some help... Niall Thanks for a quick response.I tried but got the following error. javax.servlet.ServletException: Cannot find bean jas in scope null

RE: need some help.......

2001-06-14 Thread Jiten Mohanty
-Original Message-From: Niall Pemberton [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 13, 2001 6:08 PMTo: [EMAIL PROTECTED]Subject: RE: need some help... M...the iterator doesn't appear to becreating your "jas" bean from the elements of your array - the quest

RE: need some help.......

2001-06-14 Thread Jiten Mohanty
Title: RE: need some help... Craig, Thanks for the response.I got it running Jiten -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 6:21 PM To: [EMAIL PROTECTED] Subject: RE: need some help

Re: Need some help please

2001-01-19 Thread Ted Husted
On 1/19/2001 at 12:52 PM [EMAIL PROTECTED] wrote: How do I set the value of the radio button to the value of the struts:htmlProperty name="product" property="productID"/ Using the current builds, you would do something like this (taken from the example application). Build a bean to hold the