Search:

Type: Posts; User: faisalloe; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. thanks saved my time.

    thanks saved my time.
  2. Spring maanged bean JSF 2 how to do annotation validation

    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...
  3. Replies
    0
    Views
    1,826

    using dwr image uploading...

    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...
  4. Replies
    2
    Views
    811

    thanks dude

    thanks dude
  5. Replies
    2
    Views
    811

    SimpleTriggerBean every noon 12.

    code is below

    <bean id="autoSearchEmailAlertTrigger" class="org.springframework.scheduling.quartz.SimpleTriggerBean">
    <!-- see the example of method invoking job above -->
    <property...
  6. Replies
    3
    Views
    834

    Thanks dude thats what i wanted.

    Thanks dude thats what i wanted.
  7. Replies
    3
    Views
    834

    User transactions and Spring

    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...
  8. i do not want to see stack trace i said rollback...

    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 ?
  9. Transaction Annotations Rollback does not works

    Here is my program which is using Transaction Annotation


    public class UserSpringDao extends HibernateDaoSupport {

    /*
    * make this transaction to insert records
    *
    */
    @Transactional...
  10. Replies
    5
    Views
    892

    its rsolved :mad: just add rol line ...

    its rsolved :mad:

    just add rol line

    /loginfailed.jsp*=ROLE_ANONYMOUS,ROLE_USER, ROLE_ADMIN
  11. Replies
    5
    Views
    892

    cycle of error is like this wrong credential...

    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...
  12. Replies
    5
    Views
    892

    View Post

    <bean id="logoutFilter" class="org.acegisecurity.ui.logout.LogoutFilter">
    <constructor-arg value="/login.jsp"/> <!-- URL redirected to after logout -->
    <constructor-arg>
    ...
  13. Replies
    5
    Views
    892

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">

    <!--
    - Application context containing...
  14. Replies
    5
    Views
    892

    might be cache problem ?

    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...
  15. Replies
    1
    Views
    1,087

    Validating form with MultiActionController

    public class ExtendedMultiActionController extends MultiActionController{


    protected void bind(HttpServletRequest request, Object command) throws
    Exception{
    System.out.println("Aha i am...
  16. Replies
    0
    Views
    1,009

    MultiActionController with invokevalidator

    public class EditUserFormController extends MultiActionController{

    private final Log logger = LogFactory.getLog(getClass());

    private UserFormProp formProp;

    public ModelAndView...
  17. Replies
    0
    Views
    1,000

    setValidators of MultiActionController

    "setValidators" method is used to set validators for MultiActionController ? any one have idea how to use that

    thanks
    Faisal khan
  18. Replies
    0
    Views
    620

    request parameter to the for view!

    Form Bean:

    <bean id="editUserForm"
    class="com.rim.admin.controlers.EditUserFormControler">
    <property name="sessionForm">
    <value>true</value>
    </property>
    <property...
  19. reborn- Spring velocity form reload issue!!!!!

    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...
  20. Replies
    4
    Views
    1,138

    return new...

    return new ModelAndView(getSuccessView(),"lists",list);

    still not working, no output no error.
  21. Replies
    4
    Views
    1,138

    oh sory, let me fix and try again.

    oh sory, let me fix and try again.
  22. Replies
    4
    Views
    1,138

    Spring velocity form reload issue!!!!!

    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...
  23. Replies
    3
    Views
    953

    still no idea, how to achive this. there would be...

    still no idea, how to achive this. there would be some solution of it i m sure.
  24. Replies
    3
    Views
    953

    request attribute to my form view jsp

    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>...
  25. Replies
    0
    Views
    639

    request attribute in formview jsp

    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">...
Results 1 to 25 of 40
Page 1 of 2 1 2