applicationresources.properties with utf-8 characters

2009-07-01 Thread Odelya YomTov
Hi! I would like to have in my applicationresources.properties utf-8 charcters. When I write: login.notRecognized = "נא לנסות שנית" and try to save, I get the message Some characters cannot be mapped using ISO-8859-1 What tag can I add to it? It's a properties file.. Thanks!

Validator

2009-07-02 Thread Odelya YomTov
Hi! I get exception when i submit a form extends ValidatorForm. the error is really funny: SEVERE: org.apache.struts.validator.FieldChecks.validateRequired(java.lang.Object, org.apache.commons.validator.ValidatorAction, org.apache.commons.validator.Field, org.apache.struts.action.ActionMessages,

using ajaxanywhere and struts

2009-07-06 Thread Odelya YomTov
Hi! Does anyone has an example of how to use: http://ajaxanywhere.sourceforge.net/quickStart.html ? Thanks! - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache

RE: using ajaxanywhere and struts

2009-07-06 Thread Odelya YomTov
How can I use it? I need to add items available to the shopping cart.. I am using struts1 -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Tuesday, July 07, 2009 4:55 AM To: Struts Users Mailing List Subject: RE: using ajaxanywhere and struts Dojo has a suite o

RE: using ajaxanywhere and struts

2009-07-07 Thread Odelya YomTov
What would you recomnned for struts1? -Original Message- From: dusty [mailto:dustin_pea...@yahoo.com] Sent: Wednesday, July 08, 2009 7:24 AM To: user@struts.apache.org Subject: RE: using ajaxanywhere and struts Is there a compelling reason why you are using AjaxAnywhere? One may be, "I

validwhen question

2009-07-13 Thread Odelya YomTov
Hi! I have html:select with countries list I want to make sure that the user clicked on a value Jsp: -- validation.xm

disabling html:select and html:text by the value in another html:select

2009-07-16 Thread Odelya YomTov
Hi! i have these components: i would like that when the user chooses a specific value in data.payingType - it would disable/enable the other html:select and html:text. i wrote this function:

struts1 and jasper reports

2009-07-16 Thread Odelya YomTov
Hi! I would like to implement JASPER and my struts1 appliction I have list of orders and items and I would like to use it . I am new to JASPER. Does anyone know of an example for it? Thanks - To unsubscribe, e-mail: user-unsub

HSSFWorkbook - set direction right to left

2009-08-04 Thread Odelya YomTov
Hi! When I export HSSFWorkbook it writes it from left to right I would like to right it from right to left How can I do it? Thanks! - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

eCommerce Application with struts

2009-08-17 Thread Odelya YomTov
Hi! Does anyone know of an eCommerce Application example with struts? Thanks! - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

RE: eCommerce Application with struts

2009-08-17 Thread Odelya YomTov
Hi! I am looking for a simple site to buy home products. It will first display items on sales and options to look for items per categories. The client will add the desired product to its shopping cart and have the option either to continue to check out or to continue shopping. As well, there will

iterator and radio struts2

2009-10-13 Thread Odelya YomTov
Hi! I have the following class: public class Question implements Serializable { private Integer id; private String content; private String type; private List answers = new ArrayList(); . } And class answer: public class Answer implements Serializable{ private Integer

Re: iterator and radio struts2

2009-10-13 Thread Odelya YomTov
s and how do i have to write the radiobutton value? On Wed, Oct 14, 2009 at 2:13 AM, Lee Clemens wrote: > > It looks like you may be able to nest tags to achieve this. > > >         >         >                         > > > --Lee > > -Original Messa

Not display value next to radio

2009-10-14 Thread Odelya YomTov
Hi! I would like to display a question, and next to it radio button option but in a table. In the table header, I will display the 1,2,3 option like this: 1 2 3 But I must enter list!! When I enter values,it displays them next to the radio button. How can I do it?

RE: Not display value next to radio

2009-10-15 Thread Odelya YomTov
hrough the answers to create the tags, and then iterate through the same answers again to create the radio buttons -Original Message----- From: Odelya YomTov [mailto:ode...@jpost.com] Sent: Wednesday, October 14, 2009 3:30 PM To: 'Struts Users Mailing List' Subject: Not display value n

RedirectMessageInterceptor question

2009-10-18 Thread Odelya YomTov
hi! I am trying to use: RedirectMessageInterceptor the problem is, that it wants me to add to the action that i am redirecting towards. but if i declare it like this: /resources/video.jsp it does not call the method to display other data on the screen. and if i write the action to excecute:

Invalidate session when browser is closed

2009-11-02 Thread Odelya YomTov
Hi, I would like to invalidate the session when the tab/browser is being closed. I am using Struts2. I thought of using AJAX but I don't know how. Can anyone help with it? -- what matters most is how you see yourself - To unsu