Extending MessageResource in struts 1.2.9.

2006-08-21 Thread sudhir howale
We have a requirement of fetching the content from DB instead of storing the name value pair in application.properties. I already have a working version of this feature which works with struts 1.0 but when I tried the same version with strus 1.2.9, the latest version, application doesnt read the e

Re: rotating text

2006-08-21 Thread paz . periasamy
Hello Kavitha, Use this sample HTML Code: Test Page .vert{ left:1px; top:5px; width:1px; writing-mode: tb-rl; } this will be displayed vertically now Look at the style : .vert{ left:1px; top:5px; width:1px; writing-mode: tb-rl; } This is applied to the text in the tag. Hope this help

Re: Validation

2006-08-21 Thread Rimzim Sinha
Use this And add to message.properties #formname.employerIdentificationNumber.required={0} - Please enter. Employer ID Number is required. Chetan Pandey <[EMAIL PROTECTED]> wrote: I have a field in my for

Re: RePopulating EditScreen with ActionForm Data

2006-08-21 Thread Puneet Lakhina
On 8/22/06, Mississippi John Hurt <[EMAIL PROTECTED] > wrote: Hi, What's the best way to do this? User finished an edit screen, formaction is populated, and info is displayed on a ReviewInfo page. User clicks "go-back-edit" goes back to the editscreen, but now data is gone. So how should I fix

Struts Layouts

2006-08-21 Thread Sherwood, Reg
Hi Can anyone provide alternatives to the struts-layout tag lib package. I have been looking for additional struts extensions for table display/layout with little affect. From previous (limited) experience I have found the struts-layout package to be unstable. Basically, I am wondering what oth

RePopulating EditScreen with ActionForm Data

2006-08-21 Thread Mississippi John Hurt
Hi, What's the best way to do this? User finished an edit screen, formaction is populated, and info is displayed on a ReviewInfo page. User clicks "go-back-edit" goes back to the editscreen, but now data is gone. So how should I fix this? Is the best way to put hidden properties for the form on t

Re: struts1.0 and 1.1 and 1.2 and 1.3

2006-08-21 Thread Simon Chappell
On 8/21/06, Ted Husted <[EMAIL PROTECTED]> wrote: In practice, most teams "in the field" seem to have standardized on 1.1 and haven't budged since. Yup. That's what we did at my last employer. The hassle of going through the procedure to get the version updated was more than mortal man could e

Re: struts1.0 and 1.1 and 1.2 and 1.3

2006-08-21 Thread Ted Husted
If you start with the latest release notes * http://struts.apache.org/1.x/userGuide/release-notes.html You can follow the links ("changes since the x.x.x distribution") back to 1.0 and review all the changes in detail. If someone wanted to summarize these on the wiki "upgrading" page, that wou

[tiles] Re: tiles - tiles stand-alone stability level

2006-08-21 Thread Antonio Petrelli
Mehdi Bahribayli ha scritto: What is stability level of tiles stand-alone (Developing, Evolving)? Tiles 2 (the new name of standalone Tiles) is still in the sandbox, therefore it is still under (heavy) development. http://struts.apache.org/struts-sandbox/tiles/index.html Will it go throug

Validation

2006-08-21 Thread Chetan Pandey
I have a field in my form for which I am doing the following validation. Basically it has to be exactly 5 characters long. The following works. minlength5 maxlength5 However

rotating text

2006-08-21 Thread Kavita Mehta
Is it possible with HTML or CSS to rotate text as its displayed in the browser? Or is this something better done with a graphic? Id like to rotate a specifc line of text 90 degrees counter clockwise so that the first letter of the first word is at the 'bottom' of a table cell. Thanks Kavita --