You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Carlo M. Camerino (JIRA)" <ji...@apache.org> on 2008/10/16 16:51:44 UTC

[jira] Created: (WICKET-1877) Provide Option to Specify XML Attribute Name in getDebugSettings().setOutputComponentPath(true);

Provide Option to Specify XML Attribute Name in getDebugSettings().setOutputComponentPath(true); 		
---------------------------------------------------------------------------------------------------

                 Key: WICKET-1877
                 URL: https://issues.apache.org/jira/browse/WICKET-1877
             Project: Wicket
          Issue Type: New Feature
          Components: wicket
         Environment: Any
            Reporter: Carlo M. Camerino
            Priority: Minor


Hi , 

I'm having trouble using selenium because it doesn't recognize the colon (:) character properly.
I can't use this in my tests. //input[@wicket:path='loginPanel_loginForm_cd'] because XPath Has  A hard time recognizing it.

Can you provide an option say, getDebugSettings.setOutputComponentPath(true, "compname") 

so that it will be easier to test

Thanks
Carlo

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1877) Provide Option to Specify XML Attribute Name in getDebugSettings().setOutputComponentPath(true);

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1877.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-M4
         Assignee: Igor Vaynberg

i dont think we need yet another configuration option for something so trivial. i changed attribute name from wicket:path to wicketpath.

> Provide Option to Specify XML Attribute Name in getDebugSettings().setOutputComponentPath(true); 		
> ---------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1877
>                 URL: https://issues.apache.org/jira/browse/WICKET-1877
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>         Environment: Any
>            Reporter: Carlo M. Camerino
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4-M4
>
>
> Hi , 
> I'm having trouble using selenium because it doesn't recognize the colon (:) character properly.
> I can't use this in my tests. //input[@wicket:path='loginPanel_loginForm_cd'] because XPath Has  A hard time recognizing it.
> Can you provide an option say, getDebugSettings.setOutputComponentPath(true, "compname") 
> so that it will be easier to test
> Thanks
> Carlo

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.