Grab the quickstart project here:

http://svn.apache.org/repos/asf/wicket/trunk/wicket-quickstart

and put your code into it, then you can file a JIRA with the quickstart, or send to list

On Feb 4, 2009, at 10:31 AM, wicketworker wrote:


Thanks Igor. Could you please elaborate a bit more, i am new here.


igor.vaynberg wrote:

create a quickstart

-igor

On Tue, Feb 3, 2009 at 1:34 PM, wicketworker <siva.mad...@gmail.com>
wrote:

I am using 1.3.4

Something Strang is going on. The messages are getting rendered for
Non-Ajax
Requests. Problem seems to happen only for AjaxRequests.

Here is the Feedback panel content for Ajax request:
<div id="msgsa">

</div>

Here is the Non Ajax request:
<div id="msgs1">
<ul>
  <li class="feedbackPanelERROR">
    UnExpected error occured while processing your request .
Please Contact the Administrator
  </li><li class="feedbackPanelERROR">
    Error Cause : java.lang.ArithmeticException: / by zero
  </li>
</ul>
</div>



igor.vaynberg wrote:

what wicket version are you using?

-igor

On Tue, Feb 3, 2009 at 1:09 PM, wicketworker <siva.mad...@gmail.com>
wrote:

I have an ExceptionPage, in which i have a feedback panel, upon runtime exception MyExceptionPage is getting invoked but the feedback messages
are
not getting rendered. Below is what i have coded, could some one please
take
a look at it whats wrong?

public class MyExceptionPage extends WebPage{

      public MyExceptionPage(RuntimeException e){
              Throwable cause = e;
              FeedbackPanel feedback = new FeedbackPanel("msgs");
              feedback.setOutputMarkupId(true);
              add(feedback);
error("UnExpected error occured while processing your
request ");
              error("Error Cause : " + cause);
              System.out.println(feedback.anyErrorMessage());

      }
}

Here is my Html Content.

<html>
<body>
<div wicket:id="msgs"></div>
</body>
</html>

--
View this message in context:
http://www.nabble.com/FeedBackPanel-not-rendering-Messages-tp21819008p21819008.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




--
View this message in context:
http://www.nabble.com/FeedBackPanel-not-rendering-Messages-tp21819008p21819435.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




--
View this message in context: 
http://www.nabble.com/FeedBackPanel-not-rendering-Messages-tp21819008p21836545.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



To our success!

Mystic Coders, LLC | Code Magic | www.mysticcoders.com

ANDREW LOMBARDI | and...@mysticcoders.com
2321 E 4th St. Ste C-128, Santa Ana CA 92705
ofc: 949-528-6480
fax: 714-782-6024
cell: 714-697-8046

Eco-Tip: Printing e-mails is usually a waste.

========================================================
This message is for the named person's use only. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient.
========================================================

Reply via email to