Ignore URL  param in dispacther

Hi,
We have some page URLs that has some analytic params that needs to be capture from Omniture javascript. If we are having the param in URL the page is not cached as expected. So i  want to ignore the URL param in dispatcher and serve the content from cache and have the query params in the URL to be taken care by analytics code.
As I read in http://dev.day.com/docs/en/cq/current/deploying/dispatcher/disp_config.html , i can use ignore url param in dispatcher.
I applied those changes but it is not working for me.
Some doc : http://helpx.adobe.com/adobe-cq/kb/troubleshooting-dispatcher-flushing-issues.html    
Please advice.
Thanks

Hi Jorg/Scott,
I am using dispatcher-apache2.2-4.1.0.so
Entry in dispatcher.any- 
/ignoreUrlParams
  /0001 { /glob "*" /type "deny" }
  /0002 { /glob "q" /type "allow" }
Dispatcher log snippet-
[Thu Dec 13 20:37:59 2012] [W] [24596(140205433005824)] /app/Apache2.2/conf/dispatcher.any:197: entry not recognized: 'ignoreUrlParams'
[Thu Dec 13 20:37:59 2012] [W] [24596(140205433005824)] Render rend02 has no hostname; entry ignored
[Thu Dec 13 20:37:59 2012] [I] [24596(140205433005824)] Dispatcher initialized (build 4.1.0)
It seems entry is not recognized.

