Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

add to UICommand the ability to get query parameters #32

Closed
glassfishrobot opened this issue Sep 1, 2004 · 8 comments
Closed

add to UICommand the ability to get query parameters #32

glassfishrobot opened this issue Sep 1, 2004 · 8 comments

Comments

@glassfishrobot
Copy link

HI,

This is the way i am doing currently.

FacesContext context = FacesContext.getCurrentInstance();
int iSortColumn =
Integer.parseInt(context.getExternalContext().getRequestParameterMap().get("sortColumn").toString());

But I was thinking of some elegant way like

UICommand command = event.getCompoonent();
command .getParamValue("ParamId")
from the component. I have the commandLink component reference.

KP

Environment

Operating System: All
Platform: All
URL: http://forum.java.sun.com/thread.jsp?forum=427&thread=551162&tstart=0&trange=15

Affected Versions

[1.1]

@glassfishrobot
Copy link
Author

Reported by @edburns

@glassfishrobot
Copy link
Author

Was assigned to javaserverfowner

@glassfishrobot
Copy link
Author

@edburns said:
I think that brings too much of the servlet API directly into the UIComponent
api. I'd rather not do that.

Ed (JSR-252 spec-co-lead)

@glassfishrobot
Copy link
Author

@edburns said:
Prepare to delete "spec" subcomponent.

@glassfishrobot
Copy link
Author

@edburns said:
Move all to 1.2

@glassfishrobot
Copy link
Author

Marked as won't fix on Thursday, March 4th 2010, 6:09:22 am

@glassfishrobot
Copy link
Author

@manfredriem said:
Closing resolved issue out

@glassfishrobot
Copy link
Author

This issue was imported from java.net JIRA JAVASERVERFACES_SPEC_PUBLIC-32

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant