Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-jsf-dev] JSF JSP Editor


These question would best be asked on the wtp newsgroup.
These lists are primarily for the developers developing WTP itself.

There are lots of different ways to do what you ask about. Probably the best place to start
is to look at document events and listeners. There's several types depending on your
needs .... so, don't stop with the first one you fine :)

Also, since this is sort of a basic question, if you don't mind me saying so, you might
look for some articles on making editors in Eclipse and/or working through the examples in
the Help documentation itself. Then, once you understand those basics, you'll be
more prepared to tackle the JSP Editor, and be able to ask much more specific questions
when things get more complex.

But, do keep at it! And let us know how it goes!

There's many in the community that have done similar things, so hopefully you'll get
some good answers on the newsgroup, but if not, after 2 or 3 days, ping us again here on these lists
and that will remind us to go and read newsgroup, and see if we can help, or suggest a better question
to ask your questions.

Thanks






Varun.Shingal@xxxxxxxxxxx
Sent by: wtp-jsf-dev-bounces@xxxxxxxxxxx

09/28/2007 02:37 AM

Please respond to
Java Server Faces Tools developer discussion        <wtp-jsf-dev@xxxxxxxxxxx>

To
wtp-jsf-dev@xxxxxxxxxxx
cc
Subject
[wtp-jsf-dev] JSF JSP Editor






Hi


I am working on the Web Editor for the JSP and have a few questions. I need to add a functionality to the editor such that if anything changes in the JSP or the view pane then i need to make some changes in the backend as well. Is this possible to do? Where would I need to make the changes?


Another requirement I have is to have the list of attributes visible in the properties sheet as dynamic? Is this possible?


The main problem is that is there some way provided to call our code whenever something changes in the jsp?


Thanks

Varun
_______________________________________________
wtp-jsf-dev mailing list
wtp-jsf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-jsf-dev


Back to the top