[Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Lahiru Chandima
Hi All, I am writing my first carbon component. I want to achieve something so simple; add a link in a page that links to a different page in my component. Can somebody tell me how to get the url of my target page? Thanks -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772

Re: [Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Supun Muthutantrige
Hi Lahiru, DO you want to link two .jsp pages? From one of your .jsp pages to another one? is that what you are trying to achieve? Regards *Supun Rasitha Muthutantrige* *supunr WSO2 Inc: http://wso2.com http://wso2.com lean.enterprise.middleware* *Mobile: 0758374608*

Re: [Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Lahiru Chandima
Hi Supun, That is exactly what I am trying to do. Thanks On Thu, Oct 9, 2014 at 10:43 AM, Supun Muthutantrige sup...@wso2.com wrote: Hi Lahiru, DO you want to link two .jsp pages? From one of your .jsp pages to another one? is that what you are trying to achieve? Regards *Supun

Re: [Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Supun Muthutantrige
you can simple add an anchor tag in you jsp file. or you can add a button to redirect it into the relevant page Anchor tag a href=*your_jsp**link text*/a *Supun Rasitha Muthutantrige* *supunrIntern WSO2 Inc: http://wso2.com http://wso2.com lean.enterprise.middleware* *Mobile: 0758374608*

Re: [Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Lahiru Chandima
Thanks Supun. I will try that. I thought the actual link may be different because when I visit a certain page, browser doesn't show my jsp file name of the page in the URL. On Thu, Oct 9, 2014 at 10:49 AM, Supun Muthutantrige sup...@wso2.com wrote: you can simple add an anchor tag in you jsp

Re: [Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Lahiru Chandima
Oh, I was wrong. It shows my jsp. I was confused because of the following part that was appended to the URL. /carbon/order-manager/index.jsp?region=region1item=order_management_menu On Thu, Oct 9, 2014 at 10:54 AM, Lahiru Chandima lahi...@wso2.com wrote: Thanks Supun. I will try that. I

Re: [Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Supun Muthutantrige
Is your problem solved then? Regards *Supun Rasitha Muthutantrige* *supunrIntern WSO2 Inc: http://wso2.com http://wso2.com lean.enterprise.middleware* *Mobile: 0758374608* ___ Dev mailing list Dev@wso2.org

Re: [Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Lahiru Chandima
Yes. Thanks for the help On Thu, Oct 9, 2014 at 10:59 AM, Supun Muthutantrige sup...@wso2.com wrote: Is your problem solved then? Regards *Supun Rasitha Muthutantrige* *supunrIntern WSO2 Inc: http://wso2.com http://wso2.com lean.enterprise.middleware* *Mobile: 0758374608* --