Re: [S2] Textfield key with resource bundle

2008-04-14 Thread Jeromy Evans
Kelly.Graus wrote: Hi Jeremy, I worked on this all morning, and I believe I'm at the exact same place I was before when it was breaking, but everything works fine now. My model doesn't have a getText( String ) function, so I don't think that was it. If I run across it again, I will make a cop

Re: [S2] Textfield key with resource bundle

2008-04-14 Thread Kelly.Graus
Jeromy Evans - Blue Sky Minds wrote: > > > Thanks Kelly, that would be great because I'm sure there's a bug here > that's hard to replicate. > The model for ModelDriven gets pushed in front of the action. If it had > a getText(String) method it would have caused this problem. > > --

Re: [S2] Textfield key with resource bundle

2008-04-11 Thread Jeromy Evans
Kelly Graus wrote: Hi Jeromy, I'm using struts 2.0.11. My resource bundle is in the WEB-INF/classes directory. My action extends ActionSupport, and implements ModelDriven and preparable. I couldn't get the ModelDriven stuff to work correctly, and at some point when I was playing around with i

Re: [S2] Textfield key with resource bundle

2008-04-11 Thread Kelly Graus
Hi Jeromy, I'm using struts 2.0.11. My resource bundle is in the WEB-INF/classes directory. My action extends ActionSupport, and implements ModelDriven and preparable. I couldn't get the ModelDriven stuff to work correctly, and at some point when I was playing around with it, the text sta

Re: [S2] Textfield key with resource bundle

2008-04-11 Thread Jeromy Evans
Hi Kelly, By coincidence I'm investigating this precise issue at the moment and have discussed it in the strust-dev list within the last 24 hours. The algorithm to find keys in s:text differs from s:textfield which causes inconsistent behaviour -sometimes-. Some questions: Which version of