[AgileWiki] nested context?
Status: Beta
Brought to you by:
blaforge
From: Bill la F. <bil...@su...> - 2006-07-13 14:38:59
|
Now that we can compose a display from multiple topics or LSecs, I need to identify the context (the display fragment) for a command embeded in a link. OK, lets say I'm at topic A, which includes the document content of topic B. And B contains a link for adding a comment--but we want the comment added to B, not to A! When composing the document it should be easy enough to identify such "commands in links" and add the rid of where they are as a parameter on the URL. And similarly, it shouldn't be too hard to recognize an rid attribute in a request from a client. But we also need the clients to grab the parameter (rid or anything else!) from the user request and add it to the XML request document going to the server. I've just now updated AwSwingClient and AwServer to process these extra parameters. What's left then is to (1) update docEvent to add the rid parameter and (2) process the rid parameter on incoming requests. But that's work for tomorrow. Now I'll note that this work is being done for a project at Sun Microsystems, which is great! Working on a real application means a lot of small tweeks to make it all work better, things I would either not have thought of or not given priority to. Bill |