Set an Action variable at runtime

2008-02-26 Thread Serge Bornow
Hello All, Thanks for any ideas. My Action class has a get/set homeid How can i invoke from JSP to set the value of that variable to a dynamic value A suggestion was this: But i need to pass a variable and property tag doesnt allow expression. Any work arounds. I spent 5 hours trying all k

Re: Datetimepicker simple thing doesn't work java.text.ParseException: Unparseable date: ""

2008-02-04 Thread Serge Bornow
many emails in this forum relating to DatePicker problems. Some of the solutions are here: http://cwiki.apache.org/S2WIKI/vault.html In this case though, is it possible you've forgotten the s:head tag at the top of the page? Serge Bornow wrote: Hi All, I:'ve been battling this

Datetimepicker simple thing doesn't work java.text.ParseException: Unparseable date: ""

2008-02-03 Thread Serge Bornow
Hi All, I:'ve been battling this for many hours. I hope someone can help. Using JDK 1.5, Struts 2.0.11 My property: shoot_date of type Date has get and set and on execute() set's the default date to today's date setShoot_Date(new Date); on the form: even without displayformat it doesn't work.

Re: S2 - using display tag with Struts

2007-12-12 Thread Serge Bornow
Randy Burgess Web Applications Developer Nuvox Communications From: Serge Bornow <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List Date: Tue, 11 Dec 2007 23:07:24 -0500 To: Struts Users Mailing List Subject: Re: S2 - using display tag with Struts As i said persons list has getters

Re: S2 - using display tag with Struts

2007-12-12 Thread Serge Bornow
efix="display" %> Is there any configuration that i need to add to web.xml ? Thanks, Serge Randy Burgess wrote: This is working code. No try to it. :) Regards, Randy Burgess Web Applications Developer Nuvox Communications From: Serge Bornow <[EMAIL PROTECTED]> Rep

Re: S2 - using display tag with Struts

2007-12-11 Thread Serge Bornow
the missing itext library. Regards, Randy Burgess Web Applications Developer Nuvox Communications From: Serge Bornow <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List Date: Tue, 11 Dec 2007 15:28:21 -0500 To: Struts Users Mailing List Subject: Re: S2 - using display tag with Str

Re: S2 - using display tag with Struts

2007-12-11 Thread Serge Bornow
Wes Wannemacher wrote: Is there an error in your App Server log? Sometimes, if there is an exception while sending output, it can bomb out part of the way through. Check your logs to see if you find an exception that might help narrow the problem down a little. -Wes On 12/11/07, Serge Bornow <[EMAIL P

S2 - using display tag with Struts

2007-12-11 Thread Serge Bornow
n so i browse myaction.action which contains a field private List persons; with get and set methods. In the execute() i add a few dummy objects to the list this.persons = new ArrayList(); Person per = new Person(); per.setName("serge"); per.setGender("m"

Re: Using Ajax components in Struts 2.0.11 problem

2007-11-27 Thread Serge Bornow
property is set to "false". d. --- Serge Bornow <[EMAIL PROTECTED]> wrote: Hello All, I am quite new to Struts 2, i cannot figure out a problem i am having, i hope someone might give me a hint. I took this code from a Tutorial: | This

Using Ajax components in Struts 2.0.11 problem

2007-11-27 Thread Serge Bornow
Hello All, I am quite new to Struts 2, i cannot figure out a problem i am having, i hope someone might give me a hint. I took this code from a Tutorial: | This is the first panel. RoseIndia.nt JavaJazzUp.com NewsTrackIndia.com This is the