java.net.URL

2003-10-14 Thread Stefan Trcko
Hello I'm using java.net.URL to get content from other web site. The problem is when this url address which I want to open (openConnection()) is very slow. When this happens I want that some kind of time out exception is thrown (and the content of this other web site on my site is not shown). How

Re: Struts security

2003-10-09 Thread Stefan Trcko
ion > and if finds any restriction then forward the action to appropriate > error page. > > Regards, > MMS > > -- > From: Stefan Trcko [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 12:29 PM > To: Struts Users Mailing List > Subject: Struts se

Struts security

2003-10-09 Thread Stefan Trcko
Hello I want to implement security in my struts web portal, so that I can restrict users which actions they can perform. Has anybody already worked on this kind of security in Struts? Thanks in advice Stefan - To unsubscribe

RSS and Struts

2003-10-08 Thread Stefan Trcko
Hello I want to put RSS channel with news from other site, on my portal. Portal is developed with Struts. Can you please tell me what is the best way for implementing RSS with Struts. Regards Stefan Trcko - To unsubscribe, e

Reset form

2003-09-25 Thread Stefan Trcko
Hello I have a html form in my searchForm.jsp page in struts-config.xml this action is defined like: When I click a Submit button everything work fine. I need to have scope=session because from result page I have a link to another detail page on whic

Re: Information about visitors using my portal

2003-09-05 Thread Stefan Trcko
Struts Users Mailing List" <[EMAIL PROTECTED]> > >Subject: RE: Information about visitors using my portal > >Date: Wed, 3 Sep 2003 07:19:07 -0400 > > > >Jason Hunter explains how to do this in "Java Servlet Programming, 2d ed." > >(O'Reilly

Information about visitors using my portal

2003-09-03 Thread Stefan Trcko
Hello I want to get information of how many visitors is currently using my portal. When someone open url www.iz-fotelja.com I create a session, so I think that from all of the currently active sessions I can get this statistic. But I don't know how to implement it. Any suggestions? Best regar