[Shale] Having a static HTML inside a dynamic HTML page

2005-09-23 Thread Siva Jagadeesan
I was wondering whether there is a way to instruct clay to ignore some tags and just render them the way they are. For example, I am using FORM based authentication. I dont want clay to change anything in my login.html. What I did is I changed login.html to login.htm and by passed Clay. It worked

Re: [Shale] Having a static HTML inside a dynamic HTML page

2005-09-23 Thread Gary VanMatre
I was wondering whether there is a way to instruct clay to ignore some tags and just render them the way they are. The comment !-- -- block is the only way to do this currently. I think this would be a good feature. I'll try to get it in soon. For example, I am using FORM based

Re: [Shale] Having a static HTML inside a dynamic HTML page

2005-09-23 Thread Siva Jagadeesan
definitions (no extra XML required). Gary -- Forwarded message -- From: Siva Jagadeesan [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Date: Fri, 23 Sep 2005 16:08:43 + Subject: [Shale] Having a static HTML inside a dynamic HTML page I

Re: [Shale] Having a static HTML inside a dynamic HTML page

2005-09-23 Thread Gary VanMatre
Gary thanks for ur reply. The problem is I want LoginForm action to be j_acegi_security_check form action=j_acegi_security_check method=POST /form The only I could make it render this way is my bypassing clay. But for my logout button, input type=submit value=logout jsfid=mybutton / I need to go

Re: [Shale] Having a static HTML inside a dynamic HTML page

2005-09-23 Thread Siva Jagadeesan
Thanx Gary for your help. Yah bypass or clayignore block will be useful feature. Thanx for taking the initiative. About your other solution, I will try it tonite and let you know how it goes. On 9/23/05, Gary VanMatre [EMAIL PROTECTED] wrote: Gary thanks for ur reply. The problem is I