Results 1 to 5 of 5

Thread: alternative to richfaces

  1. #1

    Default alternative to richfaces

    hi, im new in sts ide, ive tested richfaces in jboss tools and i liked very much, do you use richfaces?
    i would like to know what do you use for ui in web and how do you install it...

  2. #2
    Join Date
    Apr 2007
    Posts
    2

    Default

    Quote Originally Posted by micuentadecasa View Post
    hi, im new in sts ide, ive tested richfaces in jboss tools and i liked very much, do you use richfaces?
    i would like to know what do you use for ui in web and how do you install it...
    Maybe not at all to do with Spring, but you could have a look at:

    - ZK http://zkoss.org/ (licence needed for commercial use)
    - Dojo http://www.dojotoolkit.org/

    Guus

  3. #3

    Default thanks

    thanks, i will take a look

  4. #4
    Join Date
    Apr 2009
    Location
    NC
    Posts
    5

    Default Wanted to use Dojo

    Before I am switching my web tier to Spring MVC, we had a lot of Dojo widgets in our page. Now, I am trying to switch to use Spring form tags and it doesn't seem to play nicely with Dojo widgets.

    For example, I am trying to use a Dojo busy button to submit a form.

    Code:
    <input type="submit" dojoType="busybutton" value="Start search" />
    However, my form doesn't submit. I change it to use a regular input submit button and it works. Anyone know if there is a workaround for this? I am still searching through the forums.

  5. #5
    Join Date
    Apr 2009
    Location
    NC
    Posts
    5

    Default

    Quote Originally Posted by fredwi View Post
    Before I am switching my web tier to Spring MVC, we had a lot of Dojo widgets in our page. Now, I am trying to switch to use Spring form tags and it doesn't seem to play nicely with Dojo widgets.

    For example, I am trying to use a Dojo busy button to submit a form.

    Code:
    <input type="submit" dojoType="busybutton" value="Start search" />
    However, my form doesn't submit. I change it to use a regular input submit button and it works. Anyone know if there is a workaround for this? I am still searching through the forums.
    I think I have found the issues and it doesn't really have to do with Spring tags or Dojo but the way you code up your buttons using input types of button and submit. Matter of fact, my JSPs are a mixture of Dojo elements, Spring tags and regular HTML and Spring MVC seems to handle each case fairly nicely.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •