Help

Controls

PermLinkWikiLink
Switch Workspace

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Forum: Seam Users Forum ListTopic List
12. Mar 2010, 02:35 America/New_York | Link

My English is not good。 I use Ext Js in my project.So i must use url to submit form. I don't know how to use Seam to receive the data.Someone told me ,I can use the @RequestParameter 。but how to use the @RequestParameter.

Who can give me a example.

thanks!

sean

1 Reply:
12. Mar 2010, 08:37 America/New_York | Link
If you have an url like this: http://localhost:8080/myApp/home.seam?myId=77

@Name("myBean")
public class MyBean{

@RequestParameter
private Long myId;

}

If you want to submit a form you should use a page action.
 

Please don't forget to rate!

Rating:  * * * * *