Yes mewssage to the phone
Type: Posts; User: springfield; Keyword(s):
Yes mewssage to the phone
How di I send a message to the user when the transaction is successful on the successView
I'm using two view resolvers in my app
<bean id="viewResolver" class="org.springframework.web.servlet.view.ResourceBundleViewResolver">
<property name="basename" value="views" />
</bean>...
I'm using this configuration for my view resolver
<bean id="viewResolver1" class="us.docmgt.controller.DefaultXsltViewResolver">
<property name="order"><value>1</value></property>...
Did anybody have a solution for this
Is there anyway to pass a value to views.properties file?
I have an ear application which has two war files.
The first web application is using struts frame work and the second one is using spring framework.
In the application on clicking a hyper link the...
I have an ear application which has two war files.
The first web application is using struts frame work and the second one is using spring framework.
In the application on clicking a hyper link the...
I have an ear application which has two war files.
The first web application is using struts frame work and the second one is using spring framework.
In the application on clicking a hyper link the...
I'm using UNION in my query. If I execute the query on the command center it is fine.But in the application it is giving me this error..
Error 500: Request processing failed; nested exception is...
It is fixed and thanks for your help
No it doesnot..
it resolves into saveupload.view
I have a save controller which is overridung formBackingObject method and onSubmit method.
When I'm submitting my form it is giving me this error
java.io.FileNotFoundException: JSPG0036E: Failed...
I'm using AbstractLobStreamingResultSetExtractor to read tthe BLOB data and write it to an output stream.
If My resultset has more than two rows it is throwing an exception....
Marten..
I have my configuration like this..
<bean id="multilplefiledb2" class="us.il.state.hfs.oig.docmgt.dao.MultipleFileImpl">
<property name="lobHandler" ref="lobHandler" />
</bean>...
Marten
What exactly should I do in my configuration.This is my first project on Spring..
[ code]
private DefaultLobHandler lobHandler;
/**
*
* Constructors
*
**/
public MultipleFileImpl() {
Hi martein..
I'm setting the LOBHandler in my DAOImpl class.
Code snippet..
public Object insert(Object anObject) {
MultipleFileFormBean bean = (MultipleFileFormBean) anObject; ...
I'm using BLOB with db2.
I'm trying to insert a row into the table and setting the binary stream using lobhandler. But in the AbstractLobCreatingPreparedStatementCallback it is throwing a null...
I'm using BLOB with db2.
I'm trying to insert a row into the table and setting the binary stream using lobhandler. But in the AbstractLobCreatingPreparedStatementCallback it is throwing a null...
here is the stack trace..
this blows up only when I work on a new case the second time..
It is still hanging to the instance of the object I believe
[11/1/07 15:32:40:250 CDT] 00000026...
I'm using spring for the first time .
I have an object which I'm inserting into the db and it is working fine.
When I try to work on a new case it is loading the same oblect instead os a new one...