[s2] s:url and wildcards

2007-11-13 Thread Thilo Ettelt
I have noticed that it doesn't seem to be possible to construct a 
wildcard action using s:url, is that correct? Or am I doing something wrong?


s:url action='/content/'+someID+'/view' id=testURL/
The corresponding action would be mapped like content/*/view.

This will output an URL like /content/'+someID+'/view', instead of
/content/100/view.action

Please help,
thx in advance,


Thilo

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [s2] s:url and wildcards

2007-11-13 Thread Dave Newton
--- Thilo Ettelt [EMAIL PROTECTED] wrote:
 s:url action='/content/'+someID+'/view'/

s:url action=%{'content/' + someID + '/view'}.../

d.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]