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

Which one is better ? Dojo plugin Vs jQuery plugin

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried using both dojo and jquery plugins, jquery ui is sleek, but when it comes to functionality its not that good.

For example :
I am using local tabs and now I want to have a ajax div section in a tab.
For some weird reason the div is populated across all the tabs, but thats not what I want.

I ask you guys to post your views and some good techniques if you know any in using these plugins.
 
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

For some weird reason the div is populated across all the tabs, but thats not what I want.


Then you are doing something wrong.
 
Vamshi Jampala
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JSP

Included JSP


qxhtml is a custom struts2 theme where in i can have 8 column rows(struts2 will come with onle 2 columns)

Please let me know if you are see any thing wrong here, which I am over seeing ...

Thanks for your time
 
Bear Bibeault
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is an HTML forum. JSPs full of custom actions don't make much sense.
 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should not include an JSP with an complete head tag,
shrink it so that you use only the body content.

 
Vamshi Jampala
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just now figured that out after almost 2 days effort,
Yep you are right, thanks for the reply.

One more quick question, I am using remote jquery tabs

I want to enter some thing in the first tab and then navigate to the second tab and come back.

Presently what happens is the entered value is not there, Could you please help me to find a way where in , when i come back to the page, I can still see the entered value.

Thank you for your time
 
Bear Bibeault
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you haven't replaced the fragment or refreshed the tab content, it will still be there. Are you using Ajax tabs?
 
Vamshi Jampala
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Johannes Geppert wrote:You should not include an JSP with an complete head tag,
shrink it so that you use only the body content.



Hi Johannes Geppert,

I tried that even then its doing the same thing my div content is on all the jsps

and when i look at the page source, my div shows on the top but its being rendered on the bottom

I am suspecting that it has some thing to do with the tab divs ? Could you pleaseee help me
 
Vamshi Jampala
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bear Bibeault wrote:If you haven't replaced the fragment or refreshed the tab content, it will still be there. Are you using Ajax tabs?




Trying different things, which ever works, for this i am using ajax tabs (or remote tabs)
 
Vamshi Jampala
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Created a new "test tab" with local tabs(non Ajax)
This is the code in testtab


Attached is how it looks, but then
1
2
11
22

are being displayed on all the other tabs at the bottom

I am not able to figure out why is this happening, May be I am missing some thing here, please let me know if you know what I am missing.

Thanks for your time
Filename: testTab.bmp
Description: How does the Test Tab look ?
File size: 419 Kbytes
 
Johannes Geppert
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This look like you have a non well formated HTML?
Have you check the Output of your JSP with www.validome.org ?
 
Vamshi Jampala
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There was some problem in the plugin and its resolved now by the owner of the plugin
 
The fastest and most reliable components of any system are those that are not there. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic