Re: Bookmark and session

2010-12-06 Thread Anjib
Thanks Li I think this is will be best solution for now. On 12/6/2010 6:55 PM, Li Ying wrote: Do you mean, when user click some bookmark, you want to check if this bookmark belongs to this user? Basically, you can not control bookmark, because it is a browser operation. The only way i can te

Re: Bookmark and session

2010-12-06 Thread Li Ying
Do you mean, when user click some bookmark, you want to check if this bookmark belongs to this user? Basically, you can not control bookmark, because it is a browser operation. The only way i can tell is, to add a user id param to all your page url. So, when userA saved a bookmark, and when it cl

Re: Bookmark and session

2010-12-06 Thread Arthur Neves
Hi dude, I think your problem might be something in the URL which you are adding to the bookmark, make sure that the URL it`s correct! -Arthur Neves On Mon, Dec 6, 2010 at 3:49 PM, Anjib Mulepati wrote: > Hi > > Can anyone help me how I can handle the bookmark issue. > > I am having problem whe

Re: bookmark

2004-05-13 Thread Kiran Kumar
im not sure this will work but u can try this create a new actionforward in your action class and then specify the url along with bookmark and then forward it .. Kiran --- "Otto, Frank" <[EMAIL PROTECTED]> wrote: > Hi, > > can I define an action that it goes to a bookmark in > my html page.