[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2994) Support all pages.xml functionality through annotations for Wicket

Marcell Barbacena (JIRA) jira-events at lists.jboss.org
Mon Jun 23 09:55:28 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBSEAM-2994?page=comments#action_12418500 ] 
            
Marcell Barbacena commented on JBSEAM-2994:
-------------------------------------------

@In and @Out is already working right?
Where would you want the @Begin and @End to be placed in a wicket component? Something like:

new Link("bookHotel") {
    @Begin
    @Override
    public void onClick() {
      hotelBooking.bookHotel();
      setResponsePage(Book.class);
    }
});

And:

@End
@Restrict
public class Hotel extends WebPage {
  ...
}

> Support all pages.xml functionality through annotations for Wicket
> ------------------------------------------------------------------
>
>                 Key: JBSEAM-2994
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2994
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Wicket
>    Affects Versions: 2.1.0.A1
>            Reporter: Pete Muir
>         Assigned To: Pete Muir
>            Priority: Critical
>             Fix For: 2.1.0.BETA1
>
>
> Initially via a factory which will apply interceptors to all components which require Seam support
> Look at some sort of byte code enhancement later
> Also, support injection/disinjection

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list