thanks saved my time.
Type: Posts; User: faisalloe; Keyword(s):
thanks saved my time.
I am using richfaces 4 JSF with spring integeration
When i click on save button "saveCabinClass" method gets call and display error messages and client side validation also working.
But bean...
Hello guys, hope you all well...
any one tried the following tutorial to upload images using dwr
(Asynchronous FileUpload)
http://apps.tibco.com/dwr/files/upload.html
(do we need to made...
thanks dude
code is below
<bean id="autoSearchEmailAlertTrigger" class="org.springframework.scheduling.quartz.SimpleTriggerBean">
<!-- see the example of method invoking job above -->
<property...
Thanks dude thats what i wanted.
I am using tomcat 6.x, and Spring, i am having One registration form which insert data into the db and send an email with activation link.
Now problem is if record updated successfully into the db...
i do not want to see stack trace i said rollback does not work.
do we need to setup annotation in spring context file too ?
Here is my program which is using Transaction Annotation
public class UserSpringDao extends HibernateDaoSupport {
/*
* make this transaction to insert records
*
*/
@Transactional...
its rsolved :mad:
just add rol line
/loginfailed.jsp*=ROLE_ANONYMOUS,ROLE_USER, ROLE_ADMIN
cycle of error is like this
wrong credential = returns same page
then
correct credential = returns failure page (log says correct credential then y failure page ? )
then
try to go to login...
<bean id="logoutFilter" class="org.acegisecurity.ui.logout.LogoutFilter">
<constructor-arg value="/login.jsp"/> <!-- URL redirected to after logout -->
<constructor-arg>
...
My Issue is simple and compilcated.
when l try to login with correct username and password it loged in my successfully.
but once i login with wrong username and password it won't come to the...
public class ExtendedMultiActionController extends MultiActionController{
protected void bind(HttpServletRequest request, Object command) throws
Exception{
System.out.println("Aha i am...
public class EditUserFormController extends MultiActionController{
private final Log logger = LogFactory.getLog(getClass());
private UserFormProp formProp;
public ModelAndView...
"setValidators" method is used to set validators for MultiActionController ? any one have idea how to use that
thanks
Faisal khan
Form Bean:
<bean id="editUserForm"
class="com.rim.admin.controlers.EditUserFormControler">
<property name="sessionForm">
<value>true</value>
</property>
<property...
what i m trying to do, spring displays a form, when click on submit it should display the same form but added attribute value in request object.i tried but its not working hope any one drag out error...
return new ModelAndView(getSuccessView(),"lists",list);
still not working, no output no error.
oh sory, let me fix and try again.
what i m trying to do, spring displays a form, when click on submit it should display the same form but added attribute value in request object.i tried but its not working hope any one drag out error...
still no idea, how to achive this. there would be some solution of it i m sure.
want to pass request attribute to my form view jsp, any one have idea how to do it ?
like from here down code i want to have request attribute in
<property name="formView">
<value>home</value>...
I want to pass request attribute to my form view jsp, any one have idea how to do it ?
like from here down code i want to have request attribute in
<property name="formView">...