Hi,
I like to know if someone has successfully used the validation framework
to select rules based on a "free" context.
My problem is this:
I have a registration wizard for a product that has different variants
(for individuals, for companies, ...)
Now I want to reuse the wizard's JSPs, ActionFo
I would solve this probably by extending the Struts img-Tag with my own.
This shouldn't be too difficult since you have all the sources for the
img-Tag.
HTH,
Christoph
alu, artifex wrote:
hi list,
i'm working on a struts web application which should give the users the
possibility to choose
the g
I'm currently trying to do something similar. Therefore I would like to
share my thoughts:
Relying on javascript for business critical functions (and if payment is
not a business critical function, what is?) is IMO NEVER a good idea,
because it is not fail-proof at all.
What only if the user ha
Slattery, Tim - BLS wrote:
I found this JavaScript, which is supposed to listen for the
"Enter" key on any browser (and submit the form on keypress).
However, it doesn't seem to be working in IE:
I don't think you need this. By default, pushing the "Enter" key is
equivalent to clicking the "Submi
Michel Van Asten wrote:
Hi,
Just to have a look at Easy Struts... I install Eclipse 3 and after I try to install Easy Struts... but at this time I got a warning about a not installed plug-in
" Easy Struts plugin (0.6.3) requires plug-in "org.eclipse.update.ui.forms"."
any idea ?
It is probably on
Carl-Eric Menzel wrote:
Hi,
I.m currently facing a weired problem.
I use a form to provide a search function. When I do not use any special
character in this form everything is fine. As soon as I enter e.g. "Rö" the
corresponding form value is set to "Rö" If an umlaut appears in the search
resul
Carl-Eric Menzel wrote:
Christoph Kutzinski wrote:
ISO-8859-1 should be no problem since it contains all german umlauts.
True. But I have standardized on UTF-8 for all text output in my
applications, since I sometimes also have to deal with cyrillic stuff,
and I don't want to adjust my enco
I would like one, too.
Shailesh Patel wrote:
I've got several more if anyone needs em.
- Shailesh
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Markus Heck wrote:
Hallo Andreas,
ich hab um 9:50 Uhr einen Arzttermin; ich meld mich dann noch mal
und sag Bescheid, wann und ob ich heute noch komme.
Zu MAP:
Dein Programm hab ich gestern noch getestet (mit einer Schleife über
alle Sätze aus vip_products), ich hab noch eine Änderung eingebaut,
da
Hi,
I would subclass LinkTag resp. RewriteTag and let them not append the
session id if the agent-name is somethink like GoogleBot or so.
I already thought about doing something like this to not create
session-id for links to css, jsp, gif files, but I didn't have the time
until now.
HTH
Chris
AFAIk this is generally disrecommended in production environments since
there are some memory leaks in Tomcat/Struts (which are seemingly very
hard or impossible to fix) regarding webapp restart.
The recommended way is to shut down and restart tomcat.
For a develop environment webapp restart is
There are some postings on this issue on the tomcat mailing list.
I just found one bookmark:
http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg137021.html
Thomas Kellerer wrote:
On 04.11.2004 12:49 Christoph Kutzinski wrote:
AFAIk this is generally disrecommended in production
12 matches
Mail list logo