Re: Question About ModalWindows and IEventSink

2016-02-12 Thread Aaron J . Garcia
Aaron J. Garcia rentec.com> writes: > > Hi Martin & Sven, > > Thanks for your replies! > > I ended up sending getPage().getPageId(). Is the better practice to use a > PageReference? If so, I'll change my code to use that instead. > > Secondly, I had

Re: Question About ModalWindows and IEventSink

2016-02-12 Thread Aaron J . Garcia
Hi Martin & Sven, Thanks for your replies! I ended up sending getPage().getPageId(). Is the better practice to use a PageReference? If so, I'll change my code to use that instead. Secondly, I had no idea that you could use a Panel for the contents of a ModalWindow. I always thought you

Question About ModalWindows and IEventSink

2016-02-11 Thread Aaron J . Garcia
d properly propagate to the ModalWindow when using a session or application level sink. Thanks for your feedback. Regards, Aaron J. Garcia - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional comma

Re: Performance Degredation for Adding Components in Wicket 7.0.0 vs. Wicket 6.20.0

2015-09-14 Thread Aaron J . Garcia
should be moved to Critical or Blocker status though... I'm sure I'm not the only one who adds that many components or attribute modifiers to a page at one time. Thanks for your help. You can reach me here or via e-mail if you need me. Regards, Aaron J. Garcia P.S. I looked at your performance te

Re: Performance Degredation for Adding Components in Wicket 7.0.0 vs. Wicket 6.20.0

2015-09-14 Thread Aaron J . Garcia
> I created an issue in JIRA, > attached a quick-start, and marked it as Major issue. In my opinion, this > should be moved to Critical or Blocker status though... I'm sure I'm not > the only one who adds that many components or attribute modifiers to a page > at one time. Forgot the link to

Performance Degredation for Adding Components in Wicket 7.0.0 vs. Wicket 6.20.0

2015-09-13 Thread Aaron J . Garcia
this issue right now). Thanks for anyone's input and help. I really appreciate it. -- Aaron J. Garcia - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: More Wicket JSESSION_ID Issues

2014-03-12 Thread Aaron J . Garcia
Martin Grigorov mgrigorov at apache.org writes: Hi, It sounds like an issue with the IDE. What is the produced url with the custom jsession id ? Does it work if you paste this url directly in the browser address bar without involving the IDE ? And what is the sign of my page ?

More Wicket JSESSION_ID Issues

2014-03-11 Thread Aaron J . Garcia
I finally got around to upgrading to Wicket 6.14.0 yesterday. With the new changes in Wicket, I no longer get the exception spit out to the log when I change the JSESSION_ID to JSESSION_ID_MYAPP. Thanks for that! I have another issue now: When I run my app in my IDE (I use Intellij 13.0.2 and

Changed JSESSIONID Results in Wicket Exception

2014-02-05 Thread Aaron J. Garcia
Hi Everyone, I maintain a Wicket application running on Tomcat 7.0.39, and I recently altered $TOMCAT_HOME/conf/context.xml to include a sessionCookieName parameter. I made a change like this: Context sessionCookieName=JSESSIONID_MYAPP This properly changes the session cookie that is used

Re: Changed JSESSIONID Results in Wicket Exception

2014-02-05 Thread Aaron J . Garcia
Timo Schmidt wicket at xomit.de writes: On Wed 05.02.2014 13:12, Aaron J. Garcia wrote: Hi Everyone, I maintain a Wicket application running on Tomcat 7.0.39, and I recently altered $TOMCAT_HOME/conf/context.xml to include a sessionCookieName parameter. I made a change like

Re: Changed JSESSIONID Results in Wicket Exception

2014-02-05 Thread Aaron J . Garcia
Martin Grigorov mgrigorov at apache.org writes: Hi, I will test this tomorrow. Martin Grigorov Wicket Training and Consulting Thanks Martin, FWIW, I was setting this when running Tomcat: -Dwicket.jsessionid.name=JSESSIONID_MYAPP It didn't work with the -D option, so I added it to my

Wicket 6.0.0 Issue: RadioChoice with AjaxFormChoiceComponentUpdatingBehavior

2012-09-21 Thread Aaron J . Garcia
Hello, I just wanted to report an issue I encountered with Wicket 6.0.0 (there already is a JIRA issue about it). https://issues.apache.org/jira/browse/WICKET-4769 When you attach an AjaxFormChoiceComponentUpdatingBehavior to a RadioChoice inside of a form, clicking on the label of an item

AjaxEditableLabel Missing setConvertEmptyInputStringToNull(...)?

2012-04-12 Thread Aaron J . Garcia
to AjaxEditableLabel? If so, how would I go about requesting it? Thanks a lot for your help. Regards, Aaron J. Garcia - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h