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
Help coderanch get a
new server
by contributing to the
fundraiser
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
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
Struts
Struts2Jquery anchor tag
James Peter
Ranch Hand
Posts: 115
posted 13 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 13 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 13 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
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
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...