change URL from myportal/control/viewPartyGroup to partymgr/control/viewPartyGroup

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

change URL from myportal/control/viewPartyGroup to partymgr/control/viewPartyGroup

Patrick-4
The page, https://localhost:8443/myportal/control/main, has a form.
The form points to a controller with the following view:
<view-map name="viewPartyGroup" type="screen"
page="component://party/widget/partymgr/PartyScreens.xml#viewprofile"/>
<!-- partymgr/WEB-INF/controller.xml -->
When the screen is displayed in the browser the address is:
myportal/control/viewPartyGroup   < I want the address to be
partymgr/control/viewPartyGroup
Any idea how to do this?
Reply | Threaded
Open this post in threaded view
|

Re: change URL from myportal/control/viewPartyGroup to partymgr/control/viewPartyGroup

BJ Freeman
thinks that breaks the model.
you will have to go into the myprotal code.


=========================
BJ Freeman  <http://bjfreeman.elance.com>
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


Patrick sent the following on 7/6/2010 3:32 PM:

> The page, https://localhost:8443/myportal/control/main, has a form.
> The form points to a controller with the following view:
> <view-map name="viewPartyGroup" type="screen"
> page="component://party/widget/partymgr/PartyScreens.xml#viewprofile"/>
> <!-- partymgr/WEB-INF/controller.xml -->
> When the screen is displayed in the browser the address is:
> myportal/control/viewPartyGroup<  I want the address to be
> partymgr/control/viewPartyGroup
> Any idea how to do this?
>

Reply | Threaded
Open this post in threaded view
|

Re: change URL from myportal/control/viewPartyGroup to partymgr/control/viewPartyGroup

Patrick-4
Actually BJ I figured it out.  On a whim I tried this and it worked.

<form name="viewPartyGroup" type="single"
target="../../partymgr/control/viewprofile">



On Tue, Jul 6, 2010 at 9:36 PM, BJ Freeman <[hidden email]> wrote:

> thinks that breaks the model.
> you will have to go into the myprotal code.
>
>
> =========================
> BJ Freeman  <http://bjfreeman.elance.com>
> Strategic Power Office with Supplier Automation
>  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> Specialtymarket.com  <http://www.specialtymarket.com/>
> Systems Integrator-- Glad to Assist
>
> Chat  Y! messenger: bjfr33man
>
>
> Patrick sent the following on 7/6/2010 3:32 PM:
>>
>> The page, https://localhost:8443/myportal/control/main, has a form.
>> The form points to a controller with the following view:
>> <view-map name="viewPartyGroup" type="screen"
>> page="component://party/widget/partymgr/PartyScreens.xml#viewprofile"/>
>> <!-- partymgr/WEB-INF/controller.xml -->
>> When the screen is displayed in the browser the address is:
>> myportal/control/viewPartyGroup<  I want the address to be
>> partymgr/control/viewPartyGroup
>> Any idea how to do this?
>>
>
>