Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with Comma(,) when passing values in URL

824118Jun 20 2012 — edited Jun 20 2012
Hi,

I have two page , from first page to second page I am passing some values using url parameter passing

but some values contains comma ex :- P1_NATION text field contains INDIA,USA,UK

but apex treated that as these are separate values and assign it to separate items

suppose my intention is like P2_NATION,P2_EMPLOYEE,P2_EMPID :INDIA,USA,UK,SAGAR ,123

but apex treating it as P2_NATION = INDIA :P2_EMPLOYEE=USA :P2_EMPID = UK

is there any solution for this

Please help me regarding this

I am using apex4.1 , db 11g , ie , chrome , ff

Thanks

SAGAR
This post has been answered by fac586 on Jun 20 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2012
Added on Jun 20 2012
2 comments
3,886 views