RE: Struts2 on Websphere portal 6.1.0.0

2010-04-21 Thread Prabahar
"... and I think you need to set those properties." Can you please mention what properties that i should configure in portal server? i have searched a lot but i can not get any properties to configure. Could you please share that information? More over i have configured Display Tag requestURI as

Re: struts action related query

2010-04-21 Thread aum strut
i am also agree with Dale you have two option either to develop your own solution using AJAX or can use third party solution i myself using YUI for the development but lately we are trying jquery and its really good to work with it. Choice is all urs... On Wed, Apr 21, 2010 at 12:23 PM, Dale Newf

Issue with localization: Messages not picked up from properties file

2010-04-21 Thread Kartik Kumar
Hi All, In my package structure, I have package.properties file with the following key value pair: username=User Name password=Password In my simple login page: the form elements are defined with a key look up.. My action xml mappings are given below. The first action is a

Custom TextProvider Help

2010-04-21 Thread CRANFORD, CHRIS
So I have been working on a practical solution that allows me to source my localization texts from a database table. I am using Spring 3.0.2 and Hibernate 3.5.1 along with Struts 2.1.8.1 for the implementation. I have my base action being wired with my TextService via Spring and then I have overw

RE: Convention Plugin not being picked up.

2010-04-21 Thread Martin Gainty
this sounds suspiciously like a permissions problem assuming you started $GF with startserv.bat the com.sun.aas.installRoot attribute is set as $AS_INSTALL set D01=-Dcom.sun.aas.installRoot="$AS_INSTALL" $GF_HOME/domains/domain1/config/server.policy contents would contain the necessary permiss

Struts2 annotations and superclass

2010-04-21 Thread Robert Taylor
Greetings, We are converting from using Struts1 and XDoclet to Struts2 and Struts2 annotations. We have a base action class which handles requests which displays grid style information. The super class is a template pattern which does a lot of the common heavy lifting and exposes a method "dis

RE: Convention Plugin not being picked up.

2010-04-21 Thread Miles, Chris
NOT PROTECTIVELY MARKED Thanks, It is also worth noting that I have tested just deploying the WAR and everything works fine. Just when that WAR is deployed within an EAR nothing gets picked up. Chris -Original Message- From: jonathan doklovic [mailto:list-rea...@sysbliss.com] Sent: 20

Partial Validation

2010-04-21 Thread Rahul Mohan
Hi, Is there any way I can do a partial validation in Struts 2? I have a page with two fieldsets, where I can either submit the entire page or submit only the fieldset (through Ajax). In the latter case, I wish to validate only the fieldset's properties, but in the former case I want the entire