How to place struts2-core.jar outside web-app.war?

2008-11-25 Thread Dimitar Vlasev
.jar) Any ideas how to overcome this obstacle - I mean besides splitting the struts2-core.jar in two and placing it's parts where needed. Thank you in advance. -- === Dimitar Vlasev - To unsubscribe, e-mail

Re: How to place struts2-core.jar outside web-app.war?

2008-11-25 Thread Dimitar Vlasev
e: > You'll probably save yourself a lot of troubles putting the jar files > inside the WEB-INF/lib folder of your war. What was your structure > like when it didn't work? Was your actions in your war file as well? > > Nils-H > > On Tue, Nov 25, 2008 at 12:09 PM, Dimit

Dojo datetimepicker problem

2008-12-02 Thread Dimitar Vlasev
.aDate: Tue Dec 02 17:37:24 EET 2008 17:37:24,644 INFO [Test] - vs: aDate: 12/2/08 17:37:24,644 INFO [Test] - vs: dojo.aDate: null as you can see setADate(Date date) never get's called. I've checked the request made from the browser (using FF with FireBug) and the pos

Re: Dojo datetimepicker problem

2008-12-03 Thread Dimitar Vlasev
. Thank you guys, I appreciate your help. Regards, Dimitar Vlasev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dojo datetimepicker problem

2008-12-03 Thread Dimitar Vlasev
ot;) public void setADate(Date date) { ... Though it would be even elegant enough solution if I was able to refer to the static pattern String in the .jsp like that But I got exception: According to TLD or attribute directive in tag file, attribute displayFormat

Re: Dojo datetimepicker problem

2008-12-04 Thread Dimitar Vlasev
static properties resolved http://struts.apache.org/2.0.11.1/docs/ognl-basics.html -- ======= Dimitar Vlasev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re:

2008-12-04 Thread Dimitar Vlasev
You'll have to set the default value to your action property: private String medicalCheckup = "Yes"; public String getMedicalCheckup() { return medicalCheckup; } public void setMedicalCheckup(String medicalCheckup) { this.m

Re: Dojo datetimepicker problem

2008-12-05 Thread Dimitar Vlasev
conversion class good enough and I didn't bother further with this. Regards, Dimitar Vlasev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: setting a text field

2008-12-08 Thread Dimitar Vlasev
Hi, have you ever read something about struts forms before asking questions here? Don't feel offended but this is a base functionality and I'm pretty sure you will not receive much help about issues like this. And you'll need to provide at least the version of Struts you're using. I guess you're u

Re: Cannot find bean in any scope

2008-12-09 Thread Dimitar Vlasev
1. Try this (I cite these tags on memory so excuse me if I'm not right with the tag names) The dvd list is present The dvd list is NOT present 2. If the dvd list is not present try to set a simple string bean into the request and include it in the page you're forwarding to Regard

Re: Handling probel.

2008-12-09 Thread Dimitar Vlasev
I'm surprised how many people are asking questions the way nobody can help them Which version of struts are you using? If I use your .do pattern as a sign i might roll the dice and guess looking the guts of the sacrificed animal you are using Struts 1.x, aren't you? you should have stru

Re: [S2 V2.0.14] value attribute has rtexprvalue=false - shouldn't it be rtexprvalue=true?

2008-12-17 Thread Dimitar Vlasev
Robert, you might find some clues here http://struts.apache.org/2.x/docs/ognl.html (as well as links to the full OGNL documentation) - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: use

Re: [S2] apply i18n on java entity from DB

2008-12-22 Thread Dimitar Vlasev
ot;view component". NOTE: the Java code has been typed in text editor and have never been compiled so it might be buggy. Regards, Dimitar Vlasev - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: [S2] apply i18n on java entity from DB

2008-12-23 Thread Dimitar Vlasev
adding new language for product names becomes a matter of simple configuration. Regards, Dimitar Vlasev. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org