views:

383

answers:

2

i m using struts 2 jquery plugin in my portlet application.Its not working.Is there any other special to do for portlets...please help me...

I kept the struts2 jquery plugin in web-inf/lib and when i am using the struts2 jquery tag it not working properly For ex: 1. i am using the datepicker tag the image is not displayed 2. When i am using the jquery grid,the grid was not displayed

I think the problem is with jquery head tag where we have to specify the jquerytheme. I am having a big doubt that when using portlets where should we specify the jquery theme? In portlets i am using my own theme called Rogers

A: 

have you read this?

Maybe it helps you out.

http://s2o-bcn.blogspot.com/2010/03/integrate-struts2-jquery-and-portlets.html

Mark
A: 

for straightforward use of jquery/json with struts 2, visit this link http://justlikeinschool.blogspot.com/

dwightto