Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-11 Thread John Averty
Hi, I'm trying to build a custom tag that would render a (dynamicly generated) list of fields. Is there a way for me to: - get a reference to Strut's HTML tags from within a custom tag? (assuming we know which tag to get) - have the html tag handle the rendering? - still be able to use Strut's

Re: Dynamic number of form fields

2002-09-11 Thread John Averty
I'm na new struts user, and I'm trying to get a true dynamic form to work. Could you give me more pointers on how to access this doc? Thanx, John - Original Message - From: Donald Ball [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 10:34

Re: Dynamic number of form fields

2002-09-11 Thread John Averty
/11/2002 at 3:20 PM John Averty wrote: Duuh! Sorry about that. I'd like to bring it one step further: I'd like to be able to set the corresponding field type. Would the following work? % for (int i=0; i10; i++) { String name = value(foo- + i + ); String type = type(foo- + i

Re: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-11 Thread John Averty
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; John Averty [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 3:56 PM Subject: RE: Reference Struts HTML tags from within a custom tag? *Please help!* Your best bet is to dig into the source code of the taglibs and see what names

Re: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-11 Thread John Averty
to the community. Later John! James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: John Averty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 7:07

Re: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread John Averty
A little bit of relaxation in an environment of problems and problem-solving can't hurt... ;-) Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes ( X ) No N. --- Rather than being a jerk, as some people don't mind

Create a custom tag that uses struts HTML tags?

2002-08-30 Thread John Averty
Hi, I'm a new struts user, and I couldn't find any information that helped; I'd like to create a custom tag which represents a super-componant such as a properties list tag. The idea would be to: 1) dynamically specify which fields to be renderered 2) at the same time ensure that the