[Wicket-user] WicketFilter NPE if filter-mapping is servlet-name rather than url-mapping

2007-06-25 Thread James Renfro
-name as well? Thanks, James. -- James Renfro [EMAIL PROTECTED] - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click

[Wicket-user] HttpServletRequest's attributes?

2007-05-16 Thread James Renfro
Does anyone know if Wicket exposes the HttpServletRequest's attributes somewhere? I can get them through ((WebRequest)getRequest()).getHttpServletRequest().getAttribute(myattr); But the javadoc says that it's not recommended to call getHttpServletRequest. Thanks, James. -- James Renfro

[Wicket-user] PopupSettings with no window name set generates invalid xhtml on Link

2007-05-11 Thread James Renfro
, everything seems to work. But I'm guessing it should work even if I forget to specify a window name. Thanks, James. -- James Renfro Programmer IET Mediaworks, UC Davis [EMAIL PROTECTED] W: 530-754-5097 - This SF.net email

Re: [Wicket-user] Using AJAX wicketSubmitFormById like a method call

2007-05-04 Thread James Renfro
you tried...calling ajaxtarget.appendjavascript() should work as well. if you show us some more code/try to describe your actual usecase we can probably help you more, right now its all very abstract. -igor On 5/3/07, *James Renfro* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

Re: [Wicket-user] Using AJAX wicketSubmitFormById like a method call

2007-05-04 Thread James Renfro
show us some more code/try to describe your actual usecase we can probably help you more, right now its all very abstract. -igor On 5/3/07, *James Renfro* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I'd like to do something slightly unusual and wrap

Re: [Wicket-user] Using AJAX wicketSubmitFormById like a method call

2007-05-04 Thread James Renfro
requests impossible. not a good thing imho. i guess we need to add a parameter so that you can set the request to synchronous just for that one call. or do what i suggested and add a success handler that will execute the rest of the function. -igor On 5/4/07, *James Renfro* [EMAIL

[Wicket-user] Using AJAX wicketSubmitFormById like a method call

2007-05-03 Thread James Renfro
the server as a 'returned' variable on the client. Thanks, James -- James Renfro Programmer IET Mediaworks, UC Davis [EMAIL PROTECTED] W: 530-754-5097 - This SF.net email is sponsored by DB2 Express Download DB2 Express C