Managing Blank Fields in Search Form

I am trying to create an advanced search form to filter a recordset of events, so that I can search through these events based on parameters such as category, time, date, place, etc. Right now, because I'm new at this, I have been trying to create a filter with only two parameters, category and price. 'Category' is the first field in the form and 'price' is the second field in the form, followed by fields for time and location. When I search by category, the search works fine. When I search by category and price, only the category parameter works, and it doesn't filter by price. When I search only by price, the recordset comes up as blank. Does this have something to do with fields in the form being left empty or do empty fields have no effect on the search. When I test my query statement on my SQL query browser, it works fine, so I don't think that's the problem. Any help would be appreciated.

Not an ADDT-specific question so I never responded. However the OP re-posted here in the Dreamweaver Application Development forum which produced a very interesting thread.

Similar Messages

  • Images In Blank Fields of PDF Form

    I need to allow for images to be inserted into blank fields of my pdf form but can't find the way to do this. Thank-you for your assistance.

    anyone??

  • Allow blank fields in JSP form

    Hi,
    I have a form where you have to enter some information. Some fields are optional. When I try to insert the data in the database, the null fields give me an error. How can i rectify this? I am using
    <jsp:setProperty name="userInfoBean" property="*"/>
    to set all the properties. Also I am using JSP even for DB access.
    Thanks,
    Anu

    I guess u will definetely have a place where u build the query..there u just check whether a particular field is null...
    try{
    String something=request.getParameter("form_field_name");
    //if the request.getParameter returns null, the catch section is exceuted
    catch(){
    // set the field as null here..ie. ''
    so, when u try to insert the record in the database no error will be thrown.

  • Manage UME  field into xml form builder show view

    Hi all,
    is possible to manage all UME user fields into show XMLForm?
    I find some problem to add user field on show view , like phone number, city, address,...
    I can only manage the following field:
    username,
    First name,
    e-mail
    Thanks in advance
    Enzo Santoro

    Hi Vincenzo/Enzo,
    go to the Java API for UME  here in SDN (AppSever/Java)and look for IUser or so... . The names used for the different user fields are shown (just see the get methods and compare what you have for firstname, lastname, email....)
    Hope that helps,
    Kai

  • Lookup query to get Manager ID value on object form

    Hi ,
    I have created a Manager ID field on object form which is of type lookup field.
    Can any one please tell me that how can i write Lookup query to get Manager ID value on object form.
    Thanks in Advance

    I was looking for something like this today too.
    Here's what I came up with:
    SELECT fu.user_id, fu.employee_id, fu.user_guid, pe1.full_name, pe2.full_name SUPERVISOR, pe2.employee_id
    FROM fnd_user fu
    JOIN per_employees_x pe1 on pe1.employee_id = fu.employee_id
    JOIN per_employees_x pe2 on pe2.employee_id = pe1.supervisor_id
    WHERE fu.user_id = $(user_id)
    Edited by: user12232265 on Feb 24, 2010 3:20 PM

  • Modifying the search form so it appends the '%' to String input fields

    Hi guys,
    How can I modify the search form to search for '%'sometext'%' instead of just sometext for input fields that take string type as input; not programmatically!

    Hi,
    you would have to do this one way or the other. Either in the managed bean (which then passes the search input to the underlying model) or in the business services (ADF BC for example)
    Frank

  • Not Able to put LOV in search form fields

    Hi
    I created the search form using Bindvariables.In my application i am using only JSF,ADF BC,trindad components(In Mobile apps,we have to use only trinidad comp's).
    I want search fields as LOv's .
    In AppModule,under view,ExecuteWithParams i have bindvariables.while dragging them i selected the selectonechoice ,in Edit List Binding Window,for base datasource i am giving one VO,and for list Data Source i am giving different VO .
    everithing is fine.but when i click 'ok' Button,it is giving th efollowing error.
    The selected target attribute has read-only access.please select an updateable attribute
    what is the Wrong i am doing?
    PLease anyone help me in figuring out my problem?
    I want to make the search fields as LOV in search form.so that user no need to enter the data in to them.simply can select the value from LOVand find out the results .
    Sailaja.

    what actulay is the problem.. i triied it , this is working fine.
    I guess just in the lov you have made make both the fields updatable
    Edited by: Rohit Hoon on Apr 23, 2009 2:13 AM

  • Access 2013: Sum fields on a form suddenly showing up blank

    I have a simple Access database (originally built in 2010, now running 2013). Sometime in the last week or so all of the SUM fields in the database started showing up BLANK (one minute everything was working fine, the next it wasn't, not sure what happened
    in between). Even when I create a new, basic form, I can't seem to get my SUM fields working.
    For example, I have a table where I document number of miles traveled for work purposes, the fields include: TravelDate, ProjectID, Mileage, and Description. Mileage is a Number field, Long Integer. If I create a continuous form, connect it to the table
    (same thing happens if I connect to a query), add a field in the Detail section with
    Mileage as control source and txtMileage as name and a field in the FORM FOOTER that is: =Sum([txtMileage])...the SUM field is empty in
    Form View. And, there are no NULL values in the data set. This is happening across all of my forms and subforms, all SUM fields are now displaying as blank.
    Is it possible that I changed a global Access setting to cause this? A form setting? Any other ideas?
    Thanks!
    Laura

    I had the same sudden issue. But I was able to determine that it involved only one workstation. All the others were fine, as well as a test run on another Win 8 station outside the environment. From there I was able to determine that  a third party
    app had been installed near the time of the problem showing up. I uninstalled it and it immediately was resolved. The app was a C# based tool thought the authors have yet to identify why this caused a problem. My suspicion is that they wrote a 32 bit version
    and this was installed on a 64 bit station, and there is some issue with mso.dll, where I believe the function calls exist for sum. I am testing to see if there are similar function errors in Excel.
    What is noticeable was that Access did not throw a an Error# nor a #name. Just nothing appeared, and when you click on a row, the sum would appear, though it was incorrect.
    In Access 2010 I remember there were some footer field issues in continuous which eventually were patched.
    It was an opportunity to remind my client - do not install anything from any one on the live system without prior testing.

  • Form on a report - using a field with search button to run report

    I am trying to do a very simple report with a custom search field on the top of the form. I am looking at Denes Kubicek's example of Search form on table. Page 68. I want to have a region with the fields to search on, a button and then a report with the data.
    I am having problems getting the report to run with the data. Is there an easy step by step guide to do this somewhere? Is there a 'trick'? I setup the branches (created by my buttom), the items, the button, the 2 regions (form on table ) and my report. I don't need the process search_empno as i don't have any hidden fields.
    Is there a step by step explanation of how to create the search field and have it call the report? It's wonderful to have the examples but i'm not sure what i am missing
    thanks
    angie

    user629851 wrote:
    Robert
    Thank you very much. I just went through the report wizard and it didn't ask me which field to query on? I wonder if that is only in certain versions? :(There is a little select box: "Enable Search" on one of the wizard pages. It defaults to NO. Set it to YES and the columns to search on are shown.
    i think it is the wizard-page just after you add the query for the report.

  • Search results showing ID of Managed metadata field

    Our output of the search function in our Sharepoint 2010 intranet shows the id of the managed metadata field (see image).
    Every time a managed metadata field is shown in the result, it is followed by it's ID. Does anyone know the solution to this problem? Does this have something to do with the crawl settings of these managed metadata fields? Thx in advance.

    Hi,
    what needs to be done is to add a new managed property to your search configuration and map it the field in your search result.
    You will find a detailed how to on the following page:
    http://www.insidesharepoint.net/post/Using-taxonomy-fields-in-SharePoint-2010-Part-III.aspx
    Whenever you create a new taxonomy field instead of one field two will be created one contain the TermValue|<GUID of Term> and a another one with
    with term value itself.
    If you create a field named "color" then you will find the following fields in the crawled property "ows_color" and "ows_taxid_color". The first field "ows_color" is the one you need to use.
    If you are more interested in how Taxonomy Fields work you should check out my blog post:
    http://www.n8d.at/blog/sharepoint-2010/anatomy-of-managed-metadata-fields/
    Kind regards
    Stefan
    http://www.n8d.at/blog
    Follow me on Twitter: StFBauer |
    n8design
    Microsoft Community Contributor 2011
    MCTS - SharePoint / WSS Configuration and Development

  • Jdev 10.1.13 EA1 - search form (BC + ADF faces) with date field

    Did anyone tried to make a simple search form with BC,( just draging view form control palette to faces page?)
    Because when i did it and tried to search by one date field (for example orderDate) i got exception:
    oracle.adfinternal.view.faces.convert.ConvertException: Could not convert instance:Wed Sep 07 00:00:00 CEST 2005 of type:class java.util.Date into type:class java.lang.String
    Is it a bug?
    I tried to use converDateTime component but it haven't fixed the problem.
    Bart.

    Hi,
    Business Components doesn't perform type conversion. This is the problem I see. Basicaly the expected format is String
    Could not convert instance:Wed Sep 07 00:00:00 CEST 2005 of type:class java.util.Date into type:class java.lang.String
    Is you date field really a date field ?
    Frank

  • How to save to PDF form View Responses tab without including blank fields?

    Is there a way to save in PDF form from View Responses withouth including blank fields? More specifically, my form has several fields that have action (Show/hide) depending on the values. Once form is submitted and I am reviewing it from View Response tab, I use "save as PDF" button to save/download my completed form, however when I open it, it shows blank fields as well. Is there a way to somehow specify not to include blanks. If there is no way it would be a nice feature to have. Please let me know.

    No, the PDF is always going to show all fields, the "Show/Hide" does not affect the PDF we generate.
    I will soon post a Form for users to submit feature requests, keep your eyes out for an announcement in the forums for it and you can submit this request.
    Thanks,
    Josh

  • Search form asp multiple fields access database

    Hello everyone:
    I do really need help guys. Using ASPVBScript on Dreamweaver CS3
    It’s all about search and results page.
    Search Form
    This form contains 6 list/menus:
    Ref, New_resale, Town, Type_English, Bedrooms, Bathrooms.
    In all of them I have an option “All”, the idea is if you choose “All” the results page displays all the records of the DB. I don’t know how to do this.
    The way I have it now is if you choose from the list/menus data matching the data on the DB it will display it on the results page with no problem.
    Example of what I need the "All" for.
    I choose “All” from Ref list/menu.
    Then if I choose matching data from DB for the rest of list/menus. The desire result should be the results page displaying all the records matching all list/menu data exept Ref. Basically is searching the DB for matching data independently of  Ref  if you choose “All” from the list/menu.
    This is the code for the results page:
    <%
    Dim Search_properties__varRef
    Search_properties__varRef = "%"
    If (Request.Form("Ref") <> "") Then
      Search_properties__varRef = Request.Form("Ref")
    End If
    %>
    <%
    Dim Search_properties__varNew_resale
    Search_properties__varNew_resale = "%"
    If (Request.Form("New_resale") <> "") Then
      Search_properties__varNew_resale = Request.Form("New_resale")
    End If
    %>
    <%
    Dim Search_properties__varTown
    Search_properties__varTown = "%"
    If (Request.Form("Town") <> "") Then
      Search_properties__varTown = Request.Form("Town")
    End If
    %>
    <%
    Dim Search_properties__varType_English
    Search_properties__varType_English = "%"
    If (Request.Form("Type_English") <> "") Then
      Search_properties__varType_English = Request.Form("Type_English")
    End If
    %>
    <%
    Dim Search_properties__varBedrooms
    Search_properties__varBedrooms = "%"
    If (Request.Form("Bedrooms") <> "") Then
      Search_properties__varBedrooms = Request.Form("Bedrooms")
    End If
    %>
    <%
    Dim Search_properties__varBathrooms
    Search_properties__varBathrooms = "%"
    If (Request.Form("Bathrooms") <> "") Then
      Search_properties__varBathrooms = Request.Form("Bathrooms")
    End If
    %>
    <%
    Dim Search_properties
    Dim Search_properties_cmd
    Dim Search_properties_numRows
    Set Search_properties_cmd = Server.CreateObject ("ADODB.Command")
    Search_properties_cmd.ActiveConnection = MM_amanda_STRING
    Search_properties_cmd.CommandText = "SELECT * FROM [Resale Properties] WHERE Ref = ? AND ? = New_resale AND ? = Town AND ? = Type_English AND ? = Bedrooms AND ? = Bathrooms ORDER BY [Ref] ASC"
    Search_properties_cmd.Prepared = true
    Search_properties_cmd.Parameters.Append Search_properties_cmd.CreateParameter("param1", 200, 1, 255, Search_properties__varRef) ' adVarChar
    Search_properties_cmd.Parameters.Append Search_properties_cmd.CreateParameter("param2", 200, 1, 255, Search_properties__varNew_resale) ' adVarChar
    Search_properties_cmd.Parameters.Append Search_properties_cmd.CreateParameter("param3", 200, 1, 255, Search_properties__varTown) ' adVarChar
    Search_properties_cmd.Parameters.Append Search_properties_cmd.CreateParameter("param4", 200, 1, 255, Search_properties__varType_English) ' adVarChar
    Search_properties_cmd.Parameters.Append Search_properties_cmd.CreateParameter("param5", 200, 1, 255, Search_properties__varBedrooms) ' adVarChar
    Search_properties_cmd.Parameters.Append Search_properties_cmd.CreateParameter("param6", 200, 1, 255, Search_properties__varBathrooms) ' adVarChar
    Set Search_properties = Search_properties_cmd.Execute
    Search_properties_numRows = 0
    %>
    <%
    Dim Repeat1__numRows
    Dim Repeat1__index
    Repeat1__numRows = 10
    Repeat1__index = 0
    Search_properties_numRows = Search_properties_numRows + Repeat1__numRows
    %>
    <%
    Dim MM_paramName
    %>
    <%
    ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters
    Dim MM_keepNone
    Dim MM_keepURL
    Dim MM_keepForm
    Dim MM_keepBoth
    Dim MM_removeList
    Dim MM_item
    Dim MM_nextItem
    ' create the list of parameters which should not be maintained
    MM_removeList = "&index="
    If (MM_paramName <> "") Then
      MM_removeList = MM_removeList & "&" & MM_paramName & "="
    End If
    MM_keepURL=""
    MM_keepForm=""
    MM_keepBoth=""
    MM_keepNone=""
    ' add the URL parameters to the MM_keepURL string
    For Each MM_item In Request.QueryString
      MM_nextItem = "&" & MM_item & "="
      If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
        MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item))
      End If
    Next
    ' add the Form variables to the MM_keepForm string
    For Each MM_item In Request.Form
      MM_nextItem = "&" & MM_item & "="
      If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
        MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item))
      End If
    Next
    ' create the Form + URL string and remove the intial '&' from each of the strings
    MM_keepBoth = MM_keepURL & MM_keepForm
    If (MM_keepBoth <> "") Then
      MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1)
    End If
    If (MM_keepURL <> "")  Then
      MM_keepURL  = Right(MM_keepURL, Len(MM_keepURL) - 1)
    End If
    If (MM_keepForm <> "") Then
      MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
    End If
    ' a utility function used for adding additional parameters to these strings
    Function MM_joinChar(firstItem)
      If (firstItem <> "") Then
        MM_joinChar = "&"
      Else
        MM_joinChar = ""
      End If
    End Function
    %>
    Thanks a lot for your help. I hope you can give and hand.
    Cheers,
    Johnny

    The best method would be to construct the SQL statement dynamically, removing conditions from the WHERE clause if value 'ALL' is contained in the form field. You'll need to compare each form field value and then append the WHERE clause accordingly. Of course, you will need to have reasonable SQL and VBScript skills to accomplish this.
    Also, I see you table name has a space in it. Tables and column names should never contain spaces - it leads to problems.

  • Fields in PDF form are blank: Another Preview question...

    So I get that filling out a form in Preview can create a problem where the end user cannot see the info in those fields unless they click on them.  But I have some additional questions:
    1. Is just viewing a PDF in Preview without making any changes enough to cause this problem?
    2. Is it only Windows users reporting this problem or are Mac users having it as well (when trying to view it in Acrobat or Reader)?
    Here's why I ask:  We created this form but send it out to clients to fill in and return.  I sometimes view these returned forms in Preview because the info loads faster than it does in Acrobat.   No issues there.  But with one form in particular that we received today, anyone trying to subsequently open the form in Acrobat is having a problem.  It seems to be just this form that is causing the problem.  I'm not sure what the client used to fill it out, but they sent back other forms that don't seem to be a problem, so it seems unlikely this one would have been filled out using a different tool from the others.
    Also it appears that Mac users AND Windows users are having issues seeing the fields in this form properly filled out.  Heretofore, I've only read of Windows users having this problem.
    Any insight would be appreciated -- thanks!

    A form has to be saved in Preview in order for it to be corrupted, not merely opened. What OS is used when opening a corrupted PDF in Reader/Acrobat doesn't matter.

  • SelectInputDate component in a search form - JDev 10.1.3.0.4

    Cheers to all of you buddies in this valley of tears, have a good day
    I have a table that contains a date column, and a search form to do "query by example" and its date field is a "selectInputDate" with its date chooser.
    The date column in the table is formatted as yyyy-MM-dd (assigned in the underlying BO).
    I assigned a "convertDateTime" with a pattern yyyy-MM-dd to the selectInputDate component.
    At this point, the page works correctly. I select a date and get the appropiate results.
    The problem rised when adding a validator to the "selectInputDate" component.
    I added a "validateDatatimeRange" validator and binded the Maximum and Minimum values to two java.util.Date fields (minDate and maxDate) defined in a session managed bean named depSessionBean. The binding was done using EL as #{depSessionBean.minDate} and #{depSessionBean.maxDate}. The effect is that the date chooser only enables dates within the range (good).
    The problem arises when I click on the "Execute" action button. All I get is a lovely error complaining about date conversions.
    The attached converter returns a String that is correctly used to query the data but the validator expects a java.util.Date (it does not accept String values).
    So, am I missing something? How can I get the converter and validator to work together?
    Thanks a heap for any help.
    A.Gurisatti
    This is the error I get when executing the query (2006-08-14 is the chosen date):
    500 Internal Server Error
    oracle.adfinternal.view.faces.convert.ConvertException: Could not convert instance:2006-08-14 of type:class java.lang.String into type:class java.util.Date
         at oracle.adfinternal.view.faces.convert.GenericConverterFactory.convert(GenericConverterFactory.java:189)
         at oracle.adfinternal.view.faces.validator.DateTimeRangeValidator.validate(DateTimeRangeValidator.java:27)
         at oracle.adf.view.faces.component.UIXEditableValue.validateValue(UIXEditableValue.java:378)
         at oracle.adf.view.faces.component.UIXEditableValue.validate(UIXEditableValue.java:206)
         at oracle.adf.view.faces.component.UIXEditableValue._executeValidate(UIXEditableValue.java:522)
         at oracle.adf.view.faces.component.UIXEditableValue.processValidators(UIXEditableValue.java:302)
         at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)
         at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)
         at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)
         at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)
         at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)
         at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)
         at javax.faces.component.UIForm.processValidators(UIForm.java:170)
         at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)
         at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)
         at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)
         at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)
         at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)
         at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)
         at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:912)
         at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:342)
         at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:78)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)

    Frank,
    Thanks for your reply and yes I'm using BC (I allways forget that important piece of information).
    Unfortunatelly I still have a few doubts:
    - I suppose that assigning a pattern to a date column in a BO is for display purposes and in some cases to have the right conversions in where clauses. In this case, choosing yyyy-MM-dd (that is the default) is a coincidence and in this case, you are right it is superfluous. But suppose we use dd/MM/yyyy. In this case, the date will be rendered with this new pattern. Even more, I suppose that in a query by example, when building the where clause, JDev expects the given date to be a string with that same pattern (dd/MM/yyyy). So, we have the first conclusion: The selected date must be a String with the given pattern. That is why I assigned a converter to the selectInputDate component.
    I did some tests and concluded: The patterns in the BO and in the converter assigned to the selectInputDate component must match or the query won't work.
    The second step is to narrow the date range. The way I found to do it is by assigning a datetime validator to the selectInputDate component. This validator expects java.util.Date values for its min and max dates, and the date chooser works well (by enabling only dates between the given range).
    The problem rises when you submit the form. At validation time you have: a date expressed as a formatted String (needed for the query) and a validator expecting a java.util.Date to perform the validation. So, you get a casting error.
    All this is what I understood and concluded about the situation and, of course I could be completelly wrong.
    If my steps for configuring the search parameters are correct, there must be a way to do the String - Date casting and avoid the error.
    If my approach is wrong then there must be a correct approach for this kind of situation.
    Thanks a lot for your help,
    A. Gurisatti

