Results 1 to 3 of 3

Thread: Rich Text Area using TinyMCE in Spring MVC application...........

Hybrid View

  1. #1

    Default Rich Text Area using TinyMCE in Spring MVC application...........

    I have created an MVC applicaiton using ROO , I am trying to use a rich text area in my creat.jspx page. I am using TinyMCE.

    The Java script files are attached correctly but it looks like spring mvc tag for area is not accepting the effects tinyMCE library is trying to apply on it because I still see a normal text area.

    I also tried tinyMCE ina separte Web applicaiton (j2ee) and can see the desired rich text area when using it from a jsp page.

    I have a feeling that somehow the spring mvc tag is forcign it's own css and java scripts on text area and overriding TinyMCE in this case.

    This is now pissing me off , I have no clue why this is happening. Cna any body out there help me to understand whats going on here?
    Regards,
    Sajjad Ahmed Paracha

    My Technical Blogs
    J2EE Frameworks : http://comparingexsitingj2eeframeworks.blogspot.com/
    Adobe Flex : http://adobeflexandj2ee.blogspot.com/
    JAVA : http://javaiscoool.blogspot.com/
    Design Pattern : http://designpatterndiscussions.blogspot.com/

    “Only as high as I reach can I grow, only as far as I seek can I go, only as deep as I look can I see, only as much as I dream can I be.” Karen Ravn

  2. #2

    Default

    If anybody here has used a rich text area in a spring roo applicaiton then please do share your experience with me , I have been working with TinyMCE rich text box editor in my normal web applications but having a hard time using it in my spring roo applicaiton.

    i am trying to just show a rich text area in my JSPX using TinyMCE with no success since few hours , however the same thing is working fine in my normal JEE web applicaiotns.
    Regards,
    Sajjad Ahmed Paracha

    My Technical Blogs
    J2EE Frameworks : http://comparingexsitingj2eeframeworks.blogspot.com/
    Adobe Flex : http://adobeflexandj2ee.blogspot.com/
    JAVA : http://javaiscoool.blogspot.com/
    Design Pattern : http://designpatterndiscussions.blogspot.com/

    “Only as high as I reach can I grow, only as far as I seek can I go, only as deep as I look can I see, only as much as I dream can I be.” Karen Ravn

  3. #3

    Default

    I have finally resolved this issue , please go to the below thread on coderanch for details.

    http://www.coderanch.com/t/599116/Sp...TinyMCE-Spring

    I don't want to repeat same things here.
    Regards,
    Sajjad Ahmed Paracha

    My Technical Blogs
    J2EE Frameworks : http://comparingexsitingj2eeframeworks.blogspot.com/
    Adobe Flex : http://adobeflexandj2ee.blogspot.com/
    JAVA : http://javaiscoool.blogspot.com/
    Design Pattern : http://designpatterndiscussions.blogspot.com/

    “Only as high as I reach can I grow, only as far as I seek can I go, only as deep as I look can I see, only as much as I dream can I be.” Karen Ravn

Posting Permissions

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