| Summary: | Custom widget id may not contain "." anymore | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Claudio Guglielmo <claudio.guglielmo> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.0 | ||
| Target Milestone: | 2.1 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Claudio Guglielmo
We should not use the method Server.js#addParameter for adding an operation to the protocol message. The new protocol API must be used instead. The obsolete methods Server#addProperty and Server#addEvent have been removed. The new remote object API is use instead. Fixed with commit 0e6b49bc657bf7197fa5104682ecded4b5e8daac. |