Re: JSTL Tag problem!!

2004-08-29 Thread Big Chiz
Where is the ending } see error: expected one of ["} On Mon, 30 Aug 2004 12:15:02 +0530, RamKumar <[EMAIL PROTECTED]> wrote: > > > >> Your works here, the problem is EL not being evaluated > > >> So I still recommend you configure the IsELIgnored page directive > > As you said i made IsELI

Re: JSTL Tag problem!!

2004-08-29 Thread RamKumar
>> Your works here, the problem is EL not being evaluated >> So I still recommend you configure the IsELIgnored page directive As you said i made IsELIgnored page directive to false, i got into a new problem that my logic-el tags are not working now. i am getting an error as "According

Re: SecurityFilter Question?

2004-08-29 Thread Jason Lea
struts Dude wrote: - Original Message - From: "Jason Lea" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, August 29, 2004 11:04 PM Subject: Re: SecurityFilter Question? As for populating a User bean into a session once they are authenticated

RE: Reload application resources !!!

2004-08-29 Thread Yufan Shi
Hi, I'd like to have some way to expand the resouse interface. for example, we can extend our own resource module to make the resouce store in RDMS, not in the property file. It sounds like the way that JAAS login module is doing. By that, we can implement more advanced resouce control function, l

RE: Reload application resources !!!

2004-08-29 Thread Yufan Shi
Hi, I'd like to have some way to expand the resouse interface. for example, we can extend our own resource module to make the resouce store in RDMS, not in the property file. It sounds like the way that JAAS login module is doing. By that, we can implement more advanced resouce control function, l

validation problem on metod validwhen when identifiers icludes '_'

2004-08-29 Thread drago . jenko
Hi. I'm using struts 1.2.1 (or try to) and I have probles with validation metod validwhen when identifiers icludes '_' . Package changes description says that this was repaired. What I'm doing wrong. Could enyone helps! Thanks Drago Jenko The error occurs SystemErr R line 1:6: unexp

Reload application resources !!!

2004-08-29 Thread Eric Chow
Hello, Is it possible to reload the resource properties fot Struts appliction? The application resources are specifiy in struts-cong.xml, is it possible to reload it in run-time ??? Sometimes I will modify the messages resource properties, I have to restart the web app after the modification. Th

Re: manual validation of a form field

2004-08-29 Thread Gary S. Cuozzo
Thanks for the quick reply. I'll read up on that. gary. On Sun, 2004-08-29 at 22:50, Yves Sy wrote: > Hi, > > You can write your own validator to take care of that -- see the > Pluggable Validators section on the Struts site. > > -Yves- > > On 29 Aug 2004 22:24:43 -0400, Gary S. Cuozzo > <[EMA

Re: Container Managed authentication question

2004-08-29 Thread Bill Siggelkow
struts Dude wrote: hi Using container managed authentication, can i relay request parameters(i.e. username & password) to loginAction after successful authentication? Because I want to construct a User bean and add it to Session after successful authentication but request parameters seem to get los

Re: manual validation of a form field

2004-08-29 Thread Yves Sy
Hi, You can write your own validator to take care of that -- see the Pluggable Validators section on the Struts site. -Yves- On 29 Aug 2004 22:24:43 -0400, Gary S. Cuozzo <[EMAIL PROTECTED]> wrote: > Hello, > I am using Struts 1.1 and the built-in validation framework, which works > great. Howe

manual validation of a form field

2004-08-29 Thread Gary S. Cuozzo
Hello, I am using Struts 1.1 and the built-in validation framework, which works great. However, I have a few forms that have data that must be parsed a bit before it can be validated. For example, a textarea with 1 email address per line. Is there a way that I can use the validator api to do thi

RE: Possible to change input path in actionForm validate?

2004-08-29 Thread Sebastian Ho
I tried that but it is complainin about more than one identical action definition in struts-config. sebastian ho On Fri, 2004-08-27 at 20:21, Paul McCulloch wrote: > One way to do this is to have multiple actions defined in struts-config.xml, > each using the same Action class. Each action can

Re: struts webapp failure

2004-08-29 Thread Chuck Chopp
OK, nothing bad appears to be happening that I can attribute to a case sensitivity issue. I'm still at a loss, though, to identify what the source of the problem atually is. I took the same webapp WAR file and deployed it to a NetWare v6.5 SP2 server running JRE 1.4 and Tomcat v4.1.28 and the

Container Managed authentication question

2004-08-29 Thread struts Dude
hi Using container managed authentication, can i relay request parameters(i.e. username & password) to loginAction after successful authentication? Because I want to construct a User bean and add it to Session after successful authentication but request parameters seem to get lost. Thanks

Re: SecurityFilter Question?

2004-08-29 Thread struts Dude
- Original Message - From: "Jason Lea" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, August 29, 2004 11:04 PM Subject: Re: SecurityFilter Question? > As for populating a User bean into a session once they are > authenticated I have done this

How to cope with non-static database schemes

2004-08-29 Thread Fabian Kurth
As part of an application that I'm thinking about, users may specify new db tables which are then added to the database. The names of such tables, as well as the number and data types of their fields, are chosen by the user himself (step 1). Following the creation of a new table, the user should

Re: struts webapp failure

2004-08-29 Thread Chuck Chopp
Vic wrote: Windows is not case sensetive. Check that. That's an interesting point. Case is preserved in NTFS but the file system isn't actually case sensitive w/respect to locating folders & files. My OpenVMS system is using a file system that is I'll have to examine the actual file names that

Re: struts webapp failure

2004-08-29 Thread Vic
Windows is not case sensetive. Check that. .V Chuck Chopp wrote: I have a simple struts webapp I'm developing use Eclipse v3.0 / MyEclipse Enterprise Workbench v3.8.0. This webapp has been deployed as a WAR file to a local installation of Tomcat v4.1.30 on my WinXP Pro SP1 development system an

struts webapp failure

2004-08-29 Thread Chuck Chopp
I have a simple struts webapp I'm developing use Eclipse v3.0 / MyEclipse Enterprise Workbench v3.8.0. This webapp has been deployed as a WAR file to a local installation of Tomcat v4.1.30 on my WinXP Pro SP1 development system and I can browse to it w/o any problems using Mozilla and it works

Re: SecurityFilter Question?

2004-08-29 Thread Jason Lea
I guess it depends on what sort of application you have. Normally, you might display a welcome page and give access to all the stuff that doesn't need a user to login. If everything requires them to be authenticated, you could just display the welcome + the login form. Once they log in, display

struts-el doesn't accept expressions

2004-08-29 Thread struts
Hello everybody, struts-el TLDs are somewhat strange, they set rtexprvalue to false and hence this is what happens when I put an EL expr in an struts-el tag: "According to TLD or attribute directive in tag file, attribute action does not accept any expressions" Well, where is that hidden secre

Re: SecurityFilter Question?

2004-08-29 Thread struts Dude
Hi Jason, How do I use a login form that branch out to 2 restricted area depending on user's role using SecurityFilter? i.e. - if user has user role and log on, give access to /user/* - if user has admin role and log on, give access to /admin/* The only way I can think of how to do thi