2008年7月29日星期二

[fw-mvc] Implementation question

Hello everyone,

I have a kind of implementation question on how to implement something. I will try to explain it over here. It is as follows.
Currently I am building an online registration system for volunteers to subscribe for events. I am now building the admin page and i have a way to drill down all the way to one event.
On this page I can see the details of the event and also the subscribers of the event. And this part is what my question is about.

Each line consists of a volunteer who is subscribed for the current event. Besides the name and other details of the volunteer also the status of the subscription is shown. The admin is able to change the status of the subscription by changing the status in a dropdownbox. This dropdownbox has a JS event and uses Ajax. The difficult part is that I don't really know how to handle this. Because my xmlhttp request looks like http://mysite/Admin/Evenement/insert/id/1
But the current url is http://mysite/Admin/Evenement/all and I acutally don't think it's good to make an view script just for this one line. The dropdownbox is already defined in /all. So how do I deal with this. Can anyone give me some Guidance.

O yes to make it easier to understand look at:
1. http://217.149.198.122/ Login with User: Admin pw: Admin
2. Then go to Alle Evenementen
3. Then click on one of the Id's and then you'll see what I am talking about.

Sorry but the site is not multilingual yet ;-)

Kind regards for taking the time to look intop my problem


jsanders


没有评论: