I'm working on a simple component that you can pass "title" and "contents" parameters to. The result is basically a decorated box containing links - this can be used to create simple "control" boxes, etc. My problem is that the links need to actions links to other component or page classes, so the component or the embedding page doesn't need to handle the event. For example, say I have a handful of pages in my app (Logout, NewUpload, NewComment), and I want my component to be able to create links to these pages that would trigger an action. I don't see how this is possible with actionlink. It seems that actionlinks always fire an action in the component or page class, but cannot be used to trigger actions in other pages or components! Am I misunderstanding or overlooking something?

Thanks,
chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to