Re: How to do the following in S@

2007-05-22 Thread tom tom
Hi, thanks for the reply, Yes we tried that, also tried #testID.actionName both doesnt seem to work, It looks like it doesnt evaluate what is inside the action = "" it prints the expression values as it is without evaluating. One other thing which I want to note is that, this is a portlet, Shoul

Re: How to do the following in S@

2007-05-22 Thread Laurie Harper
Did you try this? L. tom tom wrote: Hi, One page we got a Iterator containing the Action Names, which means Actions names are not known earlier, How can we retrieve the value inside the URL tag. How can we retrieve the dynamic action names like this in S2 that is in

Re: How to do the following in S@

2007-05-21 Thread tom tom
In Struts 1.x we achieved the following by wrote: > Hi, > > One page we got a Iterator containing the Action > Names, which means Actions names are not known > earlier, > > How can we retrieve the value inside the URL tag. > > How can we retrieve the dynamic action names like > this > in S2 >

How to do the following in S@

2007-05-21 Thread tom tom
Hi, One page we got a Iterator containing the Action Names, which means Actions names are not known earlier, How can we retrieve the value inside the URL tag. How can we retrieve the dynamic action names like this in S2 that is in