• Manjula
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies

I have created a visualforce component in a email template that displays a calender information with a events link.

 

The problem is, when we get back to the page after looking events, the original page which contains calender is not rerendering.

 

How to rerender the page, to get back to my page containing calender.

Hi everyone,

 

I'm very new to salesforce, 2 days in fact.

 

I have a custom controller, that needs a picklist/datalist.

 

Here is my datalist.

 

<apex:dataList id="dlMachines" value="{!Machines}" var="Machine">
          <apex:outputlabel value="{!Machine_Name}"></apex:outputlabel>
</apex:dataList>

 

 

I have a Machines object in my Setup|Create|Objects

 

But when i define properties in the controller page. it says:

 

Error: Compile Error: Invalid type: Machines at line 2 column 17

 

 

Regards,

 

Francis

 

 

Hi all,
I am developing a flex application for salesforce. But i have some `fitting the application` problems. My flex application is embedded into a tab using custom scontrols and it uses webservices. I tried all the possiblities with width and height. 100 percentages does not work and it results with scrollbar on the right side. My application also has scrollbars and it is not good to have multiple scrollbars one next to other. Also that problem continues if i test the application in dfifferent screen resolutions and there are horizantal and vertical scrollbars this time. Could you suggest me a way to do this dynamically or fix this weird problem?

Thanks,
Umut