checkbox : unchecked elements not in list

2009-12-04 Thread akoo
I have following form . In my action class I have following public UpdateAccount account { List accountStatus;//list to hold all the checkbox values List accounts; //list to hold all the accounts values // getter setters public String execute()

checking which action on the jsp

2009-06-11 Thread akoo
Hi, I have an jsp page which is used as a result by two actions. However if the request comes from one of the actions something extra needs to be on the page. Is there way I can access the action name on the jsp page. i.e print something extra here -- View this message in conte

problems upgrading from struts 2.0 to 2.1

2009-05-20 Thread akoo
Hi guys, I am having some strange issues trying to upgrade from struts 2.0 to 2.1. I have this simple login form Simple jsp page Username Password

Re: number formatting (with commas)

2009-05-01 Thread akoo
I am not sure actually, it was just an example I pulled the roseindia site. This is all quite new to me. newton.dave wrote: > > akoo wrote: >> format.number = USD{0,number,##0.00} > > Is it possible to specify characters outside of the format string like > that

number formatting (with commas)

2009-05-01 Thread akoo
Hi guys, I have looked through all of the documentations and am just not having any success formatting numbers (i.e 70333 -> 70,333) so I thought i'd ask you guys. here are relevant snippets of my code. Positions in the above code is a list

Re: ParamPrepareParamsStack interceptor , how does this work???

2008-07-01 Thread akoo
thanks I think I figured out the problem. I had implemented the model driven interface, but had it returning a new Product() object instead. It works now. The OP's approach is appropriate when using the param-prepare-params pattern. Sometimes it's essential that the domain objects are in

ParamPrepareParamsStack interceptor , how does this work???

2008-06-29 Thread akoo
I have page with a list of products and links to edit that particular product. Edit My Product

should I learn struts 1 first before learning struts 2?

2008-03-14 Thread akoo
Hi, forgive me if this has been asked before. I am just starting on struts and wondering if I should first learn Struts 1 or just jump straight to struts 2? Will spending time on struts 1 help me with struts 2 or will it get in the way since everything in struts 2 is different from Struts 1? I