Re: Wicket Application on GoDaddy

2012-04-03 Thread anantasthana
You will have to set up a redirect through Apache(Not apache tomcat) or IIS
webserver 
You can set a virtual redirect which redirects all requests to
mydomain.com/myApp 
to mydomain.com:8080/webappName/

I can not remember the exact configuration but I am sure you will be able to
find them.
If not i can look at my configuration.

here are some URL's to get you started
http://stackoverflow.com/questions/603765/how-do-i-redirect-from-apache-to-tomcat
http://tomcat.apache.org/tomcat-4.1-doc/proxy-howto.html
http://tomcat.apache.org/connectors-doc/generic_howto/quick.html

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-Application-on-GoDaddy-tp4529071p4529802.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Customizing Error / Validation messages

2011-11-14 Thread anantasthana
SO it says it is Loading the Properties file in the debug messages
I have the key as 
pattern =${label} is not a valid zip
but it still shows the regular expression should i try ${pattern} = zip is
invalid ??
Good work on getting I.5.3 released


Martin Grigorov-4 wrote:
 
 Enable DEBUG logging for
 org.apache.wicket.resource.loader.ComponentStringResourceLoader and
 see whether your .properties file is asked at all.
 
 On Mon, Nov 14, 2011 at 10:44 AM,  lt;anant.asty@gt; wrote:
 I tried that it still does not work for some reason I have
 VendorPage.class VendorPage.html and VendorPage.properties
 Containing pattern = ${label} is invalid zip. It still shows me the
 default message. Am I missing a step or doing some thing wrong?
 --Original Message--
 From: Martin Grigorov
 To: users@.apache
 ReplyTo: users@.apache
 Subject: Re: Customizing Error / Validation messages
 Sent: Nov 14, 2011 1:09 AM

 Hi,

 On Mon, Nov 14, 2011 at 8:50 AM, anantasthana lt;anant.asty@gt; wrote:
 I am using pattern validator and i on a page named VendorPage and have a
 properties file with keys
 pattern= Zip
 I am using the pattern validator to validate zip code so i want the
 message
 to say ... is not a valid zip
 I dont know if i am doing smoe thing wrong or missing some thing but i
 can
 not get the message to display correctly.
 Thanks

 Create file VendorPage.properties and put it next to VendorPage.html
 (make sure it is copied next to VendorPage.class at build time) and
 put a line like:
 pattern = ${label} is not a valid zip




 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Customizing-Error-Validation-messages-tp4038582p4038582.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscribe@.apache
 For additional commands, e-mail: users-help@.apache





 --
 Martin Grigorov
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com

 -
 To unsubscribe, e-mail: users-unsubscribe@.apache
 For additional commands, e-mail: users-help@.apache



 
 
 
 -- 
 Martin Grigorov
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com
 
 -
 To unsubscribe, e-mail: users-unsubscribe@.apache
 For additional commands, e-mail: users-help@.apache
 


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Customizing-Error-Validation-messages-tp4038582p4040652.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Customizing Error / Validation messages

2011-11-14 Thread anantasthana
Here is the Log messages
I am not sure what it is doing 

DEBUG - AbstractShiroFilter- No FilterChainResolver configured. 
Returning original FilterChain.
DEBUG - ponentStringResourceLoader - component: '[TextField [Component id =
zip]]'; key: 'zip.PatternValidator'
DEBUG - ponentStringResourceLoader - key:
'vendorPanel.vendorForm.zip.zip.PatternValidator'; class:
'com.aspen.web.html.vendor.VendorEditPage'; locale: 'en_US'; Style: 'null';
Variation: 'null'
INFO  - PropertiesFactory  - Loading properties files from
file:/C:/Users/AAsthana/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Aspen/WEB-INF/classes/com/aspen/web/html/vendor/VendorEditPage.properties
with loader
org.apache.wicket.resource.IsoPropertiesFilePropertiesLoader@a606e6
DEBUG - ponentStringResourceLoader - key: 'zip.PatternValidator'; class:
'com.aspen.web.html.vendor.VendorEditPage'; locale: 'en_US'; Style: 'null';
Variation: 'null'
DEBUG - ponentStringResourceLoader - key:
'vendorForm.zip.zip.PatternValidator'; class:
'com.aspen.web.html.vendor.VendorEditPage$1'; locale: 'en_US'; Style:
'null'; Variation: 'null'
INFO  - PropertiesFactory  - Loading properties files from
file:/C:/Users/AAsthana/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Aspen/WEB-INF/classes/com/aspen/web/html/vendor/VendorEditPanel.properties
with loader
org.apache.wicket.resource.IsoPropertiesFilePropertiesLoader@a606e6
DEBUG - ponentStringResourceLoader - key: 'zip.PatternValidator'; class:
'com.aspen.web.html.vendor.VendorEditPage$1'; locale: 'en_US'; Style:
'null'; Variation: 'null'
DEBUG - ponentStringResourceLoader - key: 'zip.zip.PatternValidator'; class:
'org.apache.wicket.markup.html.form.Form'; locale: 'en_US'; Style: 'null';
Variation: 'null'
DEBUG - ponentStringResourceLoader - key: 'zip.PatternValidator'; class:
'org.apache.wicket.markup.html.form.Form'; locale: 'en_US'; Style: 'null';
Variation: 'null'
DEBUG - ponentStringResourceLoader - key: 'zip.PatternValidator'; class:
'org.apache.wicket.markup.html.form.TextField'; locale: 'en_US'; Style:
'null'; Variation: 'null'
DEBUG - ponentStringResourceLoader - component: '[TextField [Component id =
zip]]'; key: 'zip.PatternValidator'
DEBUG - ponentStringResourceLoader - component: '[TextField [Component id =
zip]]'; key: 'zip.PatternValidator'
DEBUG - ponentStringResourceLoader - key:
'vendorPanel.vendorForm.zip.zip.PatternValidator'; class:
'com.aspen.web.WebAppDescriptor'; locale: 'en_US'; Style: 'null'; Variation:
'null'
INFO  - PropertiesFactory  - Loading properties files from
file:/C:/Users/AAsthana/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Aspen/WEB-INF/classes/com/aspen/web/WebAppDescriptor.properties
with loader
org.apache.wicket.resource.IsoPropertiesFilePropertiesLoader@a606e6
INFO  - PropertiesFactory  - Loading properties files from
jar:file:/C:/Users/AAsthana/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Aspen/WEB-INF/lib/wicket-core-1.5.2.jar!/org/apache/wicket/Application.properties
with loader
org.apache.wicket.resource.IsoPropertiesFilePropertiesLoader@a606e6
DEBUG - ponentStringResourceLoader - key: 'zip.PatternValidator'; class:
'com.aspen.web.WebAppDescriptor'; locale: 'en_US'; Style: 'null'; Variation:
'null'
DEBUG - ponentStringResourceLoader - key:
'vendorForm.zip.zip.PatternValidator'; class:
'com.aspen.web.WebAppDescriptor'; locale: 'en_US'; Style: 'null'; Variation:
'null'
DEBUG - ponentStringResourceLoader - key: 'zip.PatternValidator'; class:
'com.aspen.web.WebAppDescriptor'; locale: 'en_US'; Style: 'null'; Variation:
'null'
DEBUG - ponentStringResourceLoader - key: 'zip.zip.PatternValidator'; class:
'com.aspen.web.WebAppDescriptor'; locale: 'en_US'; Style: 'null'; Variation:
'null'
DEBUG - ponentStringResourceLoader - key: 'zip.PatternValidator'; class:
'com.aspen.web.WebAppDescriptor'; locale: 'en_US'; Style: 'null'; Variation:
'null'
DEBUG - ponentStringResourceLoader - key: 'zip.PatternValidator'; class:
'com.aspen.web.WebAppDescriptor'; locale: 'en_US'; Style: 'null'; Variation:
'null'
DEBUG - ponentStringResourceLoader - key: 'zip.PatternValidator'; class:
'org.apache.wicket.validation.validator.PatternValidator'; locale: 'en_US';
Style: 'null'; Variation: 'null'
DEBUG - ponentStringResourceLoader - component: '[TextField [Component id =
zip]]'; key: 'PatternValidator'
DEBUG - ponentStringResourceLoader - key:
'vendorPanel.vendorForm.zip.PatternValidator'; class:
'com.aspen.web.html.vendor.VendorEditPage'; locale: 'en_US'; Style: 'null';
Variation: 'null'
DEBUG - ponentStringResourceLoader - key: 'PatternValidator'; class:
'com.aspen.web.html.vendor.VendorEditPage'; locale: 'en_US'; Style: 'null';
Variation: 'null'
DEBUG - ponentStringResourceLoader - key: 'vendorForm.zip.PatternValidator';
class: 'com.aspen.web.html.vendor.VendorEditPage$1'; locale: 'en_US'; Style:
'null'; Variation: 'null'
DEBUG - ponentStringResourceLoader 

Customizing Error / Validation messages

2011-11-13 Thread anantasthana
I am using pattern validator and i on a page named VendorPage and have a
properties file with keys 
pattern= Zip 
I am using the pattern validator to validate zip code so i want the message
to say ... is not a valid zip
I dont know if i am doing smoe thing wrong or missing some thing but i can
not get the message to display correctly.
Thanks


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Customizing-Error-Validation-messages-tp4038582p4038582.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Advice wanted about polished component set with Wicket

2011-11-09 Thread anantasthana
David,
I would be extremely interested in your work. I have been trying to
integrate JqUery plugins with wicket and not have had much success. The
answers from this post will surely be helpful

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Advice-wanted-about-polished-component-set-with-Wicket-tp4015908p4020360.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Advice wanted about polished component set with Wicket

2011-11-09 Thread anantasthana
I tried to integrate the JCaurosel and Ajax Vertical slider which is
basically a lazy load scroll bar.
I am still new to wicket and still learning new things every day so ther are
alot of things I am still learning.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Advice-wanted-about-polished-component-set-with-Wicket-tp4015908p4020538.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Vanishing Markup

2011-11-08 Thread anantasthana
I have a form that i make as an inner class of a panel.
In the Page i have a table containing the form components.
When the form renders the form components show up but the markup for the
table vanishes.
I would appreciate any help on this

The Java code can be found at http://pastebin.com/zrcXiDXD
and the HTML at http://pastebin.com/gerxEXKs

Thank you every one for the great answers and help you have been providing

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Vanishing-Markup-tp4017788p4017788.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Vanishing Markup

2011-11-08 Thread anantasthana
Wow that was a really silly mistake i made. Thanks for the help that worked.
cant believe i couldnt figure it out
thanks again

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Vanishing-Markup-tp4017788p4018746.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Mounting and displaying correct URL's

2011-11-04 Thread anantasthana
I am mounting url's like

mountPage(ProductType/${Category},ProductTypePage.class)

and i read the Parameter Category and pull the info from the database

So if i am on the page for food the URL is /ProductType/Food

now inside my application im using redirects which redirect to these pages
by pasing the Object
Category food ;
So setResponsePage(new ProductTypesPage(food));

but when i do this the URL shows up as /ProductType

is there any way i can get the URL to show up correctly i know that
category.getName is the string I am passing as parameter so if i could show
the URL correctly so that users could bookmark it.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Mounting-and-displaying-correct-URL-s-tp3992126p3992126.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Mounting and displaying correct URL's

2011-11-04 Thread anantasthana
Thanks for the Quick and extremely helpful reply.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Mounting-and-displaying-correct-URL-s-tp3992126p3992140.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: setting and reading a JS variable from Wicket?

2011-11-03 Thread anantasthana
You can pass variables to wicket using 
wcall
like:
var wcall =
wicketAjaxGet('${url}'+'?lat='+p.coords.latitude.toFixed(2)+'lon='+p.coords.longitude.toFixed(2));

now in my wicket web page i have a AbstractDefaultAjaxBehavior which
receives this value 

i am embedding this url for the AbstractDefaultAjaxBehavior
using 

vars.put(url,geo.getCallbackUrl().toString());
add(TextTemplateHeaderContributor.forJavaScript(MasterPage.class,setLocation.js,Model.valueOf(vars)));

where vars is a hashmap.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/setting-and-reading-a-JS-variable-from-Wicket-tp3989058p3989074.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



HTML5

2011-10-31 Thread anantasthana
Hi,
I was looking at a lot of new features of HTML5. I did see HTML 5 support
was one of the things in the wicket wish list. Does any one have an idea of
when and if wicket plans to support HTML5 ? It would be great if it did
provide HTML5 support soon.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/HTML5-tp3961486p3961486.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: HTML5

2011-10-31 Thread anantasthana
Oh good to know thanks for the good work.
-Original Message-
From: Marek Ĺ abo [via Apache Wicket] ml-node+s1842946n3961497...@n4.nabble.com
Date: Mon, 31 Oct 2011 13:26:24 
To: anantasthanaanant.a...@gmail.com
Subject: Re: HTML5



Hi,

HTML5 extension for wicket is in wicketstuff repisitory:

https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/wicket-html5-parent

I'm currently analyzing support for offline features and semantic 
support (microdata/scheme.org) and plan to work on it in near future.

Regards,

Marek

On 10/31/2011 09:21 PM, anantasthana wrote:
 Hi,
 I was looking at a lot of new features of HTML5. I did see HTML 5 support
 was one of the things in the wicket wish list. Does any one have an idea of
 when and if wicket plans to support HTML5 ? It would be great if it did
 provide HTML5 support soon.

 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/HTML5-tp3961486p3961486.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



___
If you reply to this email, your message will be added to the discussion below:
http://apache-wicket.1842946.n4.nabble.com/HTML5-tp3961486p3961497.html

To unsubscribe from HTML5, visit 
http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=3961486code=YW5hbnQuYXN0eUBnbWFpbC5jb218Mzk2MTQ4NnwxOTU2OTQ5NjMy


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/HTML5-tp3961486p3961517.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: HTML5

2011-10-31 Thread anantasthana
Thanks I really appreciate it !

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/HTML5-tp3961486p3961694.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Request mapping

2011-10-21 Thread anantasthana
Does it work with wicket 1.5 as well?? I know its there till 1.4v
-Original Message-
From: Ernesto Reinaldo Barreiro-4 [via Apache Wicket] 
ml-node+s1842946n3924424...@n4.nabble.com
Date: Thu, 20 Oct 2011 23:28:31 
To: anantasthanaanant.a...@gmail.com
Subject: Re: Request mapping



Anant,

Maybe you can use IndexedParamUrlCodingStrategy to solve your problem...?

Regards,

Ernesto

On Thu, Oct 20, 2011 at 9:36 PM, anantasthana anant.a...@gmail.com wrote:
 I am trying to map my requests in a special way to achieve a very simple
 purpose

 say the root website is abc.com and has several users and each use has a
 home page , admin page , requests page etc
 let us asume we have uers user1 and user 2
 i want the urls to be coded as

 abc.com/user1/admin

 abc.com/user1/home

 abc.com/user1/requests

 so basicaly abc.com/user1/home is the home page for user 1 and
 abc.com/user1/admin is the the admin page for user 1

 any help is welcome.
 Thanks
 Anant

 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Request-mapping-tp3923220p3923220.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



___
If you reply to this email, your message will be added to the discussion below:
http://apache-wicket.1842946.n4.nabble.com/Request-mapping-tp3923220p3924424.html

To unsubscribe from Request mapping, visit 
http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=3923220code=YW5hbnQuYXN0eUBnbWFpbC5jb218MzkyMzIyMHwxOTU2OTQ5NjMy


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Request-mapping-tp3923220p3924426.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Request mapping

2011-10-21 Thread anantasthana
Also I know with that I can do abc.com/users/user1
But would it work if I do 
abc.com/users/user1/testimonials
Which means the testimonials page for user1? I know how to implement the first 
scenario.. But I just can't figure out the second

-Original Message-
From: Ernesto Reinaldo Barreiro-4 [via Apache Wicket] 
ml-node+s1842946n3924424...@n4.nabble.com
Date: Thu, 20 Oct 2011 23:28:31 
To: anantasthanaanant.a...@gmail.com
Subject: Re: Request mapping



Anant,

Maybe you can use IndexedParamUrlCodingStrategy to solve your problem...?

Regards,

Ernesto

On Thu, Oct 20, 2011 at 9:36 PM, anantasthana anant.a...@gmail.com wrote:
 I am trying to map my requests in a special way to achieve a very simple
 purpose

 say the root website is abc.com and has several users and each use has a
 home page , admin page , requests page etc
 let us asume we have uers user1 and user 2
 i want the urls to be coded as

 abc.com/user1/admin

 abc.com/user1/home

 abc.com/user1/requests

 so basicaly abc.com/user1/home is the home page for user 1 and
 abc.com/user1/admin is the the admin page for user 1

 any help is welcome.
 Thanks
 Anant

 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Request-mapping-tp3923220p3923220.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



___
If you reply to this email, your message will be added to the discussion below:
http://apache-wicket.1842946.n4.nabble.com/Request-mapping-tp3923220p3924424.html

To unsubscribe from Request mapping, visit 
http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=3923220code=YW5hbnQuYXN0eUBnbWFpbC5jb218MzkyMzIyMHwxOTU2OTQ5NjMy


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Request-mapping-tp3923220p3924427.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Request mapping

2011-10-21 Thread anantasthana
Thanks martin this is exactly what I was looking for.
-Original Message-
From: Martin Grigorov-4 [via Apache Wicket] 
ml-node+s1842946n3924434...@n4.nabble.com
Date: Thu, 20 Oct 2011 23:41:54 
To: anantasthanaanant.a...@gmail.com
Subject: Re: Request mapping



Application#getHomePage() can be dynamic:

@Override
public Class? extends Page getHomePage() {
   if (MySession.get().isLoggedIn()) {
  return AuthenticatedHomePage.class;
   } else {
return NonAuthenticatedHomePage.class;
   }
}

mountPage(/, NonAuthenticatedHomePage.class);
mountPage(/${userId}/home, AuthenticatedHomePage.class);
mountPage(/${userId}/admin, AdminPage.class);

used with:
PageParameters params = new PageParameters();
if (MySession.get().isLoggedIn()) {
   String userId = MySession.get().getUser().getId();
   params.set(userId, userId);
}
linkToHome = new BookmarkablePageLinkVoid(someId,
getApplication().getHomePage(), params);

On Thu, Oct 20, 2011 at 10:36 PM, anantasthana anant.a...@gmail.com wrote:
 I am trying to map my requests in a special way to achieve a very simple
 purpose

 say the root website is abc.com and has several users and each use has a
 home page , admin page , requests page etc
 let us asume we have uers user1 and user 2
 i want the urls to be coded as

 abc.com/user1/admin

 abc.com/user1/home

 abc.com/user1/requests

 so basicaly abc.com/user1/home is the home page for user 1 and
 abc.com/user1/admin is the the admin page for user 1

 any help is welcome.
 Thanks
 Anant

 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Request-mapping-tp3923220p3923220.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



___
If you reply to this email, your message will be added to the discussion below:
http://apache-wicket.1842946.n4.nabble.com/Request-mapping-tp3923220p3924434.html

To unsubscribe from Request mapping, visit 
http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=3923220code=YW5hbnQuYXN0eUBnbWFpbC5jb218MzkyMzIyMHwxOTU2OTQ5NjMy


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Request-mapping-tp3923220p3924436.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Request mapping

2011-10-20 Thread anantasthana
I am trying to map my requests in a special way to achieve a very simple
purpose

say the root website is abc.com and has several users and each use has a
home page , admin page , requests page etc 
let us asume we have uers user1 and user 2
i want the urls to be coded as 

abc.com/user1/admin

abc.com/user1/home

abc.com/user1/requests

so basicaly abc.com/user1/home is the home page for user 1 and
abc.com/user1/admin is the the admin page for user 1

any help is welcome.
Thanks
Anant

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Request-mapping-tp3923220p3923220.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org