Re: How to use

2006-05-04 Thread Kjersti Berg
Try making the entire onchange one scriptlet like this: Kjersti On 03/05/06, Joey Watson <[EMAIL PROTECTED]> wrote: u meant using tag or what? I tried to use the , but it doesn't work. I think the reason is. struts is not allow use java or tag for the paramater's value. like >>

Re: Properties

2006-04-12 Thread Kjersti Berg
On 12/04/06, Neil Meyer <[EMAIL PROTECTED]> wrote: > Hi, > > Would like to know why the following doesn't work can anybody explain it > please. > > I have a text box on a page this text box is readonly when the readonly > property is set to true. > > > readonly=" name='form' property='readOnly'/>

Re: AW: logic:iterate

2006-02-24 Thread Kjersti Berg
Check out this link from the wiki: http://wiki.apache.org/struts/StrutsCatalogLazyList, the section on Indexed properties. In order for it to work, you have to set the id attribute to the same as the indexed property. Kjersti On 24/02/06, Hans-Peter Petek <[EMAIL PROTECTED]> wrote: > > Hello, > >

Re: IBM Portal server V5.0.2.3

2005-12-13 Thread Kjersti Berg
e: > > yes, I did try that. When I use it without encoding, it doesn't recognize > the .jsp file. > > -Original Message- > From: Kjersti Berg [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 13, 2005 12:36 PM > To: Struts Users Mailing List; [EMAIL PROTECTED] &

Re: IBM Portal server V5.0.2.3

2005-12-12 Thread Kjersti Berg
Have you tried using a regular struts tag? We're using the Struts Portal Framework that ships with Webshere Portal Server, and this works just fine for us. Kjersti On 08/12/05, Meenakshi Singh <[EMAIL PROTECTED]> wrote: > > yes I am using WSAD V5.1.1 & using portal server. I have created the >

Re: html:textarea - escape html special characters

2005-11-09 Thread Kjersti Berg
On 10/11/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > Kjersti Berg wrote: > > The html:textarea will escape html special characters to html > > entities. Inputing an & will give a string with &. Fair enough. > > But why does inputting a < or > give

html:textarea - escape html special characters

2005-11-09 Thread Kjersti Berg
The html:textarea will escape html special characters to html entities. Inputing an & will give a string with &. Fair enough. But why does inputting a < or > give you < instead of < ? Kjersti - To unsubscribe, e-mail: [EMAIL

Re: [OT] Struts , Portal how does this fit

2005-10-05 Thread Kjersti Berg
The WebSphere Portal Server comes with it's own implementation of Struts for portlet developement. Kjersti On 05/10/05, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > > > Hi > 1 . Suppose we have a site up and running which has > been developed using struts, can this website be a > part of port

Re: Re: Re: validate() not called haunts

2005-08-10 Thread Kjersti Berg
On 11/08/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Re. the "Spam" thing, i really do apologize. I totally understand because > it probably bugs me more than it bugs anybody else. We are supposed to use > Lotus notes for mail in our company and I absolutely *hate* it. This > "spam" thing is

Re: help on plugin and i18n

2005-08-07 Thread Kjersti Berg
On 05/08/05, peeths @struts <[EMAIL PROTECTED]> wrote: > hi , > > i have added > but still i'm getting the same error , i 've placed the resource files > inside WEB-INF folder , how can i recover it . > Is it in the classes folder? It has to be on the webapps classpath. Kjersti > regards > An

Re: Validating indexed properties using struts

2005-08-04 Thread Kjersti Berg
On 04/08/05, Kalra, Ashwani <[EMAIL PROTECTED]> wrote: > > Hi, > > Can some one give me some sample on how to validate the indexed > properties in Struts 1.1 > I assume you are using the default Validator plugin. This is an excerpt from my validation.xml, using indexed properties.

Re: Syntax

2005-07-25 Thread Kjersti Berg
On 25/07/05, Vijay K Anand <[EMAIL PROTECTED]> wrote: > Hi > > What is wrong in the below code ? Eclipse is making noise...but code > runs fine... > styleId="<%= "c"+(String)CoreID %>" /> Not sure, but this looks odd: styleId="<%= "c"+(String)CoreID %>" /> How about styleId='<%= "c" + (String)C

Re: Resetting ActionForm properties during validation

2005-07-25 Thread Kjersti Berg
roperties would be null instead of zero (which > is semantically more correct). Is there a way to circumvent the auto > population stuff? > > Thanks, > gregory > > -----Original Message- > From: Kjersti Berg [mailto:[EMAIL PROTECTED] > Sent: lundi 25 juillet 2005 11

Re: Resetting ActionForm properties during validation

2005-07-25 Thread Kjersti Berg
On 25/07/05, Vandenbroucke Gregory <[EMAIL PROTECTED]> wrote: > Hi all, > > I have several forms which contain fields that should only accept numeric > data. If the entered data wasn't numeric, then during validation of that > field I would like to be able to leave the form field empty. But struts

Re: Validating nested, indexed properties

2005-07-08 Thread Kjersti Berg
I should probably slap myself now. This works just fine, if the struts-config doesn't turn validation off. :) Kjersti - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Validating nested, indexed properties

2005-07-08 Thread Kjersti Berg
On 07/07/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > What do you mean when you say it doesn't work? I mean that when I input characters in an integer-only field, the validation is not triggered, the values are just set on the form. However, I have tried to dig a bit more into this, and have lo

Re: Reg. Can't find form bean for XXXForm : Error.

2005-07-06 Thread Kjersti Berg
On 7/6/05, Iyanu, Rajasekaran <[EMAIL PROTECTED]> wrote: > Hi Berg, > > Thanks for ur prompt reply. > Yup, the definitions in Form and Action mapping are the same.. And the > scope is request throughout... > > Any more clues in this regard..? > This page http://www.geocities.com/Colosseum/Fi

Re: Reg. Can't find form bean for XXXForm : Error.

2005-07-06 Thread Kjersti Berg
On 7/6/05, Iyanu, Rajasekaran <[EMAIL PROTECTED]> wrote: > Hi All, > > I have an Action Form associated with a JSP and an Action class. > When I try to access the JSP page, it throws the following exception. > > "javax.servlet.ServletException: [ServletException in:XXX/YYY.jsp] > Can't find f

Validating nested, indexed properties

2005-07-05 Thread Kjersti Berg
Hi I would like to validate some nested, indexed properties on my form. I've googled and found someone having similar problems, but haven't found a solution yet. Any help would be great. The form contains a list of Job objects, each having a set of properties, let's say number and size. I tried t

Re: c:out not finding values that are in a pojo, inside an actionForm.

2005-06-28 Thread Kjersti Berg
On 6/28/05, Dave Newton <[EMAIL PROTECTED]> wrote: > Mick Knutson wrote: > > >Here is my stack: > >As you can see, the values are there, but it just is not picking them > >up. > >Also, here is what I have in the jsp: > > > > >property="activity.lastPinChangeDate"/> > > > >  >key="l

Re: Setting value at runtime in logic:equal

2005-06-28 Thread Kjersti Berg
On 6/28/05, Brad Rhoads <[EMAIL PROTECTED]> wrote: > Nitesh wrote: > > > You are probably looking for... > > > > Unfortunately, that gives: > > cannot find symbol > symbol : method getOrderStatus() > location: class java.lang.Object > _jspx_th_logic_equal_0.setValue( orderObj.get

Re: Pass parameter to javascript function

2005-06-09 Thread kjersti . berg
Really? IDon't you have to enclose the entire value in one scriptlet expression? Like this: Kjersti |+--> || "Avjit Singh Jhajj" | || <[EMAIL PROTECTED]| || fmail.com> | ||