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"
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
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
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
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
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.
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
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"
+
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
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
---
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
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
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
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
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
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
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.
[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
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]
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 <--
--
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
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
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
>> Besides defining these in XML, you can do this sort of thing mixing in HTML
templating.
>>
>> Common XML Config:
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> HTML template "/widgets.h
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
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
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,
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
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
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
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
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
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
... 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]
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
> 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:
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
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
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
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.
55 matches
Mail list logo