I am trying to put a form on each tab, but for some reason the
tabbedpanelscontent tag becomes invalid and my tabs show incorrectly. Where do
I need to place the form on each tab?
>Wendy,
>
>The simplest thing of course would be to put a form inside each tab. If
>there are reasons not to do that, you can simply update the form's
>action in your onclick functions before submitting.
>
>onAddProject() {
> //etc.
> this.form.action = ''/projectHandler.cfm;
> //etc.
>}
>onAddWork() {
> //etc.
> this.form.action = ''/workHandler.cfm;
> //etc.
>}
>
>On 12/13/11 11:37 AM, Wendy Wyffels wrote:
>>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349160
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm