cdickson
02-04-2003, 10:33 AM
I have two attributes tags defined in a view:
<view>
<attributes name="SERVERNAME" value="http://localhost:8080" type="string" />
<attributes name="CONTROLLER_PATH" value="/myapp/controllers/" type="string" />
...
</view>
I want to define another attribute named LOGGER_URL that concats these abouve attributes with another string to get a value "http://localhost:8080/myapp/controllers/logger.jsp".
I am assuming to use the attribute of type 'expression'. what is the proper syntax for that?
Thanks
-Clint
Clint Dickson Software Engineer
p 415.875.7061 f 415.875.7001 cdickson@semaphorepartners.com
Semaphore Partners www.semaphorepartners.com
<view>
<attributes name="SERVERNAME" value="http://localhost:8080" type="string" />
<attributes name="CONTROLLER_PATH" value="/myapp/controllers/" type="string" />
...
</view>
I want to define another attribute named LOGGER_URL that concats these abouve attributes with another string to get a value "http://localhost:8080/myapp/controllers/logger.jsp".
I am assuming to use the attribute of type 'expression'. what is the proper syntax for that?
Thanks
-Clint
Clint Dickson Software Engineer
p 415.875.7061 f 415.875.7001 cdickson@semaphorepartners.com
Semaphore Partners www.semaphorepartners.com