Hi All,

As you guys asked me here are the details. The TIMForm and TIMAction are
the super classes. Apart from this we have some other forms and actions
which works fine. If you need more details let me know.  Below are he
action mapping and the form bean definition in struts config file.

<action path="/tech/createBD"
type="com.ics.tim.web.pm.actions.IMJPA00_CreateBreakdownAction"
name="CreateNewBreakdown"  validate="true"
input="/jsp/IMDP00_Create_Breakdown.jsp">
        <forward name="success" path="/tech/ViewBD.do" redirect="true"/>
        <forward name="failure"
path="/jsp/IMDP00_Create_Breakdown.jsp"/>
</action>


                <form-bean name="CreateNewBreakdown"
type="com.ics.tim.web.pm.forms.IMJPF00_CreateBreakdownForm"/>



Regards,
Anil.
-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 17, 2006 5:30 PM
To: Struts Users Mailing List
Subject: RE: On Error repopulating the data entered by user on the
screen....! how.?

From: Anil Kumar T [mailto:[EMAIL PROTECTED]
> But in one particular form the data is not been shown to
> the user.  [...] This application is developed by 4
> people and only one is creating this problem.

Seems like to problem is clear, then! ;)

Without configs it's hard to say; I'd guess it's not configured right.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Information transmitted by this e-mail is proprietary to Infinite Computer 
Solutions and / or its Customers and is intended for use only by the individual 
or the entity to which it is addressed, and may contain information that is 
privileged, confidential or exempt from disclosure under applicable law. If you 
are not the intended recipient or it appears that this mail has been forwarded 
to you without proper authority, you are notified that any use or dissemination 
of this information in any manner is strictly prohibited. In such cases, please 
notify us immediately at [EMAIL PROTECTED] and delete this email from your 
records.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to