Oracle WebCenter Sites (MOSC)

MOSC Banner

URL Generation to Home page is different in Mobile Devices

edited Dec 2, 2013 4:23AM in Oracle WebCenter Sites (MOSC) 2 commentsAnswered
 Hello,
I am using this tag to generate my localization URLs English and Arabic

<render:gettemplateurl outstr="localeurl" assembler="query"
                            ttype="CSElement" tname='<%=ics.GetVar("Layout")%>'
                            c='Page' cid='<%=ics.GetVar("HomePageId")%>'
                            wrapperpage='<%=ics.GetVar("Wrapper")%>'>

                        <render:argument name="p" value='<%=ics.GetVar("HomePageId")%>'/>
                        <render:argument name="preferred_locale" value='<%=ics.GetVar("eDim:id")%>'/>
                        <render:argument name="form-to-process" value="ERLocalPost"/>
                    </render:gettemplateurl>

my site doesn't have any device templates it is just Desktop Site but using HTML 5 it can be rendered in multiple mobile devices

Now the problem is it gives me this URL when in desktop mode:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center