Re: Value concatenation

2007-10-12 Thread Janet MacKay
Candice,

I think the problem is you're passing the Doc_Id value in two places: 

  In the URL here
  

  and again in a hidden form field
  

That's why the DocID value is "16,16" instead of just "16". Try removing 
#CGI.QUERY_STRING# from the form action:

   

Janet 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290999
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Value concatenation

2007-10-12 Thread Candice toro
I have 15 documents on one page and there are ack buttons for each document 
listed.  If I click the button once, i return to the current page; if i click 
another button, i get the error msg. Does this help? Thanks



> I'm not totally following your question or where the error is from, 
> but is the DocID in both the form action and hidden input?
> 
> > I'm unable to locate where the values concatenate.  When I click on 
> 
> > the button twice, I get the following error msg, "Returns the value, 
> 
> > "16,16".  I'm not sure what I'm doing wrong??  Can someone please 
> > help?
> > Thanks!
> > 
> > 
> > 
> >
> > 
> >  
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >  #getdocs.
> > deptRestriction#>
> > #docTitle#
> > 
> > 
> > #docTitle# (Secured Document) 
> >  
> > 
> > Date: #DateFormat(lastupdate, "MM/DD/YY")#
> > Rev ##: 
> > Initial#revision#
> >  
> > #docNumber#
> > Summary: #Left(summary, 125)#
> >    ( > href="../docs/view.cfm?docID=#docID#">see more)
> > 
> > 
> > 
> > 
> >  
> > 
> >  
> >
> > 
> > 
> > 
> >  
> > 
> > 
> > 
> > 
> > 
> > 


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290962
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Value concatenation

2007-10-12 Thread Candice toro
I have 15 documents on one page and there are ack buttons for each document 
listed.  If I click the button once, i return to the current page; if i click 
another button, i get the error msg. Does this help? Thanks



> I'm not totally following your question or where the error is from, 
> but is the DocID in both the form action and hidden input?
> 
> > I'm unable to locate where the values concatenate.  When I click on 
> 
> > the button twice, I get the following error msg, "Returns the value, 
> 
> > "16,16".  I'm not sure what I'm doing wrong??  Can someone please 
> > help?
> > Thanks!
> > 
> > 
> > 
> >
> > 
> >  
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >  #getdocs.
> > deptRestriction#>
> > #docTitle#
> > 
> > 
> > #docTitle# (Secured Document) 
> >  
> > 
> > Date: #DateFormat(lastupdate, "MM/DD/YY")#
> > Rev ##: 
> > Initial#revision#
> >  
> > #docNumber#
> > Summary: #Left(summary, 125)#
> >    ( > href="../docs/view.cfm?docID=#docID#">see more)
> > 
> > 
> > 
> > 
> >  
> > 
> >  
> >
> > 
> > 
> > 
> >  
> > 
> > 
> > 
> > 
> > 
> > 


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290961
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Value concatenation

2007-10-12 Thread Janet MacKay
> I'm not totally following your question or where the error is from, 
> but is the DocID in both the form action and hidden input?

That would be my guess. This question was posted before with a different 
subject.

http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:53834 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290955
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Value concatenation

2007-10-12 Thread Svetlana Rudkovsky
Candice,
Concatenation happens because you have two form input elements with the same 
name.
HTH

~Svetlana Rudkovsky
Applications Developer, DIT Inc.
571-246-7197

o    
   o    
    o  @..@
  ()  
 ( )--( )
  o0..0o



-Original Message-
From: Candice toro [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 11, 2007 6:05 PM
To: CF-Talk
Subject: Value concatenation

I'm unable to locate where the values concatenate.  When I click on the button 
twice, I get the following error msg, "Returns the value, "16,16".  I'm not 
sure what I'm doing wrong??  Can someone please help?
Thanks!



   

 
























#docTitle#


#docTitle# (Secured Document) 
 

Date: #DateFormat(lastupdate, "MM/DD/YY")#
Rev ##: 
Initial#revision#
 
#docNumber#
Summary: #Left(summary, 125)#   (see more)




 

 
   



 










~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290937
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Value concatenation

2007-10-12 Thread Terry Schmitt
I'm not totally following your question or where the error is from, but is the 
DocID in both the form action and hidden input?

> I'm unable to locate where the values concatenate.  When I click on 
> the button twice, I get the following error msg, "Returns the value, 
> "16,16".  I'm not sure what I'm doing wrong??  Can someone please 
> help?
> Thanks!
> 
> 
> 
>
> 
>  
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>  deptRestriction#>
> #docTitle#
> 
> 
> #docTitle# (Secured Document) 
>  
> 
> Date: #DateFormat(lastupdate, "MM/DD/YY")#
> Rev ##: 
> Initial#revision#
>  
> #docNumber#
> Summary: #Left(summary, 125)#
>    ( href="../docs/view.cfm?docID=#docID#">see more)
> 
> 
> 
> 
>  
> 
>  
>
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 


~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290926
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4