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 prob

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" > > > >The only I could make it render this way is my bypassing clay. But for my >logout button, > I need to go thru Clay >:( I like your idea about creating a "bypass" or "clayIgnore" block. It wo

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

2005-09-23 Thread Siva Jagadeesan
Gary thanks for ur reply. The problem is I want LoginForm action to be "j_acegi_security_check" The only I could make it render this way is my bypassing clay. But for my logout button, I need to go thru Clay :( On 9/23/05, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > >I was wondering whether

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 authenticati