Re: Problem reloading Struts 2 app in Tomcat and Eclipse

2010-02-25 Thread Volker Karlmeier
onProvider.loadConfigurationFiles(XmlConfigurationProvider.java:893) > > ... 21 more > Feb 24, 2010 10:15:49 AM org.apache.catalina.core.StandardContext > start SEVERE: Error filterStart Feb 24, 2010 10:15:49 AM > org.apache.c

Re: Problem reloading Struts 2 app in Tomcat and Eclipse

2010-02-25 Thread Volker Karlmeier
r.java:167) > > at com.opensymphony.xwork2.util.DomHelper.parse(DomHelper.java:107) > at > com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadConfigurationFiles(XmlConfigurationProvider.java:893) > > ... 21 more > Feb 24, 2010 10:15:49 AM org.apache.catalina.core

Re: Recommended technology for pages layout in Struts2

2010-11-26 Thread Volker Karlmeier
I prefer tiles :) Am 26.11.2010 um 08:55 schrieb webmeiker : > Hi, > > Based on your experience, what do you consider the “best” technology for > layout in Struts2? > > Do you recommend me Sitemesh, Tiles2 or what? > > > > (Personally, I think the latest should be the “best”, because it’s de

Re: Struts Flow in JSP,Servlets Project

2009-06-16 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, 1) your submit button should submit to some action defined in struts.xml. 2) your action class is called (if you have not specified any other, "execute" is called. 3) the result of your action specifies, which jsp is called next your code for acc

Re: Interceptor issue in Struts 2.1.6

2009-06-16 Thread Volker Karlmeier
"struts-default"*> > > > > * * > > * class="sample.**InterceptorSample* * "/>* > > * * > > > > > > > > > > > > > > /input.*jsp* > > /input.*jsp* > > /input.*jsp* > > >

Re: s:iterator ¿begin -> end?

2009-11-04 Thread Volker Karlmeier
y to do some partial iterator (I can also do the full iterator and do a s:if to show only 5 values using status.index, but doesn't seem a nice solution. Thanks, Ignacio -- --- words a just some place to hide a wall that we can run behind.. -------

Re: NoSuchMethodException

2008-09-18 Thread Volker Karlmeier
())); ~return SUCCESS; ~} I sent you only the relevant parts of the code to keep this mail readable. Hope you may find an answer to my problem Regards ~ Volker Lukasz Lenart schrieb: | Could you post some more details? Action code, config, the full stack trace? | | |

Re: NoSuchMethodException

2008-09-18 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, fantastic. I've watched this code for ours but not seen that. Thanx a lot :) ~ Volker Dave Newton schrieb: | --- On Thu, 9/18/08, Volker Karlmeier wrote: |> I'm sorry that my answer is coming quit late, but I |> came bac

Configure result to go back to page I came from....

2008-09-18 Thread Volker Karlmeier
- -- - --- Volker Karlmeier Friedrich-Freye-Str. 61 45481 Mülheim/Ruhr Tel. : (+49) 208-7785675 Mobil: (+49) 176-21056587 Mail : [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFI0sI1aEMQXBIqssERAttWAKCcAnFkfcqVTOG/b3gN85xnrs+rqACfYiEZ

Re: Configure result to go back to page I came from....

2008-09-18 Thread Volker Karlmeier
ch page that was. Is that possible ? ~ Volker Paweł Wielgus schrieb: | Hi Volker, | where it should go when i will open my browser window (blank) and type | Your action url? | | Best greetings, | Paweł Wielgus. | | 2008/9/18 Volker Karlmeier <[EMAIL PROTECTED]>: | Hello Struts-Freaks, | | I

Re: Configure result to go back to page I came from.... [SEC=UNCLASSIFIED]

2008-09-18 Thread Volker Karlmeier
i will open my browser window | (blank) and type | | Your action url? | | | | Best greetings, | | PaweB Wielgus. | | | | 2008/9/18 Volker Karlmeier <[EMAIL PROTECTED]>: | | Hello Struts-Freaks, | | | | I have a quite easy question, I think: | | | | how can I configure an action in struts.x

Re: JPA Toplink without Spring

2008-10-02 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.oracle.com/technology/tech/java/oc4j/1013/how_to/how-to-ejb30-jpa-spring/doc/how-to-ejb30-jpa-spring.html http://www.zdnet.de/using_oracle_toplink_with_the_spring_framework_download-39002355-60263173-1.htm http://almaer.com/blog/toplink-spr

Re: JPA Toplink without Spring

2008-10-02 Thread Volker Karlmeier
; > But thats the problem... im not using spring. So, do you have a > clue? > > On Thu, Oct 2, 2008 at 9:31 AM, Volker Karlmeier > <[EMAIL PROTECTED]> wrote: > http://www.oracle.com/technology/tech/java/oc4j/1013/how_to/how-to-ejb30-jpa-spring/doc/how-

Multiproject POM

2008-03-10 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello y'all, I'm facing a problem I cannot find a solution for, so I hope to get one here: When building a Project with parent entry struts2-apps org.apache.struts 2.0.11 build fails, because struts2-apps.2.0.11.pom contains entr

Re: Problem with internationalization in addActionError

2008-04-20 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, you should try to find out, what the acutal locale is and if there is a suitable properties-file. Next, try to find out, if your properties-file is found in the right position. (Package etc.) and if it is accessible. Maybe you hav

Re: Problem with internationalization in addActionError

2008-04-21 Thread Volker Karlmeier
age.properties one package above, where the > entries for the Logon form were registered too. > > Thanks for help anyway. > > > Volker Karlmeier wrote: >> Hi Stan, >> >> mostly it's just a little mistake, that makes you crazy Did >> you make sure t

Re: Struts 2 & Dynamic Validation results

2008-04-21 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, in an action class, just use String[] params=new String[] {"/*your Parameter String*/0", "/*your Parameter String*/1",...,"/*your Parameter String*/n"}; addFieldError("a", getText("errors.required", params)); using the methods getText(String key,

Re: Two problems: Struts2 + https + file load and Struts2 + file load + java.lang.IllegalStateException: getOutputStream()

2008-04-22 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Filippov, i think you'd better use the method public java.io.PrintWriter getWriter() throws IOException; than getOutputStream(). Regards Volker Filippov, Andrey schrieb: > Hello everybody! > > I am trying to load file from DB. I use ht

Re: Validation on methods

2008-04-23 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Márcio*, *thanks for your quick answer. Yes, that will work, you're right. Unfortunately is is not exactly what i would want. You are doing your validation in the method that is called. I would prefer the framework to call *validate()* before (

Re: [OT] Looking for a util to set parameters on an object

2008-04-23 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, ognl isn't that complicated as it seems. Look at http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/index.html If you don't like it, try using java.reflection-api ;) Greg Lindholm schrieb: > I have an object and a Map of parameter/va

Retrieving action names configured in struts.xml

2008-04-29 Thread Volker Karlmeier
s in advance ~ Volker - -- - ------- Volker Karlmeier Friedrich-Freye-Str. 61 45481 Mülheim/Ruhr Tel. : (+49) 208-7785675 Mobil: (+49) 176-21056587 Mail : [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFIF5guaEMQXBIqssERAqKuAJsHTPohbwctJ

once again: validate() not called

2008-04-29 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello struts freaks, i have quite an interesting problem again. In my struts.xml i have defined a method to call for my action (method="save") Every time execute() is called in my action class, the method validate() is executed before. The same a

Re: Retrieving action names configured in struts.xml

2008-05-02 Thread Volker Karlmeier
ieb: | read the struts.xml files, and phrase it | | On Wed, Apr 30, 2008 at 5:50 AM, Volker Karlmeier <[EMAIL PROTECTED]> wrote: |> -BEGIN PGP SIGNED MESSAGE- |> Hash: SHA1 |> |> Hello struts freaks, |> |> i would like to implement a rights management for my applicati

Re: Formatting a number: all I get is the key

2008-05-04 Thread Volker Karlmeier
see the flaw that I am missing? | | Regards, | Graham | -- - -- - --- Volker Karlmeier Friedrich-Freye-Str. 61 45481 Mülheim/Ruhr Tel. : (+49) 208-7785675 Mobil: (+49) 176-21056587 Mail : [EMAIL PROTECTED] -BEGI

Re: 2

2008-05-06 Thread Volker Karlmeier
ly permitting the use of e-mail for such | purpose. | - | - -- - --- Volker Karlmeier Friedrich-Freye-Str. 61 45481 Mülheim/Ruhr Tel. : (+49) 208-7785675 Mobil: (+49) 176-21056587 Mail : [EMAIL PROTECTED] -B

Re: How to pre-select a select list?

2008-05-10 Thread Volker Karlmeier
s is the collection containing the group objects. Now how | can I make the groupid of "editinguser" be selected in allUserGroups | combo-box? | | TIA. | - -- - --- Volker Karlmeier Friedrich-Freye-Str. 61 45481 Mülheim/Ruhr Tel. : (+49) 208-7785675 Mobil:

Re: [s2] Getting the current Action name in a JSP?

2008-05-12 Thread Volker Karlmeier
you! Would you help me to carry the stone?" Pink Floyd |> > |> > | - |> > To unsubscribe, e-mail: [EMAIL PROTECTED] |> > For additional commands, e-mail: [EMAIL PROTECTED] |> > |>

Re: Writing valid OGNL

2008-05-23 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, you can write good sources for ognl are http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/index.html and http://www.opensymphony.com/ognl/pdf/LanguageGuide.pdf Volker Chris Pratt schrieb: > I don't think you can embed a scriplet i

Re: action mapping parameter issue

2008-05-23 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, it seems quite difficult to give you an answer without seeing your struts.xml Volker fea jabi schrieb: > We are getting the below error in production server for some of the > users not all. Everything works fine on our local machines. What >