| Author |
s:url value help
|
Honzak Troubak
Greenhorn
Joined: Jan 11, 2013
Posts: 24
|
|
Hello guys,
I need to use number from scriptlet in Struts code. I hope it could be possible via s:url value. Unfortunatly I need put number like item of list and I don't know how. In every tutorial which I found is used s:param name= which creates action?parameter=number. But I need put parameter (only number) to <s:url value="%{conferenceList[PARAMETER].title}" var="urlUpdate">.
Does anybody know how?
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8264
|
|
|
Wouldn't it make more sense to use the iterator tag to iterate through the conferenceList?
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: s:url value help
|
|
|