Re: parse directive in velocity template failing

2008-01-22 Thread fattymelt
/init-param load-on-startup2/load-on-startup /servlet James McLaughlin-3 wrote: On Jan 21, 2008 11:45 PM, fattymelt [EMAIL PROTECTED] wrote: Just to be sure... In the Wicket section of web.xml I am going to add the two init-params. One of which defines the folder in which

parsevelocity template

2008-01-21 Thread fattymelt
-- View this message in context: http://www.nabble.com/%22parsevelocity-template-tp14999729p14999729.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

parse directive in velocity template failing

2008-01-21 Thread fattymelt
I am using a velocity template, and within it would like to use velocity's parse directive (to include another template within the current template) but it complains that it can not find the template in velocity's TEMPLATE_ROOT. I have triple-checked that the template is in the same directory as

Re: parse directive in velocity template failing

2008-01-21 Thread fattymelt
, is that I have working templates now that are in WEB-IN/templates. So, it isn't like velocity-contrib isn't finding them. So I'm not sure why the parse directive isn't looking there, too? James McLaughlin-3 wrote: fattymelt, It used to work that you could jar up your templates and put them

Re: Wicket really dumb? Converting to amp; in password fields?

2007-12-21 Thread fattymelt
-- View this message in context: http://www.nabble.com/Wicket-really-dumb--Converting---to--amp--in-password-fields--tp14460118p14460165.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe,

Wicket really dumb? Converting to amp; in password fields?

2007-12-21 Thread fattymelt
I've been debugging a (hopefully) unrelated problem when I came across this... Someone submits passwrd as a password in my login form and the back-end gets it as passwamp;amp;rd Are you kidding me? Why would that be happening? -- View this message in context:

Re: Wicket really dumb? Converting to amp; in password fields?

2007-12-21 Thread fattymelt
the framework dumb. And I doubt anyone would bother to be kidding you. -Matej On Dec 21, 2007 7:23 PM, fattymelt [EMAIL PROTECTED] wrote: I've been debugging a (hopefully) unrelated problem when I came across this... Someone submits passwrd as a password in my login form and the back-end gets

Re: Wicket really dumb? Converting to amp; in password fields?

2007-12-21 Thread fattymelt
I'm using the wicket-auth-roles package. I see the code that returns the password is password.getModelObjectAsString() perhaps that is mucking with it? fattymelt wrote: I've been debugging a (hopefully) unrelated problem when I came across this... Someone submits passwrd as a password