Maybe you are looking for

  • OAS 4.0.8.1 - more wrksf problems?

    Running OAS 4.0.8.1 on Redhat 6.1 (kernel 2.2.14-32) There seems to be alot of discussion regarding the "wrksf" service in the latest release of OAS (4.0.8.1). I'm also having trouble getting the "Cartridge Service Factory" to start properly. I use t

  • Error 11556 when trying to log in to Itunes Store

    When I try to log in to the Itunes store I get the error message 11556. Version OS: Mac OS X 10.7.1 Version Itunes: 10.4.1 Also when (whithout being signed in) I can not go to th movie, music, tv, etc... sections in Itunes. How can I solve this? Thij

  • Strange formatting issue (bug?)

    Often (not even always; this would be reproducible) Pages 1.0.2 puts about 1 1/2 lines between the first and the second line of a new paragraph. Without a line break, everything runs on as expected. It's just the distance between the first & the seco

  • File System Repository

    Hi all, I want to create the file system repository for my system . Here is what i have done. Created a directory on my local machine and shared it giving the folder full access. Created a system in CM and system configuration (KM windows system) and

  • NEW web browser, Digia @Web

    A mobile browser with touch interface based on Qt and WebKit. Browser UI features: Full finger touch UI Accelerated panning Automatic full screen browsing via auto-hiding controls Multiple browser windows Page rotation for portrait and landscape brow