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
; I added a third *extreme* HTML full view rolodex example last night. It > defines the page using HTML and the default component definitions (no extra > XML required). > > > Gary > > > > > > > > > > > > -- Forwarded message -- > From: S

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

[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