If I add this to the ArtifactBrowse/sitemap.xmap

                        <map:match pattern="abc">
                <map:transform type="Statistics"/>
                                <map:serialize type="xml"/>
                        </map:match>

Shouldn't I be able to go to /abc and get the Statistics page?



-----Original Message-----
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Thursday, April 19, 2012 11:43 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] creating a new page in Mirage

I have no idea why I'm not getting a page with this request.

-----Original Message-----
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Wednesday, April 18, 2012 1:50 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] creating a new page in Mirage

I have added this link from one of the pages:

http://xxxxx.lib.umich.edu/request-item?handle=TEMP-BOGUS/200308&bitstream-id=487539


and I added a transform by the name RequestItem.java  and I added the following 

            <!-- restricted resource -->
            <map:match pattern="request-item">
                 <map:transform type="RequestItem"/>
                 <map:serialize type="xml"/>
            </map:match>

To the sitemap.xmap file in aspects/ArtifactBrowser area.

But when I try to go to the link I get a PageNotFound error.  I have not yet 
changed the Mirage files to handle this, but was actually expecting some sort 
of badly displayed page since there is no xsl to handle my request.  Is there 
anything obvious that I'm forgetting or doing wrong.

Thank you!
Jose

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to monitoring Big 
Data applications. Try Boundary one-second resolution app monitoring today. 
Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to