Currency Formatter...

2005-09-05 Thread Iyanu, Rajasekaran
Hi All, Though this question is not applicable to this forum, thought, some of our struts champs will be able to help me.. I've a requirement to format the amount value in 9,999.99 syntax. (ie, 5000 USD = 5,000.00 USD ) Do you know any utility to do this..?

Reg. Can't find form bean for XXXForm : Error.

2005-07-06 Thread Iyanu, Rajasekaran
Hi All, I have an Action Form associated with a JSP and an Action class. When I try to access the JSP page, it throws the following exception. javax.servlet.ServletException: [ServletException in:XXX/YYY.jsp] Can't find form bean for ZZZForm at

RE: Reg. Can't find form bean for XXXForm : Error.

2005-07-06 Thread Iyanu, Rajasekaran
, July 06, 2005 3:56 PM To: Struts Users Mailing List Subject: Re: Reg. Can't find form bean for XXXForm : Error. On 7/6/05, Iyanu, Rajasekaran [EMAIL PROTECTED] wrote: Hi All, I have an Action Form associated with a JSP and an Action class. When I try to access the JSP page, it throws

Reg. Forward and set-property.

2005-04-21 Thread Iyanu, Rajasekaran
Hi, This is regarding the forward declarations of the action mapping tags in Struts-config xml, For instance, in the below tag, a property is defined for pagetitle. forward name=NameOfForward className=SubClassOfActionForward path=TileEntry set-property

Reg. FormBean...

2005-03-03 Thread Iyanu, Rajasekaran
Hi , To avoid validation, we need to use simple Java bean instead of subclassing ActionForm. The question is, is it possible to keep an Action mapping without using any Form bean mapping in struts-config xml..? Can anyone pls help..? Thanks and Regards Rajasekaran Iyanu.

RE: logic iterate help

2005-02-24 Thread Iyanu, Rajasekaran
Richard, U can specify it like this... logic:iterate id=objRUser namerusers bean:write name=objRUser property=username /logic:iterate When the iterate tag is evaluated, every element of rusers will be taken out, typecasted into the Ruser Object and will be passed to the