We have a need to retrieve the getRemoteUser (set on the request by the web
server).
I could do something like, butis deprecated, would rather know the proper way
return
this.getRequestCycle().getRequestContext().getRequest().getRemoteUser();
For that matter, how does one access the Servlet A
Richard Clark wrote:
>
> This strikes me as a "troll" -- a statement intended merely to
> provoke people via annoyance. The simple fact is, your previous
> message asked an incredibly broad question and that's exactly the
> type of question that tends to get ignored on mailing lists. (And,
I guess with all the input we better just go with ASP.NET!
m2f
Sent from www.TapestryForums.com
Read this topic online here: <>
http://www.tapestryforums.com/viewtopic.php?p=13593#13593
m2f
So my management is finally interested in hearing about the benefits of
Tapestry.
I'm partucularly interested in the following sections:
Benefits of using Tapestry (from the management perspective ie managers)
- Cost benefits
- Infrastructure
- Ease of applying business changes
- Support (so f
Kent Tong wrote:
>
> Well, if he'd like to treat say 123 as invalid because it
> only contains 3 digits, not 10, then this won't work. Setting
> the pattern to 00 will only affect the formatting,
> but not the parsing. 123 will still be accepted as valid.
>
Thats correct, so time to wr
mike jones wrote:
> It return a Number so try something like:
>
> ((Number) getTranslatedFieldSupport().parse(this, value)).intValue());
>
>
>
Thanks!
I would have liked a numeric field which allowed zeros and validated on the
client as well.
What I have gotten to work is:
Seeing that Numeric Field is deprecated...what do people use for an entry field
that can contain numerics only (such as customer number of length 10).
I tried a translator but its trying to convert to Long...which is not what I
want.
Here is what I would like:
I dont want to go to 4 yet (management will never buy something that still is
labelled beta).
I'm fairly new w Tapestry...but so far it looks awesome.
Okay, so I'm getting the
Method 'public abstract java.lang.String
test.tapestry.pages.Login.getPassword()' (declared in class
test.tapestry.p