Re: How to Embed PDF in a Web Page

2014-06-05 Thread rsi610
I am trying to achieve embedding pdf in a web page using Wicket.I am stuck deciding whether to use Downloadlink or resourceLink .Can someone please explain me the difference and also help me in embedding the web page ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ho

Not able to get Wicket Session even though WicketSessionFilter has been added

2014-07-08 Thread rsi610
Hi, I am not able to obtain the wicketsession even though sessionFilter has been added My requirement 1. Click of button on Page 1 (url : http://localhost:7001/abc/def/). open editable Pdf form in new window. 2. on click of submit present on pdf form , call a servlet (configured at http://localhos

Re: Not able to get Wicket Session even though WicketSessionFilter has been added

2014-07-08 Thread rsi610
I have also added Session.get().bind() on page 1.. that also doesnt help -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Not-able-to-get-Wicket-Session-even-though-WicketSessionFilter-has-been-added-tp4666469p4666476.html Sent from the Users forum mailing list archive

Re: Not able to get Wicket Session even though WicketSessionFilter has been added

2014-07-08 Thread rsi610
WicketSessionFilter gets called..Also it has a session with it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Not-able-to-get-Wicket-Session-even-though-WicketSessionFilter-has-been-added-t

Re: Not able to get Wicket Session even though WicketSessionFilter has been added

2014-07-10 Thread rsi610
My Wicket version is 1.3.5 The doFiler is as follows : public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException { HttpServletRequest httpServletRequest = ((HttpServletRequest)request);

Re: Not able to get Wicket Session even though WicketSessionFilter has been added

2014-07-17 Thread rsi610
Any suggestions on the above issue ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Not-able-to-get-Wicket-Session-even-though-WicketSessionFilter-has-been-added-tp4666469p434.html Sent from the Users forum mailing list archive at Nabble.com. ---

Use

2014-07-17 Thread rsi610
I have a link having text Like " Do this Do that . Click here to open pdf " Out of this i need 'Click here" to be a href , on click of which opens a new wicket page . Can someone help me with this ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-a-href-oncl

AutoComplete requires a Key Press event

2014-11-19 Thread rsi610
I have added an AutoCompleteTextField. The textfield doesnt have any onchange behaviours attached to it. Autocomplete works only when i there is a key press event . It should work normally which is not happening Wicket version : 6.9 -- View this message in context: http://apache-wicket.18429

Re: AutoComplete requires a Key Press event

2014-11-19 Thread rsi610
Hi , Normally means without any key press.. i enter 2 3 characters and the choices should become visible. Right now i need a key press event. We are using 6.9 in our application. Upgrading wont be possible as of now. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Au

Re: AutoComplete requires a Key Press event

2014-11-19 Thread rsi610
My Bad , I apologies for the confusion I need an arrow key / enter key press event on which the choices come. When i enter characters and wait, the choices dont show. After entering the characters i need to press either up/down/right/left arrow. -- View this message in context: http://apache-

Re: AutoComplete requires a Key Press event

2014-11-19 Thread rsi610
I understand there is some problem. But has any1 faced any issue like this or knows a fix for the same ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AutoComplete-requires-a-Key-Press-event-tp4668452p4668458.html Sent from the Users forum mailing list archive at Nab