jsessionid

2006-01-13 Thread Rafael Taboada
Hi folks... Why does jsessionid appears in my application when I login???... Where can I disable this?? Thanks in advance -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

RE: How to use a tag withing another tag?

2006-01-13 Thread Gupta, Karan
Yes, I know.. But this logic:equal tag requires the value attribute.. Thanks.. -Original Message- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: Friday, January 13, 2006 4:44 PM To: Struts Users Mailing List Subject: Re: How to use a tag withing another tag? You cannot use tag i

RE: How to use a tag withing another tag?

2006-01-13 Thread Gupta, Karan
Thanks Wendy. I'm using Struts 1.2.8 and JBoss 4.0.1. And ur right -- I plugged in that little piece of code, and it didn't work :-) I'll be lookign at the JSTL docs and waiting for another email.. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, January 13, 200

Re: How to use a tag withing another tag?

2006-01-13 Thread Wendy Smoak
On 1/13/06, Gupta, Karan <[EMAIL PROTECTED]> wrote: > I have tried several ways, including > value=""> > but nothing seems to work. As you've discovered, you can't use a JSP tag as an attribute of another JSP tag. You can use JSTL: value="${equipTypeObj.equipType}" Whether that will

Re: How to use a tag withing another tag?

2006-01-13 Thread Michael Jouravlev
You cannot use tag inside another tag. In most cases you can use element content instead of "value" attribute of that element. Michael. On 1/13/06, Gupta, Karan <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using a logic:equal tag in my jsp and the value of the property has to be > compared with the

How to use a tag withing another tag?

2006-01-13 Thread Gupta, Karan
Hi, I'm using a logic:equal tag in my jsp and the value of the property has to be compared with the value in a bean. How is it possible to do that? In the following code, both "inventoryDefinitions" and "equipTypes" are of type List.

Re: Login form

2006-01-13 Thread Rafael Taboada
And talking about sessions.. is there any method or taglib in order to get session variables in my jsp??? When the user submit his user and password and all is ok, so my loginaction class forwards to a main.jsp where I want to show his name.. Something like "welcome peter"... In my loginaction cl

Re: Login form

2006-01-13 Thread Rafael Taboada
cool!!!...That is that I want... thank u so much!!! -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: Please give me an example

2006-01-13 Thread Pieter Pareit
+ On 1/13/06, Sony Thomas <[EMAIL PROTECTED]> wrote: > > Hi all, > > Can anyone give me an example of how to use > ; suppose I want to display my messages inside two > horizontal lines how to configure that in my properties file. Can anyone > give me some code examples > > thanks

Please give me an example

2006-01-13 Thread Sony Thomas
Hi all, Can anyone give me an example of how to use ; suppose I want to display my messages inside two horizontal lines how to configure that in my properties file. Can anyone give me some code examples thanks in advance sony ---

Re: Login form

2006-01-13 Thread Laurie Harper
Rafael Taboada wrote: hi folks... I'm developing a site where the user need to login at first in order to use the site... My problem is that my app doesn't control the browser back and forward buttons... I mean, when I'm in the login form and I get access to the site, and I click the browser bac

Re:

2006-01-13 Thread Laurie Harper
Josh McDonald wrote: styleId, reference the taglib docs: http://struts.apache.org/struts-doc-1.2.x/userGuide/struts-html.html#form Ah thanks I didn't see that. Or to generate a name="" that's not based on the name of the form bean? I'm not sure why you'd want to that. So I can have two

Re: bean:write & internationalization

2006-01-13 Thread Laurie Harper
Marco Mistroni wrote: Hello all, I m stuck with a very simple problem :( I have a bean:write key="my.key" Where My.key =this is {0} message I need to replace {0} with another property which is in my app resources file But looks like this syntax does not work Note that message keys

Re: Session Attribute strange behaviour

2006-01-13 Thread Laurie Harper
Regarding what happens when the user presses the back button, you may find the info I just added to the wiki helpful: http://wiki.apache.org/struts/BrowserBackAndSecurity L. Gaet wrote: Hi, Thanks Marcelo, For the back button of the browser I have disabled it because user does "tax declara

Re: Session Attribute strange behaviour

2006-01-13 Thread Michael Jouravlev
On 1/13/06, Gaet <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks Marcelo, > > For the back button of the browser I have disabled it because user does "tax > declaration" on the web site. > The problem with the back button of the browser is to handle the values typed > by the user 3 pages ago...so if

A very helpfull utility class!! Feel free to use...

2006-01-13 Thread Pieter Pareit
Hi, I have developed two utility classes to store my actionMessages in a ThreadLocal variabele //- Code of my ErrorUtil class, I have the simular class for my ActionMessages package org.easy.framework.util; import org.apache.struts.action.ActionErrors; import org.apache.struts.act

Re: DispatchMapping error

2006-01-13 Thread kkamholz
Oh wow, just realized that it was a really stupid mistake that I haven't been able to catch over the past couple days. You know, one of those copy/paste mistakes where you forget to change part of what you copied. Didn't catch it till I pasted it into a reply here. Sorry about that everyone.

Re: DispatchMapping error

2006-01-13 Thread Laurie Harper
[EMAIL PROTECTED] wrote: I'm getting a weird error when I click on an html:link. The message says: [Servlet Error]-[DispatchMapping[/GetToolHistory] does not define a handler property]: javax.servlet.ServletException: DispatchMapping[/GetToolHistory] does not define a handler property I don

Struts presenation post

2006-01-13 Thread netsql
http://jroller.com/page/pdelaney?entry=struts_an_embarrassment_of_riches .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Validation per action

2006-01-13 Thread Laurie Harper
Rick Reumann wrote: Sony Thomas wrote the following on 1/13/2006 8:34 AM: 1. You can set the validate attribute to false in struts-config and then in the action you can call the validate method. inside the action This is the approach I like to use: http://www.learntechnology.net/validate-m

Re: [OT] JSF-Shale-Facelets orthogonality

2006-01-13 Thread xzuma
On 1/13/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > On 1/12/06, David G. Friedman <[EMAIL PROTECTED]> wrote: > > > > Since no one else has answered, I'll give this a try: > > > > JSF is the base for everything you asked about. Only AFTER you are > > comfortable with JSF implementation (the

Re: bean:write & internationalization

2006-01-13 Thread Ed Griebel
Try this, it's much cleaner and doesn't use scriptlets: You don't need the EL version of the library if you're using a JSP 2.0 server, just use . -ed On 1/13/06, Gary Feidt <[EMAIL PROTECTED]> wrote: > The last time I did this in a jsp I had to write a little scriplet code > to go with

Re: [shale] starting server errors

2006-01-13 Thread Craig McClanahan
On 1/13/06, Garner, Shawn <[EMAIL PROTECTED]> wrote: > > Which TLD inside with JAR? Sometimes JRun can be quirky with jars being in > which lib directory, especially when I deploy directory for development > instead of a war. > > I'd be inclined to bug them if I know which J2EE 1.3 functionality to

Re: bean:write & internationalization

2006-01-13 Thread Gary Feidt
The last time I did this in a jsp I had to write a little scriplet code to go with it. Here is what I did: <% java.util.ResourceBundle bundle = ResourceBundle.getBundle(Constants.RESOURCE_BUNDLE, currentUser.getLocale()); sArg0 = bundle.getString("jsp.event.future"); %> I hope this helps. Gary

Re: need help in tomhawk calendar

2006-01-13 Thread Alexandre Poitras
You should ask this in the Myfaces mailing list. On 1/13/06, JEEVANATHAM P. /BPCRP/INFOTECH/VASHI <[EMAIL PROTECTED]> wrote: > Hi all, > > > > For the popup datepicker I am trying to use the t:inputCalendar tag. In the > examples it is working fine. > > When I try to implement in to my applicat

DispatchMapping error

2006-01-13 Thread kkamholz
I'm getting a weird error when I click on an html:link. The message says: [Servlet Error]-[DispatchMapping[/GetToolHistory] does not define a handler property]: javax.servlet.ServletException: DispatchMapping[/GetToolHistory] does not define a handler property I don't get why I'm getting this

Re: About SOA

2006-01-13 Thread Kumar deepak
Hi, Please visit: http://www.roseindia.net/webservices/ SOA & Web Services Tutorials in this site helps you learn more about service-oriented architecture (SOA) and web services. So you will learn SOA & Web Services from http://www.roseindia.net/webservices/. Regards [EMAIL PROTECTED] wro

Re: [OT] utility or tool to convert HTML and JSP tags to struts or JSF tags again

2006-01-13 Thread Dave Newton
Ashish Kulkarni wrote: > we some HTML pages and jsp pages, which we want to > convert to struts, or JSF > Is there a utility which would read this html or jsp > page and convert the tags to struts tags? > I thought struts-console did it, but it seems it does > not do it > Is there any utilities out

Re: [FRIDAY] You might be a Dilbert if ...

2006-01-13 Thread Frank W. Zammetti
Dave Newton wrote: You might be a Dilbert if you need a girl whose last name doesn't end in .JPG. ROFLMFAO!! You might be a Dilbert if, after getting caught with porn on your work PC, you claim there was no porno, just a collection of 1's and 0's that, through the mystery (and majesty) of c

Re: [FRIDAY] You might be a Dilbert if ...

2006-01-13 Thread Dave Newton
Frank W. Zammetti wrote: > You might be a Dilbert if you spend more time each week filling out a > time breakdown report and status reports than you do actually > twiddling bits. You might be a Dilbert if your boss ever uses the phrase "how to embellish..." during time breakdown report review. > Yo

RE: [shale] starting server errors

2006-01-13 Thread Garner, Shawn
I tried this and it doesn't work: Temporary workaround is to declare the appropriate listener class in your web.xml. Shawn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Friday, January 13, 2006 12:39 AM To: Struts Users Mailing L

Re: Using parameters

2006-01-13 Thread Emmanouil Batsis
Emmanouil Batsis wrote: salva wrote: Hello, is it possible to put the attributes from the form to the url if the user press the submit button? Use GET as the submition method. Nope, not a weird HTTP extention or anything. Should be submission ;-) Manos

Re: Using parameters

2006-01-13 Thread Emmanouil Batsis
salva wrote: Hello, is it possible to put the attributes from the form to the url if the user press the submit button? Use GET as the submition method. Manos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

bean:write & internationalization

2006-01-13 Thread Marco Mistroni
Hello all, I m stuck with a very simple problem :( I have a bean:write key="my.key" Where My.key =this is {0} message I need to replace {0} with another property which is in my app resources file But looks like this syntax does not work Anyone could help? Thanx and regards marco

Using parameters

2006-01-13 Thread salva
Hello, is it possible to put the attributes from the form to the url if the user press the submit button? So the user can copy the link and use maybe later. Thx :) like //SearchPage http://www.sasdfsdf.com/Search.jsp isbn 31334 maxprice 23 //submit <-- --

[OT] utility or tool to convert HTML and JSP tags to struts or JSF tags again

2006-01-13 Thread Ashish Kulkarni
Hi we some HTML pages and jsp pages, which we want to convert to struts, or JSF Is there a utility which would read this html or jsp page and convert the tags to struts tags? I thought struts-console did it, but it seems it does not do it Is there any utilities out there open source, free possibly

Re: Validation with DynaValidatorForm not working - help

2006-01-13 Thread Mahadevan Venkataraman
I was able to solve the problem. The problem was I was calling the URL for the form directly from the browser. Fixed the problem.. Thanks Maha --- Mahadevan Venkataraman <[EMAIL PROTECTED]> wrote: > > > Here is the stack trace that I got from the > catalina.log > > Maha > > > > Jan 11, 20

Re: [FRIDAY] You might be a Dilbert if ...

2006-01-13 Thread Frank W. Zammetti
Oh good! I usually spend more time on digg.com and The Daily Rotation, so I must not be a Dilbert! ;) For those that ARE... You might be a Dilbert if, when a consultant is trying to sell your company online collaboration tools, you raise your hand and ask "but then, won't our users just be a

Re: [shale] clay renderId

2006-01-13 Thread Gary VanMatre
>> Besides defining these in XML, you can do this sort of thing mixing in HTML templating. >> >> Common XML Config: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> HTML template "/widgets.h

Re: Validation per action

2006-01-13 Thread Rick Reumann
Sony Thomas wrote the following on 1/13/2006 8:34 AM: 1. You can set the validate attribute to false in struts-config and then in the action you can call the validate method. inside the action This is the approach I like to use: http://www.learntechnology.net/validate-manually.do (bottom of

Re: Session Attribute strange behaviour

2006-01-13 Thread Gaet
Hi, Thanks Marcelo, For the back button of the browser I have disabled it because user does "tax declaration" on the web site. The problem with the back button of the browser is to handle the values typed by the user 3 pages ago...so if the user go back on this page, the form is empty...so I p

Re: quartz plugin issue

2006-01-13 Thread lio struts
What do you call persistent jobs? Things that deals with persitent data or what? About database connection, I defined a datasource a file my-app-ds.xml and it's managed by jboss. I don't have any jobstore to sore my single job. It's started with my servlet i paste there. About quartz.properties,

[OT] Re: Wildcards in actionmapping and dodgey URLs

2006-01-13 Thread Dave Newton
Josh McDonald wrote: > So the answer would be a 404 then? :) It's what I assumed would happen, > just wasn't sure. > I gotta know: wouldn't have been quicker to type in a dodgy URL and see what happened?! Dave - To unsubscri

Login form

2006-01-13 Thread Rafael Taboada
hi folks... I'm developing a site where the user need to login at first in order to use the site... My problem is that my app doesn't control the browser back and forward buttons... I mean, when I'm in the login form and I get access to the site, and I click the browser back button... It returns t

Re: Validation per action

2006-01-13 Thread Sony Thomas
Hi, you can solve this problem two three ways. 1. You can set the validate attribute to false in struts-config and then in the action you can call the validate method. inside the action either by : form.validate(request,mapping) or by : suppose it is UserForm UserForm userForm = (UserF

Re: [FRIDAY] You might be a Dilbert if ...

2006-01-13 Thread Emmanouil Batsis
Ted Husted wrote: ... your only source of current events is Slashdot and The Daily Show. Common pattern. We read meta-news sites, we do meta-programming etc. I mean, picking your own news is like, err, micromanaging your own life right? Manos

Re: [FRIDAY] You might be a Dilbert if ...

2006-01-13 Thread Simon Chappell
There are others? Who knew! On 1/13/06, Ted Husted <[EMAIL PROTECTED]> wrote: > ... your only source of current events is Slashdot and The Daily Show. > > -T. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional com

Validation per action

2006-01-13 Thread Matheus Eduardo Machado Moreira
Hi everybody, is there any way to configure the validation mechanism per action instead than per form? And is it possible to configure this mechanism per use case (not a global configuration)? The project's architect decided that each use case (that includes all the crud operations) s

[FRIDAY] You might be a Dilbert if ...

2006-01-13 Thread Ted Husted
... your only source of current events is Slashdot and The Daily Show. -T. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [shale] starting server errors

2006-01-13 Thread Garner, Shawn
Which TLD inside with JAR? Sometimes JRun can be quirky with jars being in which lib directory, especially when I deploy directory for development instead of a war. I'd be inclined to bug them if I know which J2EE 1.3 functionality to tell them directly isn't working? Maybe I'll try to run an upd

Re: [shale] clay renderId

2006-01-13 Thread Ryan Wynn
> Besides defining these in XML, you can do this sort of thing mixing in HTML > templating. > > Common XML Config: > > > > > > > > > > > > > > > > > > > > > > > HTML template "/widgets.html": > > Mock Label:

RE: quartz plugin issue

2006-01-13 Thread Marco Mistroni
Hello, Ok anyway, I have used it also outside spring.. Basically what I did was to write a simple plugIn that initializes The quartz scheduler, that's all you need Now, looks to me ur error may be due to some properties not configured Are you using persistent jobs? If so, have you de

Re: quartz plugin issue

2006-01-13 Thread lio struts
spring seems to be a big hammer for a little nail... Thanks for your advice anyway I gave up jgsullivan plugin (no way to make it work) and i'm to lazy and short in time to make my own. I just coded a another servlet that do the jbo (starting by web.xml next to struts) 2006/1/13, Marco Mistroni

RE: quartz plugin issue

2006-01-13 Thread Marco Mistroni
Hello, I have used Quartz with struts via Spring framework, and Everything has worked just fine... I have run it on JBoss 3.0.2 and tomcat 5.5 without problems.. Moving to spring avoided me having different config files just For quartz. I'll suggest you go that way, spring supports quartz q

Re: What to do...what to do...

2006-01-13 Thread Ext . Ilitia2
Hi Mark, I'm not sure, but I think that the problem is the access to database When you set the user in MySql, you have to put the machine's ip (or dns) from it connects If this users was configurate only with your machine's ip, it could be the reason bye.