I've searching around for few days and can't find enough answers or to
clear my doubts.

Please help me out with this. Thanks in advance.

I have a situation like this. I have 3 functions like
1. Sign In
2. Perform JobManager1
3. Perform JobManager2

So the flow should be
SIGN PAGE -> CHOICE PAGE ( JOBMANAGER 1 OR JOBMANAGER 2) -> JOBMANAGER
1 OR JOBMANAGER2

Since I am a newbie in GWT, I was thinking to implement this project
like create each html page(sign, choice, jobmanager1 and jobmanager2)
and also create entry point class per html page.

Each html page includes designs and dom element( <a>, <input>). so
then I can only manage when onmoduleload is fetched changing values of
DOM elements defined already in html files.

Somehow, this idea is not working, If I have multi entry point class,
then it gets to call randomly all at once.

I can not manage which to call and not to.

Seems like GWT projects mentioned here, they use single html file and
design, manipulate using JAVA under client package.

I mean , is it the only way to working on? why not the idea of mine??
if so, then how??

I think It is too much of hassle to create each and every DOM elements
using JAVA.

Has anyone implemented the project like my idea and worked??

Please give me some hints or any ideas OR HELP would be really
appreciated.

Thanks :-)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to