1. how to work around the icefaces ice:selectInputDate validation issue stackoverflow.comWhen using the IceFaces ice:selectInputDate a date selection always triggers the form validation. So when a user selects a date all validation errors are shown. That's especially tedious when the date ... |
2. problem in javascript validation , how to make call to javascript from jsf/icefaces? stackoverflow.comproblem in javascript validation , how to make call to javascript ?
|
3. Validator not firing stackoverflow.comI have this component:
|
4. required validation not fired when multiple icefaces components are on the same page? stackoverflow.comI have a very strange issue... I put these two inputText components on a page.
|
5. why validation fails if using custom component inside a datatable? stackoverflow.comI have a very strange problem. The required validation inside a datatable works great if I am working directly with the original components for instance:
will raise the required ... |
6. passing validator to a custom component, fails stackoverflow.comI have a simple inputText with a validator:
|
7. validator doesn't work icefaces.org |
8. Validators framework icefaces.org |
9. ice:selectInputDate required, validator do not work as expected? icefaces.orgI've been reading up on some old forum posts and JIRA bugs, but it appears the behavior is still the same as people have been complaining about. What I notice: required="true" (almost) never works partialSubmit="true" is default, but setting it to false does not change behavior side effect of above is that validator/required attributes are not checked/used during actual form submit ... |
10. validator never called icefaces.org |
11. selectInputDate makes validators execute! icefaces.org |
12. how to ignore validators icefaces.org |
13. Validate Input even if empty (validator not called) icefaces.orgHi. I want to validate my input fields for not empty values. But I can not set the required attribute because the textfields can be empty if a special textfield is filled. Example: I've got 3 textfields: Title, Username and Date. Title and Date are required fields if the Username is not set. If you only enter a username the form ... |
14. Selecinputdate in table, cannot reset when failed validation icefaces.orgHI All, I am working on a form which has a formId as an input text field and data table underneath which has fields such as effectivedate, description. All the records in the table will have same form Id and will differ in the fields with in the table. There is a requirement that the dates in succesive rows have to ... |
15. Problem creating a custom validator using ValidatorELTag icefaces.orgI'm trying to create a custom validator, the traditional one : RegexValidator I found the RegexValidator source code in PrenticeHall EBook and so many web site. All of them are them same. So I followed each step precisely. 1- I made a Validator class and implement the validate mthod: public class RegexValidator implements Validator, StateHolder { ... public void validate(FacesContext context, ... |
16. Partial validation icefaces.orgHi, I got a form with 5 inputtext and each of them have the same validator. When I enter a value in the first inputtext, all inputtext are validate. Here my question: When I enter a value in the first inputtext, is it possible that only this inputtext go to the validation process? For now, all those inputtext are partialSubmit=true and ... |
17. Problem with login validation icefaces.orgHi guys, I really need some help in this issue. I have an application that have a login page. I need to persist the login information for all the application. The problem is that i cant figure out a way to do this. I had tried to create a filter, but this have a colateral effect that the icefaces doesnt work. ... |
18. Validator icefaces.orgok thanks but what im not understand is when i add a long range validator , a method is automatically created but in your code there is a handwrited method inputText1.setValidatorMessage(........). why this is so difficult ? i'm a guy who used spring mvc with jsp but i can't push me to ICEFACES. what im doing wrong. whats matter with the ... |
19. Problem with validation and immediate icefaces.orgHi all, i'm currently having some problems with validations in combination with commandlinks. First, i'll try to explain what the page that is experiencing the problem looks like, and then i'll explain the problem. The page The page consists out of two parts. The lower part is made up by a datatable in which items are displayed. Each row in the ... |
20. validation of an input field above an editable table icefaces.orgIt is possible that it is to difficult for icefaces or for me but I have an input field above an editable table. For this input field I hace set the required-attribute to "true". If the user 1) removes the value form the input field and 2) edits some values in the editable table and 3) after that presses the save-button ... |
21. ice:selectInputDate validation. icefaces.org |
22. ice:selectInputDate validation problems icefaces.org |
23. Validation Groups icefaces.org |
24. How to optimize the validation phase? icefaces.orgWe're using IceFaces for about 6 months and it's really nice to work with. But in some screens with many form elements the application becomes really slow. I've added a phase listener and as you can see the validation phase is our problem: Code: 20.04.2009 14:30:14 com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream flush INFO: BEFORE PHASE: RESTORE_VIEW 1, TIME: 2009-04-20 14:30:14.902 20.04.2009 14:30:14 com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream flush INFO: ... |
25. Custom Validator not executing properly icefaces.org |
26. Custom Validator not executing properly icefaces.org |
27. required field validation icefaces.org |
28. best practices for validation/conversion icefaces.org |
29. If all component text edits are done with standard validators...... icefaces.org |
30. validation double icefaces.org |
31. Using XML Schema (XSD) for validation icefaces.org |
32. Problem with popup validation and table inline editing icefaces.orgHi all, I have a master/detail view for doing CRUD operations. The master view is a table with row selector and add/edit buttons. After selecting a row and click on edit a popup should appear for editing the selected Object. In addition the user should be able to edit the objects directly in the table. 1. Case: After selecting a row ... |
34. backing bean value not setted during validation icefaces.org |
35. validator not fired icefaces.org |
36. JSF selectInputDate Validation icefaces.org |
37. Validate two depending inputfileds icefaces.orgHi all, I try to validate two inputfileds which are depending on each other. Both are |
38. Custom java script validation icefaces.org |
39. Validators? icefaces.org |
40. Trying to cancel out of a popup with validation errors present icefaces.orgHey guys. I have a popup box right now with a close action and a default's command button. The popup has text input. I'm trying to make it so the user can exit out of the popup box or just go back to the default values with validation errors already there. Let's say the popup comes up and it has the ... |
41. Hopefully easy validation question icefaces.org |
42. How to skip validation of inputfield icefaces.orgI'll try right now, I want to ask you this question: I have a list in a page, made by a query on db; I leave the page to another and insert a new record. When I come bak to the page, I don't see the new record because (I think the system restore the last saved view) Is there any ... |
43. How do I skip validating a field that the user didn't type into? icefaces.org |
44. Validation problem icefaces.orgI just have some problem when using ICEfaces 2.0 to do the form validation. The server backend validation works fine. However, I can not see the validation message. My code is quite simple, it just a test case: |
45. Validation Issue icefaces.org |
46. Which validator or mechanism icefaces.org |
47. problem in javascript validation icefaces.org |
48. jsf datatable application level validation icefaces.org |
49. render mecanism with validations icefaces.org |
50. page level validation icefaces.org |
51. validation in ice:dataTable? icefaces.org |
52. Problem with validator icefaces.orgHello everybody! I have a problem with validator phase. I have a form in a popup: if there are no errors in the validation phase I have no problem when I come back again to the same form. Otherwise, if I have problem with the validation phase and I close the popup (I only set to false the boolean value for ... |
53. selectInputDate with a validator is clearing errorMessages icefaces.orgI've run into this problem several times using v1.8.2, and coded work-arounds each time to get the error messages displayed in outputText components that I have to manually clean up after each use. I've seen on this forum that others have had the same problem in the past, but not seen an answer that will solve this exact situation. A selectInputDate ... |
54. XSD for validation icefaces.orgjspx page is an XML document and therefore must comply with XML. Most the JSP page syntax is already XML compliant. Jspx page normally does not have a DTD declaration. You could generate a DTD. If you want to. for example: netbeans 5.5, it includes xml to DTD generator. So you could rename your jspx to xml extension file. Right click ... |
55. Applying Effect during Validation icefaces.orgHi, In our app, we want to apply an effect during form validation (not using partialSubmit). When the validation fails, in the backing I apply an effect on the component (which is bound). The first time the validation fails this works fine. After that the effect doesn't seem to be applied although the validation still fails. Any suggestions... Thanks, Emmanuel |
56. Required-Validator icefaces.orgHi, is there a possibility to invoke a custom Validator, to check, whether a Field is empty, or not? As far as I know, the Validator is only called, when the field is not empty. So I can't do this the usual way. Providing the required-attribute, doesn't not solve my problem, since the error message, I return for errors, is a ... |
57. Validator and/or Converters icefaces.org |
58. show validation errors in non English locale icefaces.orgHi again, I've managed to find a workaround for a this problem, it required me to introduce phase listener(Validation phase) which I've used to set the locale by hand in beforePhase method. I don't know if this is a good solution, but forces the application to respond the way I need it to. Is there a more elegant solution that I've ... |
59. Validation field (required) icefaces.org |
60. Validation prblm with selectInputDate icefaces.org |
61. Validator Problem icefaces.org |
62. Validations are Mis-Firing icefaces.orgHi, We have 2 select one menu with value change listener writen on them and one simple text box -having required = true & min length:8 The problem: ---------------- When the value change listener is firing (say the first one) the validations on each of the components of the page (text box) is happening. We want to avoid this. We tried ... |
64. Simple Validation Example... icefaces.org |
65. ignore validation inside f:verbatim icefaces.org |
66. Dynamic configuration of custom validator in a dataTable icefaces.orgpublic class CompteValidator implements Validator { private ValidatedObject objectCompte; public void validate(FacesContext ctx, UIComponent arg1, Object value) throws ValidatorException { ServletContext servletCxt = ((HttpSession)ctx.getExternalContext().getSession(false)).getServletContext(); WebApplicationContext context = WebApplicationContextUtils.getWebApplicationContext(servletCxt); CacheCompte cache = (CacheCompte)context.getBean("cacheCompte"); String message = null; try { CompteValidation.isValidCompte((String)value, cache); } catch(ValidationException e) { message = e.getMessage(); throw new ValidatorException(new FacesMessage(FacesMessage.SEVERITY_ERROR,e.getMessage(),e.getMessage())); } finally { objectCompte.setErrorMessage(message); } } public ValidatedObject getObjectCompte() { ... |
67. Validator causes other values to disappear icefaces.org |
68. Validator issue icefaces.org |
69. Validation problem icefaces.orgHI all, This is my login jsp and i am getting the validation error,actually by submitting incomlete form its showing validation message two times rather than once.So please have a look at |