I just went trough the manual steps of the "Getting Started" guide and
it worked for me. I'm using Firefox, but if you are using IE, you
might be having the issue described in TUSCANY-2131, and you might
want to move the js initialization code to a onLoad event as in the
following example [2]
<script>
.......
function init() {
catalog.get(catalog_getResponse);
shoppingCart.get("", shoppingCart_getResponse);
}
</script>
....
<body onload="init()">
......
Please let me know if this get you further.
[1] http://issues.apache.org/jira/browse/TUSCANY-2131
[2]
https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/samples/store/src/main/resources/uiservices/store.html
On Tue, Apr 15, 2008 at 9:55 AM, Mukhtiar Memon
<[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I am using
> SCA Java 1.1-incubating (January 2008)
> thanks
>
> mukhtiar> Date: Tue, 15 Apr 2008 09:52:08 -0700> From: [EMAIL PROTECTED]>
> To: [email protected]> Subject: Re: problem with html file> > Could
> you please let us know what Tuscany release are you using ?> > On Tue, Apr
> 15, 2008 at 9:42 AM, Mukhtiar Memon> <[EMAIL PROTECTED]> wrote:> >> > hi> >>
> > While following the tutorial for developing java-based SCA application with
> Tuscany
> (http://incubator.apache.org/tuscany/getting-started-with-tuscany-using-tuscany-eclipse-plugin.html),
> I found an erorr when I copy the html file for creating user interface. The
> error is in Javasript of the html file and is pointed at items.length and
> everyother place where this length method is used. I tried to go withoud
> correcting it but doing this does not load the items in the html user
> interface. Please guide ..> >> > thanks> >> >> >
> _________________________________________________________________> > Pack up
> or back up–use SkyDrive to transfer files or keep extra copies. Learn how.> >
> http://www.windowslive.com/skydrive/overview.html?ocid=TXT_TAGLM_WL_Refresh_skydrive_packup_042008>
> > > > -- > Luciano Resende> Apache Tuscany Committer>
> http://people.apache.org/~lresende> http://lresende.blogspot.com/> >
> ---------------------------------------------------------------------> To
> unsubscribe, e-mail: [EMAIL PROTECTED]> For additional commands, e-mail:
> [EMAIL PROTECTED]>
> _________________________________________________________________
> More immediate than e-mail? Get instant access with Windows Live Messenger.
>
> http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_instantaccess_042008
--
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]