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

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

Re: Struts security

2003-10-09 Thread Stefan Trcko
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 security Hello I want to implement security in my struts web portal, so that I can restrict users which

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 html:form action=/search.do in my searchForm.jsp page in struts-config.xml this action is defined like: action path=/search name=searchForm attribute=searchForm validate=true scope=session type=struts.SearchAction

Re: Information about visitors using my portal

2003-09-05 Thread Stefan Trcko
, 2d ed. (O'Reilly 2002): Chapter 7. Mark -Original Message- From: Stefan Trcko [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 5:55 AM To: Struts Users Mailing List Subject: Information about visitors using my portal Hello I want to get information of how

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