• 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

Richfaces and DOJO in Spring Webflow

 
Ranch Hand
Posts: 120
Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,
i am sandy from mumbai and i am working on project which is Spring Webflow based and using Richfaces with it,
i want to use DOJO toolkit with this project but i unable to use it,
1. I have downloaded the latest release to my WEB-INF folder.
2. I have included code for tooltip in .xhtml page is as,


3. Then i run the project,

It wont work, Means the tooltip is not changed after adding DOJO toolkit,
is there anything i could do?
Please suggest me the solution,
Thank you in advance.

 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, Dojo isn't a good mix-in for RichFaces. Most of what Dojo does, RichFaces does too, and (in my opinion), does a lot better. For example, RichFaces has its own built-in tooltip support.

One of my main projects right now is being upgraded to use Dojo, but only because upgrading to JSF/RichFaces isn't worth the time and effort. It's been very annoying.
 
sandeep lokhande
Ranch Hand
Posts: 120
Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much for guidance, sir.

I am new to Spring and JSF and i downloaded Hotel Booking Demo for Spring Webflow and Richfaces in that they had used DOJO,
according to that demo i have build my project with some other references,
now i found tooltip for serch hotel page text box interesting,
but i cant figure out how it works.

They are using Spring.js and Spring-Dojo.js files,
Some css and nothing else.

just for my information i want to know how it works.

I thought it will be very helpful when showing tooltip and customized error messages while using client side validation,
that start from <sf:clientText... , like wise.

Thank you once again,
and now i have used tooltip in Richfaces now.


>
 
get schwifty. tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic