Datetime picker known issues

2008-09-21 Thread sikandar sikandar
Can anyone comment on http://struts2-java.blogspot.com/2008/09/struts2-datetimepicker-setting-todays.html _ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx

Internationalization using Database

2008-09-21 Thread Roopam Verma
Hi I would like to know, whether is it possible to replace package.properties file data into a database or can we read resource messages from database instead of properties file in struts2??? If yes, How??? Thanks & Regards Roopam Verma

Re: session based pojo as form variables

2008-09-21 Thread Jim Kiley
On Sat, Sep 20, 2008 at 4:46 PM, 928572663 <[EMAIL PROTECTED]> wrote: > > The Tag Reference doc: > > http://struts.apache.org/2.0.11.1/docs/submit.html > > doesn't have much detail about what to expect: "Set method attribute." Is > my pageForward() method supposed to conform to a certain signatu

Re: Query

2008-09-21 Thread Jim Kiley
You're going to need to provide a lot more detail if you want a useful answer of any kind. On Sun, Sep 21, 2008 at 1:27 AM, greatshalu.6 <[EMAIL PROTECTED]>wrote: > > how we use grids in struts > -- > View this message in context: > http://www.nabble.com/Query-tp19591765p19591765.html > Sent from

Re: Struts 2 + tiles + displaytag export = firefox hang or exception

2008-09-21 Thread Yannick Haudry
Hi all, This thread is almost one year old but I'm facing the exact same issue ! http://www.mail-archive.com/user@struts.apache.org/msg68104.html Does anyone know how to solve it ? Thanks Yannick On Wed, Oct 17, 2007 at 11:08 AM, Giovanni Azua <[EMAIL PROTECTED]> wrote: > hi All, > > Anyone has

Re: Problem with deployment using Eclipse

2008-09-21 Thread Alexander Baetz
Fixed. I don't know why it worked "sometimes" but after i changed the builder-configuration for my project. it works allways now. it seems the eclipse builder doesn't copy files with some special endings into the build folder. one of these is .xml another necessary project specific setting. G

RE: context value

2008-09-21 Thread Martin Gainty
access it with straight web.xml context-param qualifying_requirements poor_english //you can then access it via getServletContext().getInitParameter("qualifying_requirements");Is there something specific you needed? Martin __ Disclaimer an

Problem with deployment using Eclipse

2008-09-21 Thread Alexander Baetz
Hi, i'm using eclipse 3.4 with jboss-tools to develop my application. Unfortunately sometimes the deployment doesnt work. The xml configuration isnt copied. Does anybody have an idea if there is a way to fix that? Greetings, Alex -

context value

2008-09-21 Thread rageice
Hello, sorry for my bad english. Does someone knows why a context value could be lost between two struts actions? For an example, In SecondAction: req.getSession(true).getServletContext().getAttribute("key")) returns "value", In ThirdAction: req.getSession(true).getServletContext().getAttribute

Problems with Indexed Properties, Hidden Values and Logic Iterate Tag

2008-09-21 Thread cacodemon79
Hi to all. I'm using Struts 1.3, Tomcat 6.0 and Eclipse. I have a problem with Indexed Properties. I have a jsp that should save hidden values and pass it to the linked Action. I show you my code. JSP PAGE

Re: Struts 2 Annotation Validation Problem

2008-09-21 Thread mctdeveloper
Just see the below link for usage of Annotations in validation, Hope might be useful http://intricatetips.blogspot.com -- View this message in context: http://www.nabble.com/Struts-2-Annotation-Validation-Problem-tp16990235p19592822.html Sent from the Struts - User mailing list archive at Nabbl