Re: Regarding All

2005-06-04 Thread Kumar deepak
Hi, You can add the Resultset data into a java bean and then set the Bean in the request object and then use in jsp page. Regards Deepak Kumar raja buddha <[EMAIL PROTECTED]> wrote: Hi all I am new to struts. Can any body know how to get the ResultSet Objcet that is there in the Action Cal

Regarding All

2005-06-04 Thread raja buddha
Hi all I am new to struts. Can any body know how to get the ResultSet Objcet that is there in the Action Calls in to the View JSP. My Question is i have write the DB aceess in the Action class in that class my query returns a result set i need to loop the result set and display the resu

RE: prepopulatting

2005-06-04 Thread Martin Gainty
Don- If instantiating for the first time I would use class="com.blaah.bean" along with scope="session" name="theBean" type="com.blaah.bean" Does anyone see anything else ??? Martin- (mobile) 617-852-7822 From: Don Hill <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@str

RE: Problems with tiles

2005-06-04 Thread David G. Friedman
Luke, Can you include some of the code for your TilesRequestProcessor subclass as well as how you initialize it in your struts-config.xml (or modules) ? Regards, David -Original Message- From: lk [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 11:02 AM To: user@struts.apache.org Su

re: Avoiding attacking server

2005-06-04 Thread Leon Rosenberg
Well, this isn't a feature of struts, but some webserver like apache or resin allow you to configure IP-Throttle filters, allowing X-parallel requests from a single ip. However, if you really want protection, you need a hardware firewall infront of your servers. Regards Leon > -Ursprünglich

re: Avoiding attacking server

2005-06-04 Thread Leon Rosenberg
Well, this isn't a feature of struts, but some webserver like apache or resin allow you to configure IP-Throttle filters, allowing X-parallel requests from a single ip. However, if you really want protection, you need a hardware firewall infront of your servers. Regards Leon > -Ursprünglich

Re: Avoiding attacking server

2005-06-04 Thread Don Hill
John, I have actually wrote a throttle to control this, it limits the number of threads that will be created to handle requests. I will post it within the next week. Don John Plate wrote: Hi Is it possible to configure how often an IP number can access the Struts web-server? Fx, an attack

prepopulatting

2005-06-04 Thread Don Hill
I have a jsp that will be passed some params from another application that match the properties defined in the , currently I am doing a The question is if use "request" scope the form doesn't get the params populatted, is there another way todo this that is more struts style. I have to use

Avoiding attacking server

2005-06-04 Thread John Plate
Hi Is it possible to configure how often an IP number can access the Struts web-server? Fx, an attacking server may overwhelm the Struts server with requests... Thanks John - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: struts-blank.war in Jboss 4.0.0

2005-06-04 Thread Martin Gainty
John- I would suggest either posting this to your website or perhaps ftp site with an anonymous user and providing us with the link- Most mail programs throw fits when they see blank messages with (virus suspect attachment) for which they do not have a handler Thank You for your attention, Ma