DynamicForwardAction for your consideration

2007-08-28 Thread jpedro
Hi, I have written this Action for a project. It uses the parameter of a mapped action and gets the parameter’s value from the request to execute the action forward. Also it has a default forward that is used when the forward parameter is not present in the request. The action code is: public

Struts form checkbox

2007-08-28 Thread ahsan mir
I am new to struts, and working on a form where a user would use checkboxes to select specific records from a list .The list object is of type 'purchaseOrder' and it can contain 1 or more products. My question is how would the struts action class know which of the product has been clicked. follow