cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic Webscript URL path?

drozes
Champ in-the-making
Champ in-the-making
Hi guys;

Was wondering if these is a way to have the URL a webscript is mapped to be something determined by property file?


Example:

<webscript>
  <shortname>Dynamic Webscript</shortname>
  <description>Dynamic Webscript</description>
  <url>/[Property Value]/style1</url>
</webscript>


Thanks in advance.
2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator
Pretty sure this is not supported by the framework out-of-the-box. You might be able to extend the web script engine with your own code that does that, but that might be more work than you are looking to spend.

Jeff

drozes
Champ in-the-making
Champ in-the-making
Thanks for the reply Jeff;

I've done some paper-and-tape work to get what I was hoping to prototype.

I do like the customization of Alfresco.