Ok, I will do ... thanks alot On 9 May 2010 22:37, Raj Saini [via OFBiz] < [email protected]<ml-node%[email protected]> > wrote:
> Swetha, > > I don't think you can hide the product id it is used to look up the > product. However, one way to achieve this is to pass the product id in > as a hidden form variable in your page but this will need customization. > > Thanks, > > Raj > > On 08/05/10 19:10, swetha wrote: > > > Hi, > > Here i am giving sample url rewriting code of my doubt, i am using > apache.. > > > > RewriteRule ^/(.*)/(.*).html$ > > ajp://localhost:000/ecart/control/product/~product_name=$2 [P,L] > > ProxyHTMLURLMap > > ^(.*)/ecart/control/product/~product_id=(.*)/~product_name=(.*);(.*)$ > > $1/$2/$3.html [R] > > ProxyHTMLURLMap > > ^(.*)/ecart/control/product/~product_id=(.*)/~product_name=(.*)$ > > $1/$2/$3.html [R] > > > > In this I want to display only product_name in url of my application. How > > > can i hide product_id > > > > > > Suggest me......... > > [Go to top] > > > > > > ------------------------------ > View message @ > http://ofbiz.135035.n4.nabble.com/how-to-hide-one-of-the-parameter-in-url-rewriting-tp2136140p2164533.html > To unsubscribe from how to hide one of the parameter in url rewriting, click > here< (link removed) ==>. > > > -- Thanks & Regards Swapna Dondeti www.palindromesoftware.com -- View this message in context: http://ofbiz.135035.n4.nabble.com/how-to-hide-one-of-the-parameter-in-url-rewriting-tp2136140p2164971.html Sent from the OFBiz - User mailing list archive at Nabble.com.
