Re: s:div Append Href

2008-07-17 Thread cree
That's exactly what I am looking for thank you very much! You hit it right on the nail. Musachy Barroso wrote: > > what you are looking for is the "formId" attribute. You can specify > the id of a form, and the fields of the form will be submitted when > the request is made. Check showcase for

Re: s:div Append Href

2008-07-17 Thread Musachy Barroso
what you are looking for is the "formId" attribute. You can specify the id of a form, and the fields of the form will be submitted when the request is made. Check showcase for examples. musachy On Thu, Jul 17, 2008 at 11:38 AM, cree <[EMAIL PROTECTED]> wrote: > > Hello All, > > I am trying to use

Re: s:div Append Href

2008-07-17 Thread cree
So I was able to achieve what I wanted to by setting separateScripts="false" , I did read that somewhere but I was setting the separateScripts="false" in the wrong div (using a div to load another div). Now even after changing the href to something completely different then publishing to the div