Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
9 subscribers
Views
4629 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Creating links in fitnesse
Agam Bhamra
A Score Level 2
over 8 years ago
I am trying to create a link to a user created page from the front page, using an Alias to that link like given below:-
Link Name (Alias) "Test Page" Actual link :-
http://localhost:8980/Test
Expected is Alias should behave as hyper link and on clicking the Alias it should take to the Actual link ( i.e. Test Page). But this is not happening.
Either the Alias comes as a normal word or Alias and Actual link both come side by side(as in the code).
Below the the code snippet used to create link:-
[[ CardCancellation ] [ http://localhost:8980/Test ]]
I had tried using the link button option (in rich text format) also and feeding the link in the dialog box which pops up to accept the link.
Find attached the screenshot of how it appears on home page. Please help.
OriginalPostID-260592
Discussion posts and replies are publicly visible
0
Rama Thummala
Certified Lead Developer
over 8 years ago
Hi,
Please edit front page like below,
|'''My Tests''' |
|[[Onboarding][.FrontPage.EOB]]|
|[[Pre-Onboarding][.FrontPage.EOB_PREONB]]|
Then on clicking it navigate to given test page
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Rama Thummala
Certified Lead Developer
over 8 years ago
Attached screenshot
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Sidhant Behura
over 8 years ago
@agamb -
In Appian Fitnesse, there is a default suite page called FrontPage in which by default all the pages are included.
And hyperlink doesnt work like the way you are specifying. The wiki web server doesnt recognize your format and hence it is displayed as plain text.
Please try the below format.
|[[Test HyperLink][.FrontPage.Test]]|''Some Description'' |
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Agam Bhamra
A Score Level 2
over 8 years ago
Thanks Ramanjayeneyulut and Sidhantb. I understood the concept, I tried it it is now coming as a hyperlink but still the link is coming with a question mark. PFA the screenshot of code as well as the frontpage
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Rama Thummala
Certified Lead Developer
over 8 years ago
@agamb
In code it is .FrontPage.Teat.
Please refer above comment, I have posted the code snippet also
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel