[jboss-user] [JBoss Seam] - Re: URL parameter

2007-08-24 Thread Mpulse
Sorry for my bad english. I add to page.xml = page view-id=/smsInfo.xhtml action=#{MyAction}/ And now it work with @RequestParameter Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4077630#4077630 Reply to the post :

[jboss-user] [JBoss Seam] - URL parameter

2007-08-23 Thread Mpulse
hello Is it possible to get an url parameter in a web page ? Or how do that : I'd like to add an id to the url = id=123456 and for loading the page I want to execute an action with the id in parameter's fonction. any ideas? thanks View the original post :

[jboss-user] [JBoss Seam] - Re: URL parameter

2007-08-23 Thread Mpulse
I also try | String id = (String) FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get(id) | But I just get a NULL value :s View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4077300#4077300 Reply to the post :

[jboss-user] [JBoss Seam] - Re: URL parameter

2007-08-23 Thread Mpulse
I don't understand :( first : i use s:link view=/smsInfo.xhtml value=info/ for the link how add a parameter ? it must be visible in the url with that link i have == smsInfo.seam?cid=43 So how add id= #{msg.id} Second : if a want that, it's for share page link so if the paramater is

[jboss-user] [JBoss Seam] - Re: URL parameter

2007-08-23 Thread Mpulse
thanks I arrive to pass id in parameter. But i don't arrive to get it in java, always null value :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4077366#4077366 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4077366

[jboss-user] [JBoss Seam] - Re: URL parameter

2007-08-23 Thread Mpulse
Parameters p = new Parameters(); | MapString,String[] map = p.getRequestParameters(); send me null value View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4077408#4077408 Reply to the post :

[jboss-user] [JBossWS] - Force a library to use a jar

2007-07-18 Thread Mpulse
Hello We have some session beans that rely on an external library which in turn relies on Apache Axis. It cannot use ConnectionImplementations or MessageImplementations from org.jboss.ws because of some explicit casts. We use jboss-4.2.0.GA with jbossWs 2.0 so we have three reference to