RE: without writing a in the resultant HTML

2006-11-10 Thread Lance Semmens
That worked a treat... thanks for the quick response. I did a quick check with and and the *hack* seems to work there too. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 10 November 2006 17:08 To: Struts Users Mailing List Subject: Re: without writing a in the

Re: without writing a in the resultant HTML

2006-11-10 Thread Wendy Smoak
On 11/10/06, Lance Semmens <[EMAIL PROTECTED]> wrote: 1. Can I use struts tags (eg ) without wrapping them in an (I'm pretty sure the answer is no). 2. Can I wrap my tags in but somehow not output to the resultant HTML. I was hoping for a render="false" or similar. eg:

without writing a in the resultant HTML

2006-11-10 Thread Lance Semmens
Hi, I'm wanting to use the struts tags to render my inputs. The only problem is that my JSP page only draws a small section of the form (perhaps a single ) and is called via AJAX. So, I have 2 questions: 1. Can I use struts tags (eg ) without wrapping them in an (I'm pretty sure the answer is