employees want rejected orders of ALL users,
customer wants rejected orders of self
right now we have a servlet to get rejected orders for a single user by getting the user's credentials from the session. proposal: let javascript retreive the user's info and then pass that to the servlet. this can allow us to reuse this servlet.... potentially..
need to discuss
employees want rejected orders of ALL users,
customer wants rejected orders of self
right now we have a servlet to get rejected orders for a single user by getting the user's credentials from the session. proposal: let javascript retreive the user's info and then pass that to the servlet. this can allow us to reuse this servlet.... potentially..
need to discuss