You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by GitBox <gi...@apache.org> on 2022/01/17 13:41:16 UTC

[GitHub] [wicket] mat128 opened a new pull request #492: WICKET-6945 Allow onConfigure to hide forms

mat128 opened a new pull request #492:
URL: https://github.com/apache/wicket/pull/492


   Currently, MultipartFormComponentListener evaluates form visibility
   before the configuration phase. This prevents code in onConfigure from
   modifying the visibility of forms.
   
   This ensures the listener evaluates the visibility during
   onAfterRespond, which happens after the configuration phase.
   
   The existing test case was modified to ensure modifications to the
   visibility during the onConfigure phase is properly evaluated.
   
   Closes: WICKET-6945


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@wicket.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [wicket] martin-g commented on pull request #492: WICKET-6945 Allow onConfigure to hide forms

Posted by GitBox <gi...@apache.org>.
martin-g commented on pull request #492:
URL: https://github.com/apache/wicket/pull/492#issuecomment-1015264296


   Thank you, @mat128 !


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@wicket.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [wicket] martin-g merged pull request #492: WICKET-6945 Allow onConfigure to hide forms

Posted by GitBox <gi...@apache.org>.
martin-g merged pull request #492:
URL: https://github.com/apache/wicket/pull/492


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@wicket.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org