.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
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
.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
.
Thank you guys, I appreciate your help.
Regards,
Dimitar Vlasev
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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]
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
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]
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
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
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
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
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
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
14 matches
Mail list logo