Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Devaka Cooray
Ron McLeod
Paul Clapham
Liutauras Vilda
Sheriffs:
paul wheaton
Jeanne Boyarsky
Tim Cooke
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Mikalai Zaikin
Carey Brown
Bartenders:
Forum:
Struts
Struts2Jquery anchor tag
James Peter
Ranch Hand
Posts: 115
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all,
I want to pass parameters on click event of <sj:a> tag
<s:url id="remoteurl" action="jsontable"/> <sj:a id="ajaxformlink" href="remoteurl" formIds="form" targets="formResult" indicator="indicator" button="true" buttonIcon="ui-icon-gear" onClickTopics="prepareParameters" > Submit form here </sj:a>
how to get this done? please let me know.
Rgds
Peter
Joe Ess
Bartender
Posts: 9626
16
I like...
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Have a look at the
s:url examples
:
<s:url value="editGadget.action"> <s:param name="id" value="%{selected}" /> </s:url>
[
How To Ask Questions On JavaRanch
]
James Peter
Ranch Hand
Posts: 115
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi,
thanks for reply. I need to change value in
java
script function.
when user select some thing i need to change the parameter value.
can it be done?
Thanks again
Peter
For my next trick, I'll need the help of a tiny ad ...
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Struts2Jquery deleting row in a grid
[Struts2][Jqueryplugin] problem to populate grid .
Struts2Jquery plugin error handling
Struts2-jQuery Plugin
accessing <s:param> values in action
More...