Re: How to avoid "Missing message for key "my.key" exception...

2005-01-06 Thread Ilja Smoli
Thx for reply: but problem is that I'd like to check it in jsp at runtime... "Guillaume Cottenceau" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Ilja Smoli" writes: > > > Hi > > How to check is a message present for particular

How to avoid "Missing message for key "my.key" exception...

2005-01-06 Thread Ilja Smoli
Hi How to check is a message present for particular key in message resources before displaying it? To avoid exception? Thx in advance.. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Strange exception..

2004-12-21 Thread Ilja Smoli
Hi In my Action class I put in request scope a List: request.setAttribute("statuses", allStatuses(getAllGroups(),asm)); Then on my jsp page im iteratig over it: ... ... Everething is fine and iterating, but tomcat's console always give an exception: org.apache.jasper.JasperException: Cann

ActionForm validate and redirect

2004-12-03 Thread Ilja Smoli
Hi I use validate method in one of my ActionForms, after validation is fail, method redirects browser to wahatever is set in struts-config.xml under input attribut... I faced problem that i need this value to be dynamic. (I want to redirect a user to same page from where form has been submitted but