[jboss-user] [JBoss Portal] - Re: How to retrieve parameters

2006-08-27 Thread amit.khosla
Thanx I will surely try this out Thanx for the reply View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967731#3967731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967731 ___ j

[jboss-user] [JBoss Portal] - Re: How to retrieve parameters

2006-08-26 Thread [EMAIL PROTECTED]
Amit- The url you are saying will work in a standalone JSF mode. But in a portal environment the portal generates a URL which can look a bit intimidating... But at the end of the day whatever your url looks like you should include the id=234 the same way as a request parameter on the url Than

[jboss-user] [JBoss Portal] - Re: How to retrieve parameters

2006-08-26 Thread amit.khosla
Thanx for response but how will i be able to call it like: portal/portal/portalPage/jsfPage.jsf?id=234 is this the way i be calling it??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967634#3967634 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Portal] - Re: How to retrieve parameters

2006-08-25 Thread [EMAIL PROTECTED]
Amit- In your jsf bean do | Map requestParameterMap = FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap(); | to get the parameters Thanks Sohil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967511#3967511 Reply to the po