• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

tabbedpanel not working within tiles page in struts2.1.6

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using tiles with struts2.1.6. I have used ajax-dojo tabbedpanel within body.jsp page. But when try to run the application content of the tabbelpanel is visible within body but tabs are not. Somebody could help me what is the reason behind this.
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You'd have to be more specific.

Note the Dojo plugin has been deprecated for some time, it uses a very old version of Dojo, and we're really not supporting it anymore.
 
Sweta Chauhan
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

David Newton wrote:You'd have to be more specific.

Note the Dojo plugin has been deprecated for some time, it uses a very old version of Dojo, and we're really not supporting it anymore.



I have a basyLayout.jsp page, which includes the body.jsp page. In body.jsp page I am using the tabbedpanel.

basyLayout.jsp


body.jsp


When I run the application, everything run well except that tabs are not visible in body area.

And what do you mean by . Is there other alternative for Dojo plug-in
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd try the "debug" flag in sx:head and see if anything shows up.

I mean they're deprecated, and we're not supporting them in any real way. There's an official jQuery plugin, but I don't know what widgets it includes.

Personally, I'd just use whichever framework you prefer without any framework support--there's not a lot of need for tag-based solutions, things almost always end up being customized anyway, and you can stay in-sync with the latest version of whichever framework you're using far more easily.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic