• 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

struts dojo + displaytags clashing

 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Am using struts dojo and display tags



In my create page, i use without any problem it is displaying well.
But in my query page , where i combine the dojo and displaytags, the calendar is not displaying properly .. functionality is still working properly.

Calendar Problem Image

Please help me solve this issue .

Thanks,
Vanlal
 
Ranch Hand
Posts: 281
Eclipse IDE Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you upload your image as an attachment here, and I'm not able to understand your problem exactly, may be you should post your 'query page' jsp where you combine things.
 
vanlalhmangaiha khiangte
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

Please find the url of the image
http://imageshack.us/photo/my-images/402/calendarproblem.jpg/

Regards,
Vanlal
 
Robin John
Ranch Hand
Posts: 281
Eclipse IDE Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

vanlalhmangaiha khiangte wrote:Hi ,

Please find the url of the image
http://imageshack.us/photo/my-images/402/calendarproblem.jpg/

Regards,
Vanlal



I meant, upload it in javaranch.. that website is blocked here.. and do post your 'query page' jsp.
 
vanlalhmangaiha khiangte
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
vanlalhmangaiha khiangte
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
After struggling hard for few days , trying to change the datetimepicker class to fetch the default classes which by the way
was working stand alone but could not work with this page.
Tried changing the display tags class which was causing a whole lot of other problems ..
Also tried different javascript calendars and dhtml calendars .. but could not get the right format I want ..and lots of rendering problem was there ..

I finally found Jcalendar which is open-source .. This is really really good calendar
Integrated this into my struts application and it worked like a charm ... and it supports many other themes and styles also ...


Regards,
Vanlal

 
reply
    Bookmark Topic Watch Topic
  • New Topic