Re: how to get some data from servlet

2010-05-09 Thread Fernando Wermus
.nabble.com/how-to-get-some-data-from-servlet-tp1885531p2136546.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: how to get some data from servlet

2010-05-09 Thread Zilvinas Vilutis
concerns on this impl - please notify me, I'll appreciate any opinions - nothing is impossible -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-get-some-data-from-servlet-tp1885531p2136546.html Sent from the Wicket - User

Re: how to get some data from servlet

2010-05-08 Thread Zilvinas Vilutis
opinions - nothing is impossible -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-get-some-data-from-servlet-tp1885531p2136546.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: how to get some data from servlet

2009-07-28 Thread bgooren
() .getSession(); String count = httpSession .getAttribute(filesCount); but count is always null. Is there any way how to get some data from servlet? Thanks -- Altuğ

Re: how to get some data from servlet

2009-07-23 Thread Altuğ B . Altıntaş
. Is there any way how to get some data from servlet? Thanks -- Altuğ. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: how to get some data from servlet

2009-07-23 Thread Fernando Wermus
); but count is always null. Is there any way how to get some data from servlet? Thanks -- Altuğ. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users

Re: how to get some data from servlet

2009-07-23 Thread Altuğ B . Altıntaş
); but count is always null. Is there any way how to get some data from servlet? Thanks -- Altuğ. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: how to get some data from servlet

2009-07-23 Thread Altuğ B . Altıntaş
) getRequest()).getHttpServletRequest() .getSession(); String count = httpSession .getAttribute(filesCount); but count is always null. Is there any way how to get some data from servlet? Thanks

Re: how to get some data from servlet

2009-07-20 Thread Igor Vaynberg
                           .getAttribute(filesCount); but count is always null. Is there any way how to get some data from servlet? Thanks -- Altuğ. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: how to get some data from servlet

2009-07-19 Thread Altuğ B . Altıntaş
: HttpSession httpSession = ((WebRequest) getRequest()).getHttpServletRequest() .getSession(); String count = httpSession .getAttribute(filesCount); but count is always null. Is there any way how to get some data from

Re: how to get some data from servlet

2009-07-19 Thread Fernando Wermus
: HttpSession httpSession = ((WebRequest) getRequest()).getHttpServletRequest() .getSession(); String count = httpSession .getAttribute(filesCount); but count is always null. Is there any way how to get some data from

Re: how to get some data from servlet

2009-07-19 Thread Altuğ B . Altıntaş
() .getSession(); String count = httpSession .getAttribute(filesCount); but count is always null. Is there any way how to get some data from servlet? Thanks -- Altuğ

Re: how to get some data from servlet

2009-07-14 Thread Altuğ B . Altıntaş
: HttpSession httpSession = ((WebRequest) getRequest()).getHttpServletRequest() .getSession(); String count = httpSession .getAttribute(filesCount); but count is always null. Is there any way how to get some data from servlet

Re: how to get some data from servlet

2009-07-14 Thread Igor Vaynberg
()).getHttpServletRequest()                            .getSession(); String count = httpSession                            .getAttribute(filesCount); but count is always null. Is there any way how to get some data from servlet? Thanks -- Altuğ

how to get some data from servlet

2009-06-23 Thread danisevsky
= ((WebRequest) getRequest()).getHttpServletRequest() .getSession(); String count = httpSession .getAttribute(filesCount); but count is always null. Is there any way how to get some data from servlet? Thanks