Can you reproduce this behavior in a quickstart project and attach it to Wicket JIRA?
Nope, panel is separate. There should be no connection... I will rather paste
some code, maybe it will give a hint...

add(new FeedbackPanel("errorMsg"));
// starting form        
private boolean col_approval = false;                   
                
                        Button calculateColCost = new 
Button("calculateColCost") {
                                @Override
                                public void onSubmit() {
//some methods, one with
                                                
sendExpedition.setVisible(false);

                                        else {
                                                
                                                sendExpedition.setVisible(true);


//...
                        Button sendExpedition = new Button("sendExpedition") {
                                //...
                        };
                        {
                                add(sendExpedition);
                                sendExpedition.setVisible(col_approval);
                        };
                        
                };
//add form


I don't see anything special here, so no idea how it could make result like
that...

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Links-blocked-when-I-enter-page-tp3578762p3579180.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to