Similar Messages

  • URL Param is not working

    Hi,
    I am passing two variable values through URL for one template to another template. It was passing two variable values to second templates but suddenly after applying new java patch it is not passing the second variable value in the URL.  Is there any other way i can achieve this with out SET_VARIABLES_STATE command.
    URL Params:
    &BI_COMMAND_1-BI_COMMAND_TYPE=SET_VARIABLES_STATE
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=0P_CALYE
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=2008
    &BI_COMMAND_2-BI_COMMAND_TYPE=SET_VARIABLES_STATE
    &BI_COMMAND_2-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=Z_RGN
    &BI_COMMAND_2-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING
    &BI_COMMAND_2-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=EAST
    Any help is appreciated?
    Thanks in Advance,
    Damodhar.

    I think i can set characteristic value directly using URL command instead of setting variable value.Can anyone provide me the <b>URL parameter</b> for the following command.
    <bi:SET_SELECTION_STATE >
                     <bi:TARGET_DATA_PROVIDER_REF_LIST type="ORDEREDLIST" >
                            <bi:TARGET_DATA_PROVIDER_REF index="1" value="DP_1" />
                                        </bi:TARGET_DATA_PROVIDER_REF_LIST>
                       <bi:CHARACTERISTICS_SELECTIONS type="UNORDEREDLIST" >
                <bi:CHARACTERISTIC_SELECTIONS type="COMPOSITE" index="1" >
                                                <bi:CHARACTERISTIC value="CHAR1" text="" />
                                                <bi:SELECTIONS type="ORDEREDLIST"<bi:SELECTION type="CHOICE" index="1" value="SELECTION_INPUT_STRING" >
                            <bi:SELECTION_INPUT_STRING value="INPUT1" />
                                                    </bi:SELECTION>
                                                </bi:SELECTIONS>
                                            </bi:CHARACTERISTIC_SELECTIONS>
                                        </bi:CHARACTERISTICS_SELECTIONS>
                                    </bi:SET_SELECTION_STATE>
                                    <bi:SET_VARIABLES_STATE >
    Thanks,
    Damodar.

  • Sort by URL Param

    Not sure how to make this work but have read labs information
    and samples for sorting and url params just not sure how to tie
    them together to make this work. I have a link to the page I want
    to add this to if someone can take a look it is
    test site. When
    the user uses a link I need to have data sort by the name value
    from the xml file placing the correct contet at the top. Not sure
    if I'm headed in the right direction so any help would be
    appreciated.

    You would want to do soemthing like:
    var dsNews = new Spry.Data.XMLDataSet("news6.xml",
    "news/newstory");
    dsNews.sort(yourURLParam, "ascending");
    var pvNews = new Spry.Data.PagedView( dsNews ,{ pageSize: 4
    http://labs.adobe.com/technologies/spry/articles/data_api/apis/dataset.html#sort

  • How to pass the JCo destinations as URL params?

    Hi,
    I have requirement to pass my JCo names as Url Params.
    jcoParam = "WD_ORD_RFC_METADATA_DEST:MNR "+" WD_ORD_MODELDATA_DEST:MNR";
    how do I combine and sent to URL params
    urlParameters.put("sap-wd-arfc-useSys",jcoParam);
    I am passing like this but the URL will take one parameter
    with one name but I need to pass the same parameter with diffrent Jco destination how to solve this please guide in this.
    I need like this But
    Url will take one parameter with sap-wd-arfc-useSys this name only the parameter sap-wd-arfc-useSys name is not taking once again .
    sap-wd-arfc-useSys=WD_ORD_RFC_METADATA_DEST:MNR
    & sap-wd-arfc-useSys=WD_ORD_MODELDATA_DEST:MNR
    Any body suggest on this.
    Thanks,
    Lohi.

    Hi Lohita,
    The parameter sap-wd-arfc-useSys should be given in the iview properties in the Content Administrator. The portal will be able to read the parameters properly even when you repeat the parameters like
    sap-wd-arfc-usesys = WD_ORD_RFC_METADATA_DEST:MNR & sap-wd-arfc-usesys = WD_ORD_MODELDATA_DEST:MNR in the iview properties.
    You will not abe able to pass it from the application as we would be using HashMap to pass the url parameters.As far as i know there is no other parameter available for the same purpose. Try giving the same in the iview of that applicaiton, it will work.
    Regards,
    Sharadha

  • URL Param + ManagedBean + form submit Question

    Hey,
    I have a managed bean and configured the bean so that i takes params from the url and sets them automatically. The bean parameter is a integer value.
    So when i call samplePage.faces?param1=23 then the bean takes the parameter from the url and i can query the database and present the result. That works perfekt
    My problem is now the following:
    On this page i have a form and some input tags to edit values, and now i want to submit the form and update the record in the database. (The record is identified by the url param)
    But when i submit my form i got a java.lang.IllegalArgumentException - java.lang.IllegalArgumentException exception.
    I thing that is because the action of the form has this parameter not ( action=samplePage.faces without my param) and when the bean tries to get the param from the url, which is not existing, then the exception is thrown.
    Any suggestions what i can do?

    i assume you have 2 managed beans that are in request scope. one bean for the overview page, one for the details page.
    overview page:
    create the link with the h:outputlink component which has one nested h:outputtext (the link text) and several nested f:param components. that means, you write one f:param for every parameter you want to pass to your details page. in your example, this would be only the id.
    ... so now you click the link ...
    details page:
    the id-parameter is available in the field "myId" in your details bean via this entry in faces-config.xml:
    <managed-bean>
              <managed-bean-name>details</managed-bean-name>
              <managed-bean-class>com.DetailsBean</managed-bean-class>
              <managed-bean-scope>request</managed-bean-scope>
              <managed-property>
                   <property-name>myId</property-name>
                   <value>#{param.id}</value>
              </managed-property>
         </managed-bean>In DetailsBean, first you have to retrieve the data from the database. This could be done in the constructor or in a method annotated with @PostConstruct.
    Also, save the id in a h:inputhidden. You will need the id again in the next step.
    ... now the user edits the data and presses submit ...
    (All Parameters are lost at this point.) In your action, read the id from the h:inputhidden field. Now you have everything to update your database entry.

  • [svn:osmf:] 14613: Fix for FM-256: Since progressive subclips are not supported, ignore subclip params for progressive files.

    Revision: 14613
    Revision: 14613
    Author:   [email protected]
    Date:     2010-03-05 14:49:05 -0800 (Fri, 05 Mar 2010)
    Log Message:
    Fix for FM-256: Since progressive subclips are not supported, ignore subclip params for progressive files.  Also document this lack of support on StreamingURLResource.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-256
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/StreamingURLResource.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetStreamUtils.as

    Hi Experts,
    After i tried a few times, i can successfully start prepare with upgrade asistant monitor - Administrator >> Start Prepare,
    Thanks

  • How do you pass XML as a URL param?

    How do you pass XML as a URL param?
    Thanks!

    I don't know why I wasn't thinking about this when I made my
    last post. If they're pasting some XML into a form, that's one
    thing. But if they need to send XML to your site from their own,
    you can setup a Coldfusion Component (CFC) as a Web Service to
    accept XML through a WSDL call.
    Check out the
    Coldfusion
    Developers Center for
    articles
    on creating web services

  • Iframe url param

    Is iframe url param has limit? because IE is throw error page
    can't display. firefox work fine.

    i assume you have 2 managed beans that are in request scope. one bean for the overview page, one for the details page.
    overview page:
    create the link with the h:outputlink component which has one nested h:outputtext (the link text) and several nested f:param components. that means, you write one f:param for every parameter you want to pass to your details page. in your example, this would be only the id.
    ... so now you click the link ...
    details page:
    the id-parameter is available in the field "myId" in your details bean via this entry in faces-config.xml:
    <managed-bean>
              <managed-bean-name>details</managed-bean-name>
              <managed-bean-class>com.DetailsBean</managed-bean-class>
              <managed-bean-scope>request</managed-bean-scope>
              <managed-property>
                   <property-name>myId</property-name>
                   <value>#{param.id}</value>
              </managed-property>
         </managed-bean>In DetailsBean, first you have to retrieve the data from the database. This could be done in the constructor or in a method annotated with @PostConstruct.
    Also, save the id in a h:inputhidden. You will need the id again in the next step.
    ... now the user edits the data and presses submit ...
    (All Parameters are lost at this point.) In your action, read the id from the h:inputhidden field. Now you have everything to update your database entry.

  • Using 2 URL Params to filter

    Hello,
    I am trying to get my dataset to filter by 2 URL Params.
    Here is my code:
    var params = Spry.Utils.getLocationParamsAsObject();
    var dsDocumentsByType = new
    Spry.Data.XMLDataSet("../data/Documentation/Q-DocumentList.asp",
    "/root/row");
    if (params.DocumentType) and (params.Facility_ID){
    dsDocumentsByType.setXPath("/root/row[DocumentType =
    '"+params.DocumentType+"' and Facility_ID=
    '"+params.Facility_ID+"']");
    dsDocumentsByType.loadData();
    Any ideas what I did wrong?

    Try using:
    if ((params.DocumentType) && (params.Facility_ID))
    That worked for me...
    Don

  • Using 3 url params

    Hi all,
    I need to filter my data using 3 url params my code is
    I am using the xpath, I am not getting any error however the
    image doesn't come on the page
    var dsImage = new Spry.Data.XMLDataSet("events.xml",
    "events/");
    var params = Spry.Utils.getLocationParamsAsObject();
    if
    ((params.year)&&(params.event)&&(params.image)){
    dsImage.setXPath("year[id = '"+params.year+"'] &&
    year/event[id = '"+params.event+"'] &&
    year/event/images/image[id = '"+params.image+"']");
    dsImage.loadData();
    Any ideas would be really appreciated

    Ok guys,
    I used this piece of code instead and works fine
    var xpath = "/events/";
    var params = Spry.Utils.getLocationParamsAsObject();
    if
    ((params.year)&&(params.event)&&(params.image)){
    xpath = "/events/year[@id = '"+params.year+"']" &&
    "/events/year/event[@id = '"+params.event+"']" &&
    "/events/year/event/images/image[@id = '"+params.image+"']";
    var dsImage = new Spry.Data.XMLDataSet("events.xml",
    xpath);

  • Can URL Params work with HTML Datasets?

    Hi there,
    I am building a portfolio using spry, I am using an html dataset not an xml dataset and I want to be able to pass a url param to link to a specific portfolio item.
    I have seen this example: http://labs.adobe.com/technologies/spry/samples/data_region/DataWithURLParams.html but can't seem to get it working using an HTML dataset.
    Can anyone tell me if this is possible to do using the HTML dataset?
    Here is the page:
    http://www.studioabsolute.com/dev/websites.php?row=0
    I would like to pass row=1 or row =2, etc... so that I can link to a specific item.
    Thanks in advance to anyone who know the answer!

    Hi,
    Have a look at your
    http://www.studioabsolute.com/dev/SpryAssets/SpryURLUtils.js
    file on the remote server and compare that with a virgin copy straight from Adobe.
    Once you have replaced the above file you will notice that it works without a hitch as it did on my server when tested.
    Wishing you better succes for the future.
    Ben

  • Flex 3: Does Google Ignore URLs with # in Sitemaps?

    Hi,
    I'm making a sitemap for my Flex 3 site. Does Google ignore everything after the # in a url listed in a sitemap. For example, if my sitemap lists:
    www.brainpinata.com/#
    www.brainpinata.com/#view=2
    www.brainpinata.com/#view=12
    www.brainpinata.com/#view=15
    Will the pages #view=2, #view=1, #view=15 be ignored?
    How does Google handle # in sitemaps?
    Thank you.
    -Laxmidi

    Now on FF 10.0.1
    Thanks but that did not work.
    I think it may have something to do with conditions that set cookies for MapsGL (for compatibility?) when the page is loaded because it all started when google added Experience MapsGL which never came up on maps.google.com.au instead I got the message "Still loading... Slow? Use the troubleshooting guide or basic HTML."
    What ever it is, it probably has something to do with a cookie being set when the page loads and that triggers "Still loading... Slow? Use the troubleshooting guide or basic HTML." It could be the cookie is set and then read again or the cookie is set and it causes and error in a script.
    could be advertising for chrome :( :D
    Something like that would explain why disabling cookies or private browsing works but deleting cookies does not.
    It's still strange that it happens on the .au site. Will keep looking because this is driving me crazy.
    EDIT> to clear thing up maps.google.com.au loads the entire page but the little yellow guy is not yellow. (disabled) then if I try drag or use the map, then I get the error "Still loading... Slow? Use the troubleshooting guide or basic HTML."
    I will do anything to track down the problem.
    Not sure but error console has lots of error with and without cookies enabled but this one stood out and was only there with cookies enabled
    Error: uncaught exception: [Exception... "Component returned failure code: 0x8052000b (NS_ERROR_FILE_CORRUPTED) [nsIDOMStorage.getItem]" nsresult: "0x8052000b (NS_ERROR_FILE_CORRUPTED)" location: "JS frame :: http://maps.gstatic.com/cat_js/intl/en_au/mapfiles/395d/maps2/%7Bmain,mod_util,mod_rst%7D.js :: <TOP_LEVEL> :: line 1108" data: no]

  • Making showDetailItem disclosure dependant on URL param breaks tab content

    Hello,
    I'm trying to achieve URL parameters control over my application state.
    As soon as I can't use bugged bookmark page property, I'm trying some workarounds.
    One of the things I've tried led to an unexpected behavior.
    The use case is to open a certain tab of panelTabbed with an URL.
    I've added disclosed="#{param.tab=='2'} to the second tab. In the tab there is a table in the upper section and a region with a form in the lower section.
    There's a partialTrigger from the region to the table so when I run the application and select a table row, the form shows it.
    But if I run the application with ?tab=2 parameter, partialTrigger doesn't work any more and the form only shows the first row whatever I select in the table. Also there's a af:showDetail which you can't disclose.
    If I set the table contentDelivery=whenAvailable, the data wouldn't be shown at all.
    Here's a test-case on HR schema: https://www.dropbox.com/s/rcf53iwpqw0eop7/TabUrl.rar
    JDev 11.1.2.3
    Is this correct behavior?
    How do I achieve the use case?
    Thanks.

    Hello Darin,
    Your scenario is interesting. Since your error is 401, this is related to a credential issue. There was a bug in PI such that once you use dynamic configuration for your URL, the username needs to be also included in the dynamic config. The technical name for the username in the UDF is TAuthKey. You set the password in the SOAP receiver communication channel by going Advanced Tab -> Variable Transport Binding -> View Authorization Keys.
    Standard SOAP sender in PI requires you to still provide a username/password even if you are using SSL. Make sure that the username is existing in PI and has the necessary authorization. For now, try inputting your PI username and password.
    Hope this helps,
    Mark

  • Set XML file using URL Param

    Hi Guys,
    well I got talked into writing a quick html application using Spry as I had once done this before.
    However, this time I'm using multiple XML files as a datasource and can't seem to get the code right. It's probably really easy for all you guru's out there, but I'm more a designer than programmer so I was hoping someone could have a quick look:
    Im using Spry.Utils.getLocationParamsAsObject and used the following code to identify the right node in the XML file to show you the record as declared in the URL:
    var xpath = "Cocktails/cocktail";
    if ((params.id))
      xpath = "Cocktails/cocktail[@id = '"+params.id+"']";
    However, this was done using one large XML file with all the records.
    This time I have one XML file per record and need to identify the correct file. The file is named using the following convention 'cocktail%ID_HERE%.xml' so this time I need to to get the ID value from the URL and use it to lookup the right XML file. I wrote the following code having 'reverse engineered' this from my last project, but obviously it doesn't work:
    var rsCocktail = new Spry.Data.XMLDataSet("xml/cocktail.xml", "Cocktail");
    If ((params.id))
              rsCocktail = new Spry.Data.XMLDataSet("xml/cocktail"+params.id+".xml", "Cocktail");
    I'm assumig the idea is correct, the code is just wrong as I can't insert the variable in the filename like that. Anyone willing to shine some light on this?
    Much appreciated!!!

    This is what the head section should look like
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link href="SpryAssets/SpryMasterDetail.css" rel="stylesheet">
    <script src="SpryAssets/xpath.js"></script>
    <script src="SpryAssets/SpryData.js"></script>
    <script src="SpryAssets/SpryURLUtils.js"></script>
    <script>
    var params = Spry.Utils.getLocationParamsAsObject();
    var rsCocktail = new Spry.Data.XMLDataSet(params.id ? "xml/cocktail"+params.id+".xml" : "xml/cocktail.xml", "Cocktail");
    </script>
    </head>
    <body>
    </body>
    </html>

  • Tomcat 4 - value of URL param disappear after calling sendRedirect()

    Environment:
    Tomcat 4.0.1
    Windows 2000
    XSQLServlet (xdk_java_9_0_1_2_0)
    Problem: The test2002.xsql page (converted with test2002XSL.xsl)
    call utility servlet test2002Servlet.java to prepare
    page parameters for SQL query and redirect (sendRedirect)
    back to the same page (test2002.xsql) after click on
    search button on the appropriate form.
    If the search condition is "Search Name" (the string column
    MP01_NAME in database table SYSADM.MP01) everything is OK
    If the search condition is Search ID (the NUMBER column MP01_TYP
    in the database table SYSADM.MP01) the value of returned
    parameters disappear.
    The same piece of code works OK on Tomcat 3.3
    (I know that this version of XSQLServlet is certified with
    Tomcat 3.2, but I do
    want to know what is the reason of this problem)
    Here are the source codes:
    1. TABLE MP01 with two columns; MP01_TYP NUMBER and MP01_NAME
    STRING
    2. test2002.xsql (the XSQL page)
    <?xml version="1.0" encoding="WINDOWS-1252"?>
    <?xml-stylesheet type="text/xsl" href="test2002XSL.xsl" ?>
    <page connection="mer" p= "" query=" " select="*" search=""
    xmlns:xsql="urn:oracle-xsql">
         <search>
              <xsql:include-param name="search"/>
              <xsql:include-param name="select"/>
         </search>
         <resultset>
              <xsql:query tag-case="upper">
    SELECT mp01_typ, mp01_name
    FROM sysadm.mp01
    {@query}
    </xsql:query>
         </resultset>
    </page>
    3. test2002XSL.xsl (the XSL transform page)
    <?xml version="1.0"?>
    <xsl:stylesheet
    version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="html" ident="no"/>
    <!-- Root template -->
    <xsl:template match="/">
    <html>
    <head>
    <title>TITLE</title>
    </head>
    <body>
    <xsl:apply-templates select="page/search"/>
    <xsl:apply-templates select="page/resultset"/>
    </body>
    </html>
    </xsl:template>
    <!--
    + RESULTSET TEMPLaTE
    -->
    <xsl:template match="page/resultset">
    <!-- Resultset Column Titles -->
    <table width ="100%">
    <tr>
    <td width = "30%">ID</td>
    <td width = "70%">NAME</td>
    </tr>
    <xsl:apply-templates/>
    </table>
    </xsl:template>
    <!-- ResultSet Data -->
    <xsl:template match="resultset/ROWSET/ROW">
    <tr>
    <td><xsl:value-of select="MP01_TYP"/></td>
    <td><xsl:value-of select="MP01_NAME"/></td>
    </tr>
    </xsl:template>
    <!--
    + END RESULTSET
    -->
    <!-- SEARCH -->
    <xsl:template match="search">
    <b>
    <form action="servlet/test2002Servlet"
    method="post" name="search" >
    <input type="hidden" name="h_returnTo"
    value="test2002.xsql"/>
    <input type="hidden" name="h_table" value="mp01"/>
    <table>
    <tr>
    <td >
    <select name="select" size="1">
    <xsl:choose>
    <xsl:when test="/page/search/select
    = 's_mp01_name'" >
    <option value="n_mp01_typ">Search ID
    =   </option>
    <option value="s_mp01_name" selected
    = "">Search Name Like:   </option>
    </xsl:when>
    <xsl:otherwise>
    <option value="n_mp01_typ" selected
    = "">Search ID =   </option>
    <option value="s_mp01_name">Search Name
    Like:   </option>
    </xsl:otherwise>
    </xsl:choose>
    </select>
    </td>
    <td>
    <input type="text" name="search"
    value="{search}" size="35" maxlength="35"/>
    </td>
    <td>
    <input type="image" SRC="images/go.gif"
    ALT="Search_now" width="21" height="21"/>
    </td>
    </tr>
    </table>
    </form>
    </b>
    </xsl:template>
    <!--
    + END of SEARCH
    -->
    </xsl:stylesheet>
    4. test2002Servlet.java
    // chage /galiot/ to your context
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    public class test2002Servlet extends HttpServlet {
    * Initialize global variables
    public void init(ServletConfig config) throws ServletException
    super.init(config);
    * Process the HTTP Get request
    public void doGet(HttpServletRequest req, HttpServletResponse
    res)
    throws ServletException, IOException {
    doPost(req, res);
    * Process the HTTP Post request
    public void doPost(HttpServletRequest req, HttpServletResponse
    res) throws ServletException, IOException {
    String r_returnTo = "";
    String r_table = "";
    String r_conditionBefore = "";
    String r_conditionAfter = "";
    String r_column = "";
    String r_search= "";
    String r_searchType = "";
    String r_returnString = "";
    String r_select = "";
    Enumeration paramNames = req.getParameterNames();
    // Get Param Names
    while(paramNames.hasMoreElements()) {
    String paramName = (String)paramNames.nextElement();
    // Look at paramNames to create return Params
    // First the XSQL page to redirect
    if(paramName.equals("h_returnTo")) {
    String[] paramValues = req.getParameterValues
    (paramName);
    r_returnTo = paramValues[0];
    //Second name of the table in database
    } else if (paramName.equals("h_table")) {
    String[] paramValues = req.getParameterValues
    (paramName);
    r_table = paramValues[0];
    //Search conditions
    } else if (paramName.equals("search")) {
    String[] paramValues = req.getParameterValues
    (paramName);
    r_search = paramValues[0];
    // If search is string than to UpperCase
    if (r_searchType.equals("s")) {
    r_search = r_search.toUpperCase();
    //Create search conditions in the SQL Statement
    } else if (paramName.equals("select")) {
    String[] paramValues = req.getParameterValues
    (paramName);
    r_select = paramValues[0];
    r_column = paramValues[0].substring(2);
    r_searchType = paramValues[0].substring(0,1);
    if (r_searchType.equals("s")) {
    r_search = r_search.toUpperCase();
    r_conditionBefore = " LIKE '%25";
    r_conditionAfter = "%25'";
    } else if (r_searchType.equals("n")) {
    r_conditionBefore = " = ";
    r_conditionAfter = " ";
    // WORNING cahnge my context galiot to your
    r_returnString = "/galiot/" +
    r_returnTo +
    "?" +
    "query=" +
    " WHERE " +
    r_column +
    r_conditionBefore +
    r_search +
    r_conditionAfter +
    "&" +
    "search=" +
    r_search +
    "&" +
    "select=" +
    r_select;
    try {
    System.out.println("SendRedirect: " + r_returnString);
    res.sendRedirect(r_returnString);
    } catch (Exception e) {
    System.out.println("Error " + e.toString());

    Hi
    how do you let your user log in from your page ?
    It's easy to write you own login form instead of the seeded one and give the p_back_url the correct value including the parameters of the current page (retrieved via javascript for instance)
    L.

Maybe you are looking for

  • Mac os 10.4.11 and iphone4

    I have a macbook on os 10.4.11 so if i activate my iphone4 on windows 7 will i be able to get all my contacts and stuff from my macbook by syncing it afterwards

  • Automating context sensitive search in a

    We are building an interface where the user has expressed a desire to fill in fields based on choices from a list. The DropDown list would be suitable, except for the limited search facility; the list only responds to keys entered by finding a match

  • CS3 - Place Word document: How can I select the current preset?

    Hi In my Plugin I like to place a word document into a text frame. To do this I want select a defined preset before. How can I do that? How can I select the current preset for the placement (import)? Thanks for the support Hans

  • Closed Captions in Premiere Pro CS5.5 | Short and Suite | Adobe TV

    In this episode of Short and Suite, Karl Soule shows how to import Closed Caption files such as .scc and .mcc and embed them into the timeline. You'll also learn how to preview closed captioning directly in Premiere Pro, as well as how to output your

  • Lightroom and CS4 photomerge integration problem

    I've tried using the photomerge integration feature from lightroom 2.0 but seem unable to get it to work when the files to be merged do not reside on the main hard drive. Lightroom seems to pass the information to CS4 correctly as I get the initial p