Re: Dojo Rich Text Editor Not Rendered

2008-06-17 Thread StrutsUser
Let me guess: a similar problem to the date/time picker tag. > > > --- On Tue, 6/17/08, StrutsUser <[EMAIL PROTECTED]> wrote: > >> From: StrutsUser <[EMAIL PROTECTED]> >> Subject: Dojo Rich Text Editor Not Rendered >> To: user@struts.apache.org >>

Dojo Rich Text Editor Not Rendered

2008-06-17 Thread StrutsUser
Hi, I am trying to use Dojo Richtext editor in my jsp. I have specified it as When the page is launched I get the error There is no Action mapped for namespace /struts/dojo/src/widget/templates and action name EditorToolbarOneline. - [unknown location] at com.opensymphony.xwork2.DefaultAc

Re: Struts2 Ajax Integration in Maven

2008-06-16 Thread StrutsUser
issue relates to Maven, too. > > --- On Mon, 6/16/08, StrutsUser <[EMAIL PROTECTED]> wrote: >> >> staticFilter >> /* >> REQUEST >> > > What's that? Why is it listed before the S2 filter? Will it block requests

Re: Struts2 Ajax Integration in Maven

2008-06-16 Thread StrutsUser
newton.dave wrote: > > Please consider not posting the same question under different subjects. > I'm entirely unsure how this issue relates to Maven, too. > > --- On Mon, 6/16/08, StrutsUser <[EMAIL PROTECTED]> wrote: >> >> staticFilter >>

Struts2 Ajax Integration in Maven

2008-06-16 Thread StrutsUser
Hi, I am using maven 2.0.8 with struts2. I need to use Ajax (DOJO) tags in my application. In my JSP I have specified as. and am using datepicker tag in it. My web.xml contains - sitemesh /* REQUEST staticFilter /* REQUE

Re: DatePicker Button not generated

2008-06-15 Thread StrutsUser
/* REQUEST FORWARD struts /* REQUEST FORWARD I am launching my page using extension .html. newton.dave wrote: > > --- On Sun, 6/15/08, StrutsUser <[EMAIL PROTECTED]> wrote: >> I have specifi

Re: DatePicker Button not generated

2008-06-15 Thread StrutsUser
shown? Is your S2 filter mapped so that S2 can serve > its copy of Dojo? > > Dave > > --- On Sat, 6/14/08, StrutsUser <[EMAIL PROTECTED]> wrote: > >> From: StrutsUser <[EMAIL PROTECTED]> >> Subject: DatePicker Button not generated >> To: user@struts.a

DatePicker Button not generated

2008-06-13 Thread StrutsUser
Hi, I have defined datepicker in my JSP as But when the page is launched only the label is getting displayed. The button for the picker is not displayed. Could you anyone please help me out on this? Thanks I have given below the generated scripts for the date picker -

Struts2 and Tables

2008-06-12 Thread StrutsUser
Hi, I am new to struts and am stuck with a problem. Could anyone please help me with this. I need to create a table which should get values from DB and display them. I should also be able to add/delete rows to/from the table. Some of the columns of the table should be rendered as combo boxes. Is

not working after validation error

2008-06-04 Thread StrutsUser
Hi, I am having a situation where the tag does not work. I am doing some client side validation using javascript and server side valdiations in the 'validate()' method of my action class. When client side validation fails and I click the reset button, the data gets cleared. But when the validati

Re: focusElement attribute in tag

2008-06-04 Thread StrutsUser
this: > > > _your_javascript_here_ > > > > > On Wed, Jun 4, 2008 at 9:40 AM, StrutsUser <[EMAIL PROTECTED]> > wrote: > >> >> Hi, >> I tried this by putting this code in a javascript function and calling it >> during onfocus of . It&#

Error Messages In ApplicationResources.properties

2008-06-04 Thread StrutsUser
Hi, I have a situation where I am doing some client side validation in javascript. When an error occurs I need to get the error message from ApplicationResources.properties. I also need to pass a field name to the error message. I tried using getText() within JavaScript to access the error message

Re: focusElement attribute in tag

2008-06-04 Thread StrutsUser
n Wed, Jun 4, 2008 at 8:40 AM, StrutsUser <[EMAIL PROTECTED]> > wrote: > >> >> Thanks Felipe. >> Could you give me some pointers in writing this sort of Javascript code >> for >> focussing on an element. >> I am not well versed in Javascrip

Re: focusElement attribute in tag

2008-06-04 Thread StrutsUser
Thanks Felipe. Could you give me some pointers in writing this sort of Javascript code for focussing on an element. I am not well versed in Javascript. That's why. Thanks & Regards Ajay felipe.lorenz wrote: > > I do this by java scritp... > > On Wed, Jun 4, 2008 at 8:12 A

focusElement attribute in tag

2008-06-04 Thread StrutsUser
Hi, I have a requirement where I need to set the focus in a particular element when a page is loaded. I tried using the 'focusElement' attribute in tag. I got the error 'Attribute focusElement invalid for tag form according to TLD'. I am using struts2-core-2.0.11.jar and the form tag in this vers

Re: html:errors and manual iterate

2004-12-11 Thread StrutsUser
g for? Martin- - Original Message - From: "StrutsUser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 11, 2004 8:19 AM Subject: html:errors and manual iterate I have a situation in which I have to add an ActionError without a message (use it to

html:errors and manual iterate

2004-12-11 Thread StrutsUser
I have a situation in which I have to add an ActionError without a message (use it to indicate field in error on the page). If I use the generic html:errors tag, it displays lineitems without a message. Is there a way to iterate over html:errors to check that a message should be displayed only i

grab form bean was Re: form reset

2004-10-07 Thread roy-strutsuser
Hey guys, Thanks for the response on my first question. Turns out I'm an idiot and was pre-filling a form element via the value parameter of a tag. However this now leads to a second question. How do I grab the form bean and the fields? I'd like to print the value of a form field either on

grab form bean was Re: form reset

2004-10-07 Thread roy-strutsuser
Hey guys, Thanks for the response on my first question. Turns out I'm an idiot and was pre-filling a form element via the value parameter of a tag. However this now leads to a second question. How do I grab the form bean and the fields? I'd like to print the value of a form field either on

form reset

2004-10-06 Thread roy-strutsuser
Hi guys, I know this has been asked before... but nothing seems to be working for me. I have a ActionForm in which I reset all my fields to null. Can someone please not only correct me on what I'm doing wrong but also explain why? I've tried both these of these: -- if ( map

form reset

2004-10-06 Thread roy-strutsuser
Hi guys, I know this has been asked before... but nothing seems to be working for me. I have a ActionForm in which I reset all my fields to null. Can someone please not only correct me on what I'm doing wrong but also explain why? I've tried both these of these: -- if ( map