Re: html action links

2001-06-22 Thread Ted Husted
David > > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 22, 2001 12:10 PM > To: [EMAIL PROTECTED] > Subject: Re: html action links > > If you just want to use html:link, you don't necessarily have to use an > ActionForm clas

RE: html action links

2001-06-22 Thread DHarty
age waiting to receive my request? How is this done? thnxs again, David -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 12:10 PM To: [EMAIL PROTECTED] Subject: Re: html action links If you just want to use html:link, you don't necessarily h

Re: html action links

2001-06-22 Thread Ted Husted
If you just want to use html:link, you don't necessarily have to use an ActionForm class (though you can, if you want). Here's some code for generating a list with links. Result is a bean that exposes a collection named rows. When the page renders, it generates link

RE: html action links

2001-06-22 Thread DHarty
lto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 11:25 AM To: [EMAIL PROTECTED] Subject: html action links This is really a two part question. I have an iterative loop that displays a list users that are stored in Action Forms. The idea is that when the button (or link) next to the item is selected

html action links

2001-06-22 Thread DHarty
This is really a two part question. I have an iterative loop that displays a list users that are stored in Action Forms. The idea is that when the button (or link) next to the item is selected, the user will be allowed to make modifications to the selected form: