On 6/18/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
I would create a client side widget that parses the input field values
upon
form submission and turns them into one single input submission, but
that's
me..
Can that be done in 4.1 without a single line of javascript?
I'm very alergic to ja
On 6/18/06, Cliff Zhao <[EMAIL PROTECTED]> wrote:
Tapestry jar files are in my war files.
That is then surprising... Why would you be affected with your own
ThreadLocal but not the ones from Tapestry and Hivemind (none of them are
calling ThreadLocal.remove())?
Thanks,
Henri.
oops wrong list.
On 6/18/06, Geoff Longman <[EMAIL PROTECTED]> wrote:
I know a handful, and except in one case I was the person who
introduced all of them to the framework. But I've never heard a peep
from any others.
Just wondering.
Geoff
--
The Spindle guy. http://spindle.sf.net
Blog:
I would create a client side widget that parses the input field values upon
form submission and turns them into one single input submission, but that's
me..
There are a couple examples of similar things in the current tap4 trunk
(downloadable using maven2 snapshot builds now as well).
http://tape
hi all,
i am unable to store a session variable from within my servlet
listener class which is running in the background and starts up when
the web app starts up. it implements servletcontextlistener. i have
tried the following,
HttpSession session;
String a = "asdfasdfasf";
session.setAttribute(
Tapestry jar files are in my war files.
On 6/18/06, Henri Dupre <[EMAIL PROTECTED]> wrote:
This is very interesting... I don't have any threadlocal in my app but at
every redeployment the memory is increasing. I had a quick look at the
tapestry source code and there is a bunch of ThreadLocal.se
Hi Rui,
I try to simulate your problem, here is my working code.
Hope there's no miss perception here..
here is my CustomModel,
import org.apache.tapestry.form.IPropertySelectionModel;
public class CustomModel implements IPropertySelectionModel{
private String[] keys = {"G","S","H"
I would make a new component that contains 3 input fields which bind to a
single Date value, or I suppose a Calendar value might be better.
"Phillip Rhodes" <[EMAIL PROTECTED]> skrev i en meddelelse
news:[EMAIL PROTECTED]
>I am writing a 3 field date component. The component allows the user to
Cool, thanks for the info. I'll probably be going the same route. Should our
site get banned, I'll alert the list ;-)
On 6/16/06, Jeff Lubetkin <[EMAIL PROTECTED]> wrote:
We've noticed no issues, and SEO experts that we've talked to support
this mechanism. Of course, Google being Google there'
On 6/17/06, Phillip Rhodes <[EMAIL PROTECTED]> wrote:
I am writing a 3 field date component. The component allows the user to
select the month/date/year from select boxes for their birth date.
Couple of questions:
1) Has anyone already created such a component?
2) Because I have 3 input fie
This is very interesting... I don't have any threadlocal in my app but at
every redeployment the memory is increasing. I had a quick look at the
tapestry source code and there is a bunch of ThreadLocal.set(null). But it
seems that in your case, they are not affecting the perm memory?
Where are you
> Hello again!
>
> After trying out the suggestion to use in web.xml
> (thanks Giampaolo!) I've figured out that it doesn't exactly solve my
> problem. The problem is that I need to redirect to HTTPS for login and
> some other subset of pages, and then after login, redirect back to HTTP.
> By
Hello again!
After trying out the suggestion to use in web.xml
(thanks Giampaolo!) I've figured out that it doesn't exactly solve my
problem. The problem is that I need to redirect to HTTPS for login and
some other subset of pages, and then after login, redirect back to HTTP.
By using I am
Scott,
Thank you for your kind words. No, it's not quite complete. I plan on
adding in ACL support and other stuff. I just wanted to get a "proof of
concept" out there. The AuthenticationManager and the AccessDecisionManager
will be set automatically by HiveMind, by including the hivemind-aceg
14 matches
Mail list logo