The image showing the area in which AjaxSubmitLink is shown. As the number of links are increasing the scroll bar is work automatically in Fire Fox. but its not scrolled in Safari. In Safari link is added but its not showing the current link which is added at last.
Mohan Thakare wrote: > > ok. I will explain my problem in detail. > I have a WebMarkupContainer in which I showing a DataView. > DataView contains AjaxSubmitLink. > By clicking a specific button on page a new AjaxSubmitLink containing some > data is added to the DataView. > > http://www.nabble.com/file/p19310695/untitled.jpg > each time I click on button a new link is added and the focus is on the > currently added link. > When the links are more than size of the specified area, the focus is > still on the current link. > and the list is scroll down automatically. > This is happens in Fire Fox. But do not work in Safari. > I want Safari should show this type of behavior. > Any solution?? > > > > > > > > alesp wrote: >> >> I don't understand what you want to do. Can you explain the situation a >> little more? What do you mean by 'it' in "I need to make it work in >> Safari"? >> >> >> Mohan Thakare wrote: >>> >>> you discuss in your problem that >>> "The problem is that the "add" link (the AjaxSubmitLink at the bottom of >>> the diagram) is working fine" >>> >>> can you tell how is that possible. >>> how can I scroll my list and set the focus on current item. >>> Its possible in Fire Fox but not in Safari. >>> I need to make it work in Safari >>> Is there any solution available for this?? >>> >>> >>> >>> alesp wrote: >>>> >>>> Hello! >>>> Ok, this is the problem: I have the following wicket hierarchy: >>>> >>>> Panel >>>> | >>>> --> Form >>>> | >>>> --> WebMarkupContainer (setOutputMarkupId(true)) >>>> | | >>>> | --> ListView (with a >>>> LoadableDetachableModel) >>>> | | >>>> | --> { populateItem { >>>> AjaxSubmitLink (to "delete" an element. Updates the WebMarkupContainer) >>>> } } >>>> --> AutoCompleteTextField >>>> | >>>> --> AjaxSubmitLink (to "add" an element) >>>> >>>> The problem is that the "add" link (the AjaxSubmitLink at the bottom of >>>> the diagram) is working fine, but the "delete" is not, and the code is >>>> pretty the same (calling different methods). When I say it's not >>>> working I mean that I click the "delete" link and nothing happens >>>> (internally the element is removed properly but the page doesn't >>>> refresh the changes). The "add" link works, I press "add" and the list >>>> is refreshed with the new element. >>>> Trying to find out what's happening I copied the "onSubmit" method of >>>> the "delete" AjaxSubmitLink to the "add" link and again the list was >>>> properly refreshed, now with a delete action. So, I think that the >>>> problem is related to the location of the links in the hierarchy and >>>> something that I'm missing there. >>>> Any idea? >>>> >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/AjaxSubmitLink-refreshing-problem-tp17801832p19310892.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
