Perhaps I'm missing something?
Doesn't your SubmissionBackingForm code provide a reference to an individual deliveryBean?
I have a list of deliveryBean(s) each of which has to be edited and stored...
Type: Posts; User: xcs1726; Keyword(s):
Perhaps I'm missing something?
Doesn't your SubmissionBackingForm code provide a reference to an individual deliveryBean?
I have a list of deliveryBean(s) each of which has to be edited and stored...
Yes, each of the records(beans) have setters and getters.
The beans are called "DeliveryBean".
The backingform will be called called "SubmissionBackingForm"
The deliveriesList and...
I could be wrong (I'm not a Spring guru) but if you wish to bind to a complex object you will need to create a Property Editor to Stringify/Beanify your object.
Hi,
I'm trying to write an application JSP which lists rows of records(beans) using Spring.
When displayed; each record(row) must consist of multiple active HTML components (select, input,...
Yes. The Spring 2 bean declaration is correct for RAD 6, SDK 1.4 and RAD 5, SDK 1.3.
The RAD 6 environment, unlike the RAD 5 environment, requires the prefix "jdbc/XXXX" associated with the JNDI...
I have been developing a J2EE application in the IBM Rational Software Development Platform (RAD 6). I am using SDK 1.4 with Spring 2 on the Windows XP Professional platform.
I need to...
I have a form based JSP which needs to display, populate and validate attributes from a small collection of business beans. The JSP has a FormController with “sessionForm”, “commandName”,...
Hi,
I am porting (Productionizing) a working Spring application from Eclipse/Tomcat to WSAD.
I am using Spring 1.2.5 with WSAD 5.1 on XP with J2SDK 1.4.
I have built a demonstration version of...
Hi
I am having difficulty with a port of Spring 1.2.5 to WSAD 5, Oracle 9, WinXP
The SqlUpdate method is misfunctioning.
It doesn't seem to be appending the VALUES clause to an SQL INSERT...