Re: Help requested

2009-09-05 Thread Paweł Wielgus
Hi, read this [1] it might help. [1] http://poulwiel.blogspot.com/2009/09/config-browser-plugin-in-struts2.html Best greetings, Paweł Wielgus. 2009/9/5 measwel : > > I installed convention plugin, moved pages to WEB-INF/content and removed my > action mappings in xml. Linking to a page works. >

Help requested

2009-09-04 Thread measwel
I installed convention plugin, moved pages to WEB-INF/content and removed my action mappings in xml. Linking to a page works. How do I read properties from an action or execute an action method? -- View this message in context: http://www.nabble.com/Basic-architecture-question-tp25293369p2530

Problem while converting JSP scriplet in to struts tags - Help requested

2007-08-21 Thread Mad Shop
Following JSP scriplet is working fine <% float totalPaymentAmount = 0.0f; List compItems = null; compItems = costDistForm.getCompleteItems(); Iterator it = compItems.iterator(); while (it.hasNext()) { ItemCostRowForm row = (ItemCostRowForm)it.next(); float payAmountSort = row.getPayme