This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes s:url value help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "s:url value help" Watch "s:url value help" New topic
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: 8263

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]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: s:url value help
 
Similar Threads
How to get object from Valuestack and pass it to another action?
Hide <s:param> from the URL
how to send rich text editor content using ajax
Display Tag horizontal scroll bar issues
how to set javascript varibale in <s:url><s:param> value attribute