Are those nested s:url tags?  impressive.  

$(document).ready(function(){
      $("#reallyLongLink").click(function(){
               //and to integrate with Struts2
               alert('<s:property value="#tempMilestoneRemoveURL"/>');
      });
});


newton.dave wrote:
> 
> Seshagiri V wrote:
>> Sorry,
>> Required :-
>>  Some example of code in jQuery with events likes as
>> onClick...........struts2.0............................
> 
> That's a lot of periods.
> 
> It's still not clear what you want. In your first message you included a 
> bunch of code and asked for a conversion to jQuery, but there was no 
> JavaScript in the code that could be converted.
> 
> You said you wanted the conversion to use the "onclick" event in the 
> button tag, but didn't give any indication of what you wanted it to do.
> 
> So far I'm not even sure this is a Struts question.
> 
> Dave
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-convert-struts%27s-url-to-javascript-of-jQuery.%28such-as-onClick-etc-events%29-tp21683623p21699990.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to