[JBoss-user] [JBoss Seam] - @RequestParameter?

2006-06-26 Thread bkyrlach
I have the following SLSB... @Stateless @Name(infozapAction) public class InfozapActionImpl implements InfozapAction { @RequestParameter(schoolList) private String schoolList; @Out private InfoZapDTO izdto; public void createInfoZapDTO() {

[JBoss-user] [JBoss Seam] - @RequestParameter does not work (for me)

2006-06-06 Thread fhh
Hello! I'm trying to use Seam's @RequestParameter-Feature it doesn't seem to work. I have the following EJB (shortened): | @Stateless | @Name(test) | @Scope(ScopeType.STATELESS) | public class TestBean implements Test { | | @RequestParameter | private String parameter; |

[JBoss-user] [JBoss Seam] - RequestParameter problem

2006-05-21 Thread mirko27
Okay, it all works fine if I have required get parameter set. But what if I don`t? If user enters that page directly without any parameters. Then I get error: ould not set field value: cateditor.catid And I do not want user to visit page while not in long-running conversation. Unfortune

[JBoss-user] [JBoss Seam] - RequestParameter question

2006-02-16 Thread JamesWoodward
Right, here's what I want to be able to do... I want to use the following URL as the starting point for my JSF application. http://localhost:8080/usermaint/listUsers.jsf?CompanyID=533UserID=159 This URL is part of a legacy application, which I cannot change. The CompanyID parameter identifies