Using GET

Hi,I was just wondering. Is it possible to use the GET method? I want to give my clients links directly to a certain page but for that i need to specify two attributes. If anyone could give my a hint i would appreciate.Thanks,Thiago Santos
[267 byte] By [thiago83a] at [2007-11-26 13:34:56]
# 1
didnt your question..what do umean by using GET method?
mshanua at 2007-7-7 22:17:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Capture the GET request parameters from FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap(). You can process this in the constructor or inizitlization blocks of the backing bean.
BalusCa at 2007-7-7 22:17:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Nice. Thanks for your reply. Will do just that
thiago83a at 2007-7-7 22:17:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
you know like in your address of any browser if you want to pass attributes using the GET method like: http://www.mysite.com/index.html?atr=1&atr2=4Where atr1 and atr2 are my attributes
thiago83a at 2007-7-7 22:17:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
I don't see a question? Or is this just a reply to mshanu? :)
BalusCa at 2007-7-7 22:17:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6
reply to mshanu :P
thiago83a at 2007-7-7 22:17:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...