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.
>
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
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
3 matches
Mail list logo