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
...
Type: Posts; User: vijesh; Keyword(s):
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
...
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...
thank u mraible
it worked
also rharing for ur suggestion ..
actually i am trying to avoid javascripts .. so will use mraibles method
thanx
sorry mraible
can u please make that little more elaborate ..
thanx
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) {
}
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...
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
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...
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...