2009/12/9, Mario Udina <m.ud...@gmail.com>: > hello! > > first of all you are using a <a href="" > > href="#" in the link indicates the page You are linking to, and the > quotation part is the location of the page. > hashmark indicates the current page. > > I use pagelinks like this: > <a t:type="pageLink" page="number/searchresults" class="pageLink"></a> > > > regards, > mario > > On Wed, Dec 9, 2009 at 12:25 PM, marioosh.net <marioosh....@gmail.com>wrote: > >> I have PageLink like that: >> >> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_2.xsd"> >> ... >> <a href="#" jwcid="@PageLink" page="Page2">go page2</a> >> ... >> </html> >> >> I see link, but nothing happens when i click on it. >> >> -- >> Pozdrawiam, >> Mariusz >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.org >> >> >
This works. Link look like a link and i can click on it: <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <a t:type="pageLink" page="Page2" class="pageLink">To Page2</a> </html> But this doesn't work. Two links look like text and i can't click on them: <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"> <a t:type="pageLink" page="Page2" class="pageLink">To Page2</a> <t:pagelink t:page="Page2">Page2</t:pagelink> </html> I'm beginner with tapestry5. What is going on with schemas ? -- Pozdrawiam, Mariusz --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org