Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Identifying when a value has been inserted(When and how?)
Identifying when a value has been inserted [message #704197] Thu, 28 July 2011 11:27
MarcoGT  is currently offline MarcoGT Friend
Messages: 77
Registered: May 2011
Member
Hi all,

I am working on org.eclipse.wst.xml.ui for content assist.

I added content assist for attribute values.
Now my proposals are listed inside the box for suggestions.

The question is: how can I identify when the value has been selected from the box?

<employee name="" <-- at this point I have all my proposals


I would like to get the information that the employee name has been inserted because I have to do some checks on it.

When calling content assist I have access to all attributes inside the node (name and value) but in that case I am not calling content assist.

Thanks
Marco
Previous Topic:WTP doesn't recognize server start
Next Topic:"file not found" while publishing on HTTP-Server
Goto Forum:
  


Current Time: Mon May 06 16:59:11 GMT 2024

Powered by FUDForum. Page generated in 0.02714 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top