Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,144

    date pattern strict : custom date editor ?

    how can i implement date pattern strict ( as in commons validator) with custom date editor

    actually i want the user to enter date in MM/dd/yyyy format ...

    i used


    ...
  2. Filtering and Pageno info in session for master detail pages

    i have large no of master detail pages ..
    each page having paging and filtering ..

    if a user goes to a detail page from a 2nd filtered page and do some editing and returns back
    he should return...
  3. Replies
    9
    Views
    1,648

    thank u mraible it worked also rharing for...

    thank u mraible
    it worked

    also rharing for ur suggestion ..

    actually i am trying to avoid javascripts .. so will use mraibles method

    thanx
  4. Replies
    9
    Views
    1,648

    sorry mraible can u please make that little...

    sorry mraible

    can u please make that little more elaborate ..

    thanx
  5. Replies
    9
    Views
    1,648

    i have the same problem but i am using ...

    i have the same problem
    but i am using

    <INPUT type="image" src="images/icon_last.gif" name="last" value="Last">

    but this does not work

    if (request.getParameter("last") != null) {
    }
  6. Replies
    4
    Views
    1,295

    hi paul , i have a form in the listing page to...

    hi paul ,

    i have a form in the listing page to facilitate filtering
    and paging

    have four buttons first,previous,next ,last and also some text boxes
    to specify filtering criteria..

    i...
  7. Replies
    4
    Views
    1,364

    i think i will use...

    i think i will use SimpleFormController.suppressValidation if that works

    but can any one tell me how to call this to avoid validation based on a request parameter


    thanx
  8. Replies
    4
    Views
    1,364

    avoid validation while deleting a record ?

    hi ..

    i am using a SimpleFormController for add,update,delete operations

    i am using commons validator for validation..

    edit and delete facility is there in the same form

    now when user...
  9. Replies
    2
    Views
    2,955

    Get a value into a view from a popup window

    i need a best way to get data from a popup into my view ..

    actually my requirement is :

    there will be a link next to my text box ( say one to enter an email id)
    clicking this link will popup...
Results 1 to 9 of 9