It sounds like you have two form fields with the same name attribute. That
would add the extra comma.

G!

On Tue, May 18, 2010 at 1:49 PM, funand learning <[email protected]>wrote:

>
> Hi All,
>
> I have a form variable which contains a list of names like
>
> <input type="hidden" name="varList" value="coldfusion,java,dotnet">
>
> when I go from the current page to another page and I check the above form
> value, I have it as
>
>  <input type="hidden" name="varList" value=",coldfusion,java,dotnet">
>
> I am getting that extra comma before the first value. How to make sure I do
> not have that extra comma?
>
> Thanks
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333795
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to