<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.wicket.user">
    <title>gmane.comp.java.wicket.user</title>
    <link>http://blog.gmane.org/gmane.comp.java.wicket.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103217"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103214"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103212"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103208"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103193"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103188"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103187"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103181"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103173"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103163"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103162"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103153"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103148"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103145"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103137"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103127"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103118"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103115"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103111"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.wicket.user/103108"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103217">
    <title>Pretty URLs for AjaxLazyLoadPanel</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103217</link>
    <description>&lt;pre&gt;I'm using AjaxTabbedPanel and AjaxLazyLoadPanel.  How do I make the URLs for
the individual panels the way I want?  Right now, a link to a specific panel
looks like
http://localhost:8888/?1-1.ILinkListener-tabs-tabs~container-tabs-2-link. 
How do I make it something like http://localhost:8888/myTab2?  I cannot seem
to find a way.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Pretty-URLs-for-AjaxLazyLoadPanel-tp4649499.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>kevjay</dc:creator>
    <dc:date>2012-05-25T18:01:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103214">
    <title>Byte order mark is displayed on the page</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103214</link>
    <description>&lt;pre&gt;Hello,

I have HTML markup fie saved with UTF-8 encoding. When I open HTML in
the browser it looks good, however if the same HTML is displayed by
Wicket I see a byte-order-mark:
ï»¿&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&amp;gt;
&amp;lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"
xmlns:wicket="http://www.w3.org/1999/html"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/&amp;gt;
...

When I check page info in the browser it says that the page uses UTF-8 encoding.

What do I need to do to continue using UTF-8 but prevent
byte-order-mark from being rendered?

Thanks,

Alec

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Alec Swan</dc:creator>
    <dc:date>2012-05-24T21:49:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103212">
    <title>Getting more stale page exception in wicket 1.5.6</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103212</link>
    <description>&lt;pre&gt;Hey All,
     I just upgraded the application to wicket 1.5.6 from 1.5.4. I thought
it will fix most of my page expiration issues. But now I am getting more
stale page exceptions. Can you please help me to resolve this?

use case: After I click an Ajax Link, all I see in the logs is 

WARN: org.apache.wicket.request.handler.request.WebPageRenderer - The
Buffered response should be handled by BufferedResponseRequestHandler. 

In the UI, nothing happens if I click the Ajax Link. Then if I try to click
the link once again, then it runs into stale page exception.

Exception : org.apache.wicket.request.mapper.StalePageException

Exception Cause : null

Exception Stack Trace : org.apache.wicket.request.mapper.StalePageException
at
org.apache.wicket.request.handler.PageProvider.getStoredPage(PageProvider.java:301)
at
org.apache.wicket.request.handler.PageProvider.resolvePageInstance(PageProvider.java:257)
at
org.apache.wicket.request.handler.PageProvider.getPageInstance(PageProvider.java:165)
at
org.apache.wicket.request.handler.ListenerInterfaceRequestHandler.getPage(ListenerInterfaceRequestHandler.java:100)
at
org.apache.wicket.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:165)
at
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:781)
at
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
at
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:255)
at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:212)
at
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:283)
at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:185)
at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
de.javakaffee.web.msm.SessionTrackerValve.invoke(SessionTrackerValve.java:147)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:615)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:662)


Thanks,
Suresh

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Getting-more-stale-page-exception-in-wicket-1-5-6-tp4649492.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>sudeivas</dc:creator>
    <dc:date>2012-05-24T17:11:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103208">
    <title>wicket 6 beta 1</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103208</link>
    <description>&lt;pre&gt;Hi

Should'nt it be possible to this:
      target.add(*this*.getComponent().getPage());

      target.appendJavaScript(" $('."+*this*.getComponent().getMarkupId()+
"').focus();");

However the appendJavaScript  is omitted...

&lt;/pre&gt;</description>
    <dc:creator>nino martinez wael</dc:creator>
    <dc:date>2012-05-23T12:44:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103193">
    <title>DataTable and PagingNavigator problem</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103193</link>
    <description>&lt;pre&gt;Hi,

I probably found a bug in DataTable and PagingNavigator, or more likely
I don't understand it correctly...
I have page with one data table and two paging navigators in form, html
part looks like this:

&amp;lt;form wicket:id="mainForm"&amp;gt;

    &amp;lt;div wicket:id="pTop"/&amp;gt;

    &amp;lt;div wicket:id="table"/&amp;gt;

    &amp;lt;div wicket:id="pBottom"/&amp;gt;

&amp;lt;/form&amp;gt;


Java code - constructor:

public PageTest() {

    Form mainForm = new Form("mainForm");

    add(mainForm);

    DataTable&amp;lt;UserType&amp;gt; table = new DataTable&amp;lt;UserType&amp;gt;("table", initColumns(),

            new ObjectDataProvider(PageTest.this, UserType.class), 10);

    table.setOutputMarkupId(true);

    mainForm.add(table);

    PagingNavigator pTop = new PagingNavigator("pTop", table);

    mainForm.add(pTop);

    PagingNavigator pBottom = new PagingNavigator("pBottom", table);

    mainForm.add(pBottom);

}


After first page load, I can see in logs:

2012-05-22 17:45:11,049 TRACE (c.e.m.w.c.d.ObjectDataProvider):
begin::size()
2012-05-22 17:45:12,081 TRACE (c.e.m.w.c.d.ObjectDataProvider): end::size()
2012-05-22 17:45:12,081 TRACE (c.e.m.w.c.d.ObjectDataProvider):
begin::iterator() from 0 count 10.
2012-05-22 17:45:12,546 TRACE (c.e.m.w.c.d.ObjectDataProvider):
end::iterator()

After click on next page, I see in logs:
2012-05-22 17:45:19,620 TRACE (c.e.m.w.c.d.ObjectDataProvider):
begin::size()
2012-05-22 17:45:20,693 TRACE (c.e.m.w.c.d.ObjectDataProvider): end::size()
2012-05-22 17:45:20,696 TRACE (c.e.m.w.c.d.ObjectDataProvider):
begin::size()
2012-05-22 17:45:21,722 TRACE (c.e.m.w.c.d.ObjectDataProvider): end::size()
2012-05-22 17:45:21,722 TRACE (c.e.m.w.c.d.ObjectDataProvider):
begin::iterator() from 10 count 10.
2012-05-22 17:45:22,164 TRACE (c.e.m.w.c.d.ObjectDataProvider):
end::iterator()

size() method in data provider is called twice, that's probably a bug. I
have many objects in db (up to 500k),
so it's a 1s-2s difference in response time. I'm suspecting that it's
caused by AbstractPageableView.getCurrentPage(),
because there is a check which calls getPageCount() which calls
getItemCount(). There is some caching mechanism for count,
but it's not working in this case...

Can somebody help please, any ideas?


Vilo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Viliam Repan</dc:creator>
    <dc:date>2012-05-22T15:54:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103188">
    <title>How to redirect to a page from an AJAX request?</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103188</link>
    <description>&lt;pre&gt;Hello,

I use AjaxSubmitLink to submit a form that has captcha. I refresh
captcha by adding it to ajax request. However, when the user
successfully submits the form I want to redirect the user to a
different page. I tried setResponsePage and throw new
RestartResponseException in AjaxSubmitLink#onSubmit, but they seem to
have no effect.

How can I redirect the user to a page from an ajax request?

Thanks,

Alec

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Alec Swan</dc:creator>
    <dc:date>2012-05-22T00:41:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103187">
    <title>AJAX-swappable bookmarkable unversioned tabs</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103187</link>
    <description>&lt;pre&gt;Hello,

We are starting a new project where we need to implement a simple menu
using Wicket 1.4.17. In my previous project I implemented tabbing
using ajax-swappable panels. I really liked the smooth tab transition
you get with this approach. The two things I disliked were versionable
pages and that tabs were not bookmarkable.

Is it possible to have the ajax-swappable bookmarkable tabs without
versioned pages?

Thanks,

Alec

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Alec Swan</dc:creator>
    <dc:date>2012-05-21T22:21:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103181">
    <title>wicket 6 setting response page with page object and session expired error</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103181</link>
    <description>&lt;pre&gt;hej,
I have a strange error.

I have stateless page (A) with form on it. form contains email input.
inside form's onSelect handler I create page (B) and pass email to its
constructor.
  Application nextPage = new
Application(getModelObject().getEmail());// form model object
  setResponsePage(nextPage);

page B is also mounted so someone can access page by passing email as parameter.
  super(parameters);
  StringValue email = parameters.get("email");
  if (email.isEmpty())
    throw new RuntimeException("uoooops no email");

page B displays users data if available.
page B creates LoadableDetachableModel and uses email as id, I also
pass Injected service object by giuce to the model
page B has link to go to page C
add(new Link&amp;lt;Void&amp;gt;("accept")
{
    &amp;lt; at &amp;gt;Override
    public void onClick() {
        SignIn signInPage = new SignIn(model); // model is created on
the begging of the constructor
        setResponsePage(signInPage);
    }
});

pages B and C are state-full.
now when I go from page A and pass page B object and then call the
link which creates page C object then I get page expired message.
BUT if I go directly to page B using mounted url and then I click on
link I am redirected to page C without a problem.

maybe I miss something obvious here but I cannot explain it why this
is happening.
there is no errors in log from wicket, the SignIn (C) page is created
as expected.

thanks for any hint.

pozdrawiam
Paweł Kamiński

kamiseq&amp;lt; at &amp;gt;gmail.com
pkaminski.prv&amp;lt; at &amp;gt;gmail.com
______________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>kamiseq</dc:creator>
    <dc:date>2012-05-21T07:56:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103173">
    <title>wicket not able to find component after adding container componenent</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103173</link>
    <description>&lt;pre&gt;Hi,

I am trying to cover a form in a container. 

*SubmitCommentPanel:*
&amp;lt;wicket:panel&amp;gt;
*&amp;lt;div wicket:id="submitCommentPostDomainContainer"&amp;gt;*
&amp;lt;form wicket:id="commentForm"&amp;gt;
&amp;lt;/form&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/wicket:panel&amp;gt;

The java code is :

public SubmitCommentPanel(String id, final ListItem&amp;lt;PostDomain&amp;gt; listItem,
final UserDomain userDomain) {
super(id);

// defining container for refreshing list of posts
final WebMarkupContainer postDomainContainer = new WebMarkupContainer(
"submitCommentPostDomainContainer");
postDomainContainer.setOutputMarkupId(true);

Form&amp;lt;CommentDomain&amp;gt; commentForm = new Form&amp;lt;CommentDomain&amp;gt;(
"commentForm",
new CompoundPropertyModel&amp;lt;CommentDomain&amp;gt;(commentDomain));


};


*add(commentForm);*

But the error is:

*Last cause: Unable to find component with id 'commentForm' in
[WebMarkupContainer [Component id = submitCommentPostDomainContainer]]*

But if I remove container portion, the code runs fine. Cant I add the
container. One thing to note that the whole panel is in another container:


&amp;lt;div wicket:id="postDomainListContainer"&amp;gt;

&amp;lt;form wicket:id="postForm"&amp;gt;
&amp;lt;/form&amp;gt;
*&amp;lt;div wicket:id="submitCommentPanel"&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;*

&amp;lt;/div&amp;gt;

The above panel though runs fine. What is the issue?


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-not-able-to-find-component-after-adding-container-componenent-tp4646756.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>kshitiz</dc:creator>
    <dc:date>2012-05-20T10:40:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103163">
    <title>Open WiQuery modal dialog as message / feedback panel</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103163</link>
    <description>&lt;pre&gt;Hi there,

I am trying to open a WiQuery dialog on certain events, e.g. after a row 
of an Inmethod datagrid is edited and saved...
the dialog opens fine when using a link on the page (adding a 
WiQueryEventBehavior to it, as explained in the WiQuery quickstart example).
But if I try to open it on saving an edited row, I get a Javascript error:

*ERROR:*Wicket.Ajax.Call.processEvaluation: Exception evaluating javascript: TypeError: Cannot call method 'dialog' of null

This is in my datagrid panel:
             SubmitCancelColumn submitCancelColumn = new SubmitCancelColumn(
                     "esd", new Model("Edit")) {
                 &amp;lt; at &amp;gt;Override
                 protected void onSubmitted(AjaxRequestTarget target,
                         IModel rowModel, WebMarkupContainer rowComponent) {
                     super.onSubmitted(target, rowModel, rowComponent);
                     try {
                         saveOrUpdateTgl(glid, rowModel.getObject());
                         // try to open dialog in parent page
*findParent(GlTglDetailPage.class).showInfoDialog(getString("save_pos_success"), 
target);*
...
Here is the code of the parent page:
in the Constructor:
         dialog = new Dialog("dialog");
         dialog.setModal(true);
         content = new Label("content", new 
AbstractReadOnlyModel&amp;lt;String&amp;gt;() {
             private static final long serialVersionUID = 1L;
             &amp;lt; at &amp;gt;Override
             public String getObject() {
                 return contentString;
             }
         });
         content.setOutputMarkupId(true);
         dialog.add(content);
         add(dialog);
...

And a function where I want to open the dialog with the updated content:
     public void showInfoDialog(String msg, AjaxRequestTarget target) {
         contentString = msg;
         target.add(content);
         dialog.open(target);

If I print out the target in the function it contains this:
[AjaxRequestTarget&amp;lt; at &amp;gt;-830155084 markupIdToComponent [{id1e=[RowItem 
[Component id = 1]], feedback5=[FeedbackPanel [Component id = 
feedback]], content17=[Component id = content]}], prependJavaScript 
[[]], appendJavaScript [[new Effect.Highlight($('feedback5'), { 
startcolor: '#C9DBE7', duration: 4.0 });, new 
Effect.Fade($('feedback5'), { duration: 5.0 });, 
$('#dialog2').dialog('open');]]

So to me it looks ok, it adds
$('#dialog2').dialog('open');
to the target... I am not quite sure what the target really is in this 
case, though?

Does anybody know what the problem may be?
I've found this http://code.google.com/p/wiquery/issues/detail?id=143, 
but I'm not sure this is really related to my problem and if there is a 
real solution to this...

Thanks a lot in advance,
Stefan

&lt;/pre&gt;</description>
    <dc:creator>Stefan Moises</dc:creator>
    <dc:date>2012-05-19T11:32:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103162">
    <title>wicket 6 resources</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103162</link>
    <description>&lt;pre&gt;hej,
I tried to look for this and I ve found some old topics but they were
related to older version of wicket than 6.

I m looking for 2 things

1] I would like to get validator message with all parameters. for
example lets take required message I can get it like this: new
StringResourceModel("Required", this, null).getString() but it will
return "Field '${label}' is required." or its translated equivalent.
how can I set label parameter with actual value. maybe
StringRecourceModel is not the best choice. I tried to look how
validators do that but I think it is to much trouble.

I need this error message before form performs any validation so I can
reuse it in javascript validation. in other words if form component
has validator I would like to get its message and add it to my custom
js validation function.

2] I know that I should keep all my css and js next to java classes
and let wicket handle, and this work - I have no problem with it. but
sometimes it is more convenient to put those scripts inside webapp
directory. and again I ve found some article about it but I dont want
to use wro4j. what is the easiest way to reference any JS script from
webapp/scripts/ in wicket 6?? I started playing with requireJs.js and
it looks for scripts inside scripts directory

i started with code like this
response.render(JavaScriptHeaderItem.forReference(new
JQueryPluginResourceReference(Application.class, "Forms.js"))); but of
course it is not working.

maybe Im too tired or something but all I can find uses resources
inside java packages.

thanks for any hints

pozdrawiam
Paweł Kamiński

kamiseq&amp;lt; at &amp;gt;gmail.com
pkaminski.prv&amp;lt; at &amp;gt;gmail.com
______________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>kamiseq</dc:creator>
    <dc:date>2012-05-19T00:12:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103153">
    <title>How to use breadCrumbs in Trees</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103153</link>
    <description>&lt;pre&gt;Hi, 
currently my page is displaying as tree view (using BaseTree class).
my requirement is to implment the breadcrumbs for the selected node
ex: if i am select a node, i.e at the level 3, then we need to display from
level 1 to level 3
ex: A &amp;gt;&amp;gt; B &amp;gt;&amp;gt; C. 
if i am selecting "A", then corresponding "A" panel will be populated on
right hand side.
please help to implement this functionality.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-use-breadCrumbs-in-Trees-tp4641627.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>rama123</dc:creator>
    <dc:date>2012-05-16T16:18:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103148">
    <title>Get JSESSIONID in Wicket</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103148</link>
    <description>&lt;pre&gt;Hello guys,
I've trying to find a way to get the JSESSION id for the requests in
Wicket, but couldn't find a way to. Would you give me some hints, please?

Best regards,
Martin
&lt;/pre&gt;</description>
    <dc:creator>Martin A</dc:creator>
    <dc:date>2012-05-18T10:01:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103145">
    <title>How to change the properties file location in Wicket</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103145</link>
    <description>&lt;pre&gt;Hi all, 

I just start using Wicket and I have a big problem! 

I have a few sources files (Page (folder) with the files: Page1.html,
Page1.java, Page1.properties, Page2(another folder) with the files:
Page2.html, Page2.java, Page2.properties).

now, my problem is that i want to merge all the *.properties file into one
file (one *.properties file) that will be located in the src folder, or
under the root folder. 

I don't know how to do it. i tried to read about "IResourceStream" but
still, i didn't understand nothing... :( 

can someone help me with it? 

Thanks!

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-change-the-properties-file-location-in-Wicket-tp4642901.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>oliver.stef</dc:creator>
    <dc:date>2012-05-17T12:27:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103137">
    <title>Nested Form submitted via ajax clearing fields in outer form</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103137</link>
    <description>&lt;pre&gt;If I have a nested form submitted via an AjaxButton, why does it call onFormSubmitted for the root form?  Is this the way it has to be programmed for nested forms to work?

The problem is that if I refresh any part of the page that contains a FormComponent in the outer form, that field gets cleared, because the rawInput gets set to null (because inputChanged gets called for all the outer form components).

Is the answer that I just have to be more surgical in my use of AjaxRequestTarget.addComponent, and only add components that REALLY need to be redrawn, and not just redraw a larger area (which requires fewer addComponent calls)?  I know that calling clearInput on every component in the outer form in the refreshed area(s) will also work, but that seems a less appropriate solution (I guess there is Form.clearInput as well, which is less labor intensive to use).

I guess this is more of an informational question than anything.  But any solutions that require less babysitting of the outer form are welcome.  Thanks!

Joel
&lt;/pre&gt;</description>
    <dc:creator>Hill, Joel (DTMB</dc:creator>
    <dc:date>2012-05-17T14:18:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103127">
    <title>Full month calendar</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103127</link>
    <description>&lt;pre&gt;Hi,

I need for a full month calendar view to indicate when was the employee on
holiday. I found at wicketstuff the calendars package and tried to used with
not too much success.

wm.add(new FullWeekCalendarView("calendar",new Date(2012,05,01),new
Date(2012,05,31),ievent));
Throws me an org.apache.wicket.markup.MarkupNotFoundException.
The point is I don't want to create a new component from scracth :). So
please point to some working examples or please let me know if I'm on the
wrong way.

Thank you in advance., Sandor


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Full-month-calendar-tp4642735.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Sandor Feher</dc:creator>
    <dc:date>2012-05-17T09:23:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103118">
    <title>How to save the selected radio choice option in wicket</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103118</link>
    <description>&lt;pre&gt;Hi,
I am new to Apache wicket. Can you please help me how to get the selected
radio choice option in wicket.I have to save the some recruitment form with
some fileds which we have to give dynamically .I have a static dropdown
with list of form fileds like text filed, text area, radio button, check
box.  when i select the textbox and text area , the values are saved
successfully with the correct values which i have given.  Now  requirement
is when i select the radio button in the static drop down, by clicking the
submit  i have created the radio buttons with list of input  values for the
radio button options which i have given dynamically. But i didnt get the
value which i have selected when saving that form. Am getting the null
value when saving the form  I did not get what the exact problem


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-save-the-selected-radio-choice-option-in-wicket-tp4642586.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>chaitanya b</dc:creator>
    <dc:date>2012-05-17T05:56:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103115">
    <title>VTD XML for wicket</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103115</link>
    <description>&lt;pre&gt;hej,
have you ever consider using http://vtd-xml.sourceforge.net/ as xml
parsing library??
I ve already successfully used this in quite big project and for sure
it is worth checking as I suspect wicket spends some time parsing html
on each request, right?

pozdrawiam
Paweł Kamiński

kamiseq&amp;lt; at &amp;gt;gmail.com
pkaminski.prv&amp;lt; at &amp;gt;gmail.com
______________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>kamiseq</dc:creator>
    <dc:date>2012-05-17T04:49:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103111">
    <title>AjaxFormChoiceComponentUpdatingBehavior CheckGroup and CheckGroupSelector</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103111</link>
    <description>&lt;pre&gt;Wicket 1.4.20

Use case:  I have a rather large CheckGroup (~250 items) that is
controlling filters to include for an ad hoc reporting solution.  Because
this is so large, the group itself needs to be collapsible.  Easy enough.
 But because it's collapsible, form components in hidden areas won't be
submitted.  So these needs to be pushed to the server as soon as they are
selected.  AjaxFormChoiceComponentUpdatingBehavior works nicely here.

The problem that I'm seeing is that there is no apparent way of knowing
which Check was "click"ed in this behavior.  As such, the only component
that seems to available to add to the AjaxRequestTarget is the CheckGroup
itself.  Even then, this isn't too bad when you're checking individual
items.

The real issue becomes apparent when you throw the CheckGroupSelector into
the mix.  This component goes down the list and calls .click() on each
checkbox.  So you get as many checkgroup refreshes as you have checkboxes.
 Definitely not a problem with typical use cases.  With an extreme use case
like mine, however; it becomes rather unwieldy.

Is it possible to determine which Check was actually clicked and only add
the necessary components to the AjaxRequestTarget to avoid getting
checkgroup postback spam?  Or is there a way that I can customize one of
these classes to somehow batch these updates, a custom CheckGroupSelector
for instance?
&lt;/pre&gt;</description>
    <dc:creator>Adam Gray</dc:creator>
    <dc:date>2012-05-16T19:28:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103108">
    <title>Wicket users in Ankara/Turkey</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103108</link>
    <description>&lt;pre&gt;Are there any wicket users living in Ankara/Turkey that I can contact with? If there is, I would like to meet you for possible collaborations. Please drop an email to erhan&amp;lt; at &amp;gt;t2.com.tr.

Best Regards,

Erhan Meric
Senior Software Eng.
T2 Software 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Erhan Meric</dc:creator>
    <dc:date>2012-05-16T15:01:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.wicket.user/103107">
    <title>AjaxFallbackOrderByLink wrapped in a div calls the sort twice</title>
    <link>http://comments.gmane.org/gmane.comp.java.wicket.user/103107</link>
    <description>&lt;pre&gt;Hi,
        I've tried finding a solution for a few days now and I can't seem to
get around it. I'm using Wicket 1.4.17 and it seems if I put a div tag
around the generated link, the page refreshes twice when the sort column is
clicked. You can see teh sort arrows go up, then go down. Does anyone know a
way to fix this? Please let me know if more information is required.

Thanks!

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxFallbackOrderByLink-wrapped-in-a-div-calls-the-sort-twice-tp4641508.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>xxcody</dc:creator>
    <dc:date>2012-05-16T15:12:15</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.wicket.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.wicket.user</link>
  </textinput>
</rdf:RDF>

