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.
| Online: | 13 Members of 9199 |
| Forum: Seam Users |
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
@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!