Sorry, I'm not familiar with mod_proxy, but I think it should be possible.
- Ville
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/t5-https-and-two-T5-apps-tp4555456p4574086.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
Tapestry 5 in action book has all the goodies. Tremendously helpful.
On Jul 11, 2011, at 1:18 AM, "Angelo C." wrote:
> hi taha,
>
> right, you and Tiago, always come to my mind when I post a question, see who
> answer my question:)
>
>
>> @ActivationRequestParameter
>> private String name
hi taha,
right, you and Tiago, always come to my mind when I post a question, see who
answer my question:)
>@ActivationRequestParameter
>private String name;
>as the field name is used by default
>http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/annotations/ActivationRequestParam
On Mon, 11 Jul 2011 01:59:31 -0300, Taha Hafeez
wrote:
Always no, most of the time yes. Grabbing all opportunities before
Thiago is awake :)
I'm awake, but it's 2am here in Belo Horizonte, Brazil and I'm quite lazy
now. :P
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapes
On Mon, Jul 11, 2011 at 10:19 AM, Angelo C. wrote:
> hi taha,
>
Hi
>
> seems you are online all the time:) i tried that /test/123, not working
> too,
>
Always no, most of the time yes. Grabbing all opportunities before Thiago is
awake :)
> however I realize it should have been:
>
> /test?na
hi taha,
seems you are online all the time:) i tried that /test/123, not working too,
however I realize it should have been:
/test?name=123
@ActivationRequestParameter("name")
private String queryParam;
that works.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/use
Did you try
www.sample.com/test/123
regards
Taha
On Mon, Jul 11, 2011 at 10:05 AM, Angelo C. wrote:
> hi,
> not sure if I understand this correctly, was hoping i can do this:
>
> www.sample.com/test?123
>
> for that I created following page class, but queryParam is always null:
>
> public cla
hi,
not sure if I understand this correctly, was hoping i can do this:
www.sample.com/test?123
for that I created following page class, but queryParam is always null:
public class Test {
@ActivationRequestParameter
private String queryParam;
Object onActivate() {
System.out
Hi Ross,
open server.xml in your tomcat/conf and search for the
Connector-Element. Add the following two attributes to that element:
proxyName="yourRealHostName" proxyPort="yourRealWebserverPort(80)".
Info can be found here:
http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html#Common_Attrib
I have a page that allows users to specify a quantity of tickets from
a number of different ticket classes. So it looks something like
this:
Standard Tickets [ qty ]
Premium Ticket [ qty ]
When the user types in a qty, select components appear for any options
on the tickets. So:
Standard Tick
10 matches
Mail list logo