[jboss-user] [JBoss Seam] - Re: Request parameters with s:link

2007-08-17 Thread damianharvey
If you want to axe the parameter try using an action on your link that sets it to null eg: Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075222#4075222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - Re: Request parameters with s:link

2007-08-17 Thread [EMAIL PROTECTED]
The typical scenario for CRUD operations is to create an object by going to the viewObject.xhtml page without accessing another object first, or from a link which simply redirects you to viewObject.xhtml. You should not be trying to create an object if you are already on the page that views ano

[jboss-user] [JBoss Seam] - Re: Request parameters with s:link

2007-08-16 Thread uke
Btw. I tried propagation="none", but that only stripped the conversation-related parameters from the url, leaving it with a clean viewObject.seam?id=1 as a result. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075090#4075090 Reply to the post : http://www.

[jboss-user] [JBoss Seam] - Re: Request parameters

2007-06-14 Thread [EMAIL PROTECTED]
Pete already gave you the answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054388#4054388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054388 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: Request parameters

2007-06-14 Thread KnisterPeter
Ok, I could create a simple bean component and specify @In("#{param...}"). But I get this exception for my bean: java.lang.IllegalArgumentException: Can not set java.lang.Integer field de.llynch.kingpin.bean.ConfigBean.campaignId to java.lang.String | sun.reflect.UnsafeFieldAccessorImpl.thr

[jboss-user] [JBoss Seam] - Re: Request parameters

2007-06-14 Thread petemuir
Use page parameters or @RequestParameter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054339#4054339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054339 ___ jboss-user mai