Results 1 to 7 of 7

Thread: web mvc embed -

  1. #1
    Join Date
    Dec 2010
    Posts
    4

    Unhappy web mvc embed -

    Hi,
    i tried these two commands:

    web mvc embed twitter --searchTerm "@SpringRoo"

    it shows me nothing.

    web mvc embed map --provider GOOGLE_MAPS --location "Sydney, Australia"

    I see google maps, but only USA

    Why?

    Where is the problem?


    ---
    STS 2.5.1
    ROO 1.1.0
    Attached Images Attached Images

  2. #2
    Join Date
    Dec 2010
    Posts
    4

    Default Solved 1/2

    Hi,
    Problem partly solved!

    GMaps
    open map.tagx on WEB-INF/tags/embed

    change
    <springaram name="hnear" value="${location}" />
    to
    <springaram name="q" value="${location}" />

  3. #3
    Join Date
    Jan 2011
    Posts
    20

    Default

    Code:
    web mvc embed twitter --searchTerm @SpringRoo --viewName twitter
    command will not working
    Last edited by tk1cntt; Mar 6th, 2011 at 04:36 AM.

  4. #4

    Default

    Hi folks,

    was a bug ever raised for the issue with the google map? I also encountered this issue in 1.1.2 and wondered if a bug should be raised.

    /Mark

    Edit: I couldn;t find one so I raised this ticket:

    https://jira.springsource.org/browse/ROO-2215
    Last edited by KramKroc; Mar 8th, 2011 at 07:21 AM.

  5. #5
    Join Date
    Dec 2005
    Posts
    930

    Default

    ROO-2215 was resolved.
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  6. #6
    Join Date
    Dec 2005
    Posts
    930

    Default

    With regard to the Twitter widget issue, when one views the page source of the rendered page where the widget is, the end script tag where the widget.js is loaded does not appear like it is working. When I edit this and simply place a ";" before the end tag, it all works OK, ie
    Code:
    <script src="http://widgets.twimg.com/j/2/widget.js">;</script>
    I will raise an issue for this.
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  7. #7
    Join Date
    Dec 2005
    Posts
    930

    Default

    I raised https://jira.springsource.org/browse/ROO-2217 and applied the work-around.
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

Tags for this Thread

Posting Permissions